AppService icon indicating copy to clipboard operation
AppService copied to clipboard

Fix parameters for secondary app deployment

Open SIkebe opened this issue 2 years ago • 1 comments

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.

SIkebe avatar Apr 30 '23 15:04 SIkebe

These parameters regarding the Production environment.

ahmed82 avatar Jul 24 '23 19:07 ahmed82