We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd3e885 commit 143b962Copy full SHA for 143b962
articles/app-service/quickstart-arc.md
@@ -52,7 +52,7 @@ Get a sample Node.js app using Git and deploy it using [ZIP deploy](deploy-zip.m
52
git clone https://github.com/Azure-Samples/nodejs-docs-hello-world
53
cd nodejs-docs-hello-world
54
zip -r package.zip .
55
-az webapp config appsettings set --resource-group myResourceGroup --name --settings SCM_DO_BUILD_DURING_DEPLOYMENT=true
+az webapp config appsettings set --resource-group myResourceGroup --name <app-name> --settings SCM_DO_BUILD_DURING_DEPLOYMENT=true
56
az webapp deployment source config-zip --resource-group myResourceGroup --name <app-name> --src package.zip
57
```
58
0 commit comments