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 @@ -54,7 +54,7 @@ This command restarts the app after deploying the ZIP package.
54
54
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.
55
55
56
56
``` 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
58
58
```
59
59
60
60
# [ Azure PowerShell] ( #tab/powershell )
@@ -124,7 +124,7 @@ az webapp deploy --resource-group <group-name> --name <app-name> --src-path ./<p
124
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.
125
125
126
126
``` 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
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