AppService
AppService copied to clipboard
Fix parameters for secondary app deployment
These parameters are for primary app, not secondary app.
az webapp deployment source config-zip --resource-group $ASEResourceGroupNamePROD --name $WEBAPPNamePROD --src ./secondaryapp.zip
You need to deploy a zip file to the secondary app here.
These parameters regarding the Production environment.