Skip to content

Commit 6758337

Browse files
Merge pull request #227296 from AjayKumar-MSFT/patch-164
(AzureCXP) https://github.com/MicrosoftDocs/azure-docs/issues/104929
2 parents cb81fa2 + 7c65288 commit 6758337

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/app-service/quickstart-arc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Get a sample Node.js app using Git and deploy it using [ZIP deploy](deploy-zip.m
5252
git clone https://github.com/Azure-Samples/nodejs-docs-hello-world
5353
cd nodejs-docs-hello-world
5454
zip -r package.zip .
55+
az webapp config appsettings set --resource-group myResourceGroup --name --settings SCM_DO_BUILD_DURING_DEPLOYMENT=true
5556
az webapp deployment source config-zip --resource-group myResourceGroup --name <app-name> --src package.zip
5657
```
5758

0 commit comments

Comments
 (0)