Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 872 Bytes

deploy-zip-build-settings.md

File metadata and controls

33 lines (27 loc) · 872 Bytes
authorms.authorms.topicms.date
DavidCBerry13
daberry
include
01/30/2022
# Change these values to the ones used to create the App Service. RESOURCE_GROUP_NAME='msdocs-expressjs-mongodb-tutorial' APP_SERVICE_NAME='msdocs-expressjs-mongodb-123' az webapp config appsettings set \ --resource-group $RESOURCE_GROUP_NAME \ --name $APP_SERVICE_NAME \ --settings SCM_DO_BUILD_DURING_DEPLOYMENT=true 
# Change these values to the ones used to create the App Service. $resourceGroupName='msdocs-expressjs-mongodb-tutorial' $appServiceName='msdocs-expressjs-mongodb-123' az webapp config appsettings set ` --resource-group $resourceGroupName ` --name $appServiceName ` --settings SCM_DO_BUILD_DURING_DEPLOYMENT=true 

close