Skip to content

Commit ab0f972

Browse files
authored
Merge pull request #185219 from SnehaAgrawal-MSFT/patch-29
(AzureCXP) fixes MicrosoftDocs/azure-docs/issues/86354
2 parents 535d846 + 6d834f3 commit ab0f972

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
@@ -54,7 +54,7 @@ This command restarts the app after deploying the ZIP package.
5454
The following example uses the `--src-url` parameter to specify the URL of an Azure Storage account that the site should pull the ZIP from.
5555

5656
```azurecli-interactive
57-
az webapp deploy --resource-group <grou-name> --name <app-name> --src-url "https://storagesample.blob.core.windows.net/sample-container/myapp.zip?sv=2021-10-01&sb&sig=slk22f3UrS823n4kSh8Skjpa7Naj4CG3
57+
az webapp deploy --resource-group <group-name> --name <app-name> --src-url "https://storagesample.blob.core.windows.net/sample-container/myapp.zip?sv=2021-10-01&sb&sig=slk22f3UrS823n4kSh8Skjpa7Naj4CG3
5858
```
5959

6060
# [Azure PowerShell](#tab/powershell)
@@ -124,7 +124,7 @@ az webapp deploy --resource-group <group-name> --name <app-name> --src-path ./<p
124124
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.
125125

126126
```azurecli-interactive
127-
az webapp deploy --resource-group <grou-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
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)