Skip to content

Commit 2e4ac3a

Browse files
author
Jason Freeberg
authored
Update deploy-zip.md
1 parent 2343c64 commit 2e4ac3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/deploy-zip.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ az webapp deploy --resource-group <group-name> --name <app-name> --src-path ./<p
121121

122122
[!INCLUDE [deploying to network secured sites](../../includes/app-service-deploy-network-secured-sites.md)]
123123

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.
125125

126126
```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
128128
```
129129

130130
The CLI command uses the [Kudu publish API](#kudu-publish-api-reference) to deploy the package and can be fully customized.

0 commit comments

Comments
 (0)