You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Azure App Service | Sidecar | Only Containers Scenario (#21264)
* add changes for sitecontainers
* add changes for sitecontainers
* Added changes for sitecontainers
* Change patch versio
* make changes for testing
* update package.json for AzureWebAppContainer1
* updating logs
* update after final testing
* address nit comments
Copy file name to clipboardExpand all lines: Tasks/AzureWebAppContainerV1/Strings/resources.resjson/en-US/resources.resjson
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@
24
24
"loc.input.help.appSettings": "Edit web app application settings following the syntax -key value . Value containing spaces should be enclosed in double quotes.<br /> <b>Example</b> : -Port 5000 -RequestTimeout 5000 <br /> -WEBSITE_TIME_ZONE \"Eastern Standard Time\"",
"loc.input.help.configurationStrings": "Edit web app configuration settings following the syntax -key value. Value containing spaces should be enclosed in double quotes.<br /> Example : -phpVersion 5.6 -linuxFxVersion: node|6.11",
"loc.input.help.siteContainersConfig": "Provide siteContainers-config JSON for SiteContainers deployments.",
27
29
"loc.messages.Invalidwebapppackageorfolderpathprovided": "Invalid App Service package or folder path provided: %s",
28
30
"loc.messages.GotconnectiondetailsforazureRMWebApp0": "Got service connection details for Azure App Service:'%s'",
29
31
"loc.messages.ErrorNoSuchDeployingMethodExists": "Error : No such deploying method exists",
@@ -181,5 +183,8 @@
181
183
"loc.messages.FailedToDeployToWebApp": "Deployment to the webapp '%s' failed. For single-container, just specify a valid image name. For multi-container specifying a Docker-Compose file is mandatory and specifying image names is optional. Provided images names if the tags in Docker-Compose file need to be substituted.",
182
184
"loc.messages.SingleContainerDeployment": "Single-container Deployment to the webapp '%s' as only the image detail was specified.",
183
185
"loc.messages.MultiContainerDeploymentWithTransformation": "Multi-container deployment to the webapp '%s' with the transformation of Docker-Compose file as both image name and Docker-Compose file were specified",
184
-
"loc.messages.MultiContainerDeploymentWithoutTransformation": "Multi-container deployment to the webapp '%s' without transformation of Docker-Compose file because only Docker-Compose file was specified."
186
+
"loc.messages.MultiContainerDeploymentWithoutTransformation": "Multi-container deployment to the webapp '%s' without transformation of Docker-Compose file because only Docker-Compose file was specified.",
187
+
"loc.messages.StartedUpdatingSiteContainers": "Started updating Site Containers.",
0 commit comments