File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,10 +121,10 @@ az webapp deploy --resource-group <group-name> --name <app-name> --src-path ./<p
121
121
122
122
[ !INCLUDE [ deploying to network secured sites] ( ../../includes/app-service-deploy-network-secured-sites.md )]
123
123
124
- The following example uses the ` --src-url ` parameter to specify the URL of an Azure Storage account that the web app should pull the ZIP from.
124
+ The following example uses the ` --src-url ` parameter to specify the URL of an Azure Storage account that the web app should pull the WAR from.
125
125
126
126
``` azurecli-interactive
127
- az webapp deploy --resource-group <group-name> --name <app-name> --src-url "https://storagesample.blob.core.windows.net/sample-container/myapp.war?sv=2021-10-01&sb&sig=slk22f3UrS823n4kSh8Skjpa7Naj4CG3
127
+ az webapp deploy --resource-group <group-name> --name <app-name> --src-url "https://storagesample.blob.core.windows.net/sample-container/myapp.war?sv=2021-10-01&sb&sig=slk22f3UrS823n4kSh8Skjpa7Naj4CG3 --type war
128
128
```
129
129
130
130
The CLI command uses the [ Kudu publish API] ( #kudu-publish-api-reference ) to deploy the package and can be fully customized.
You can’t perform that action at this time.
0 commit comments