Deploy web application to Azure App Service

How To Deploy

  1. Configure azuredeploy.parameters.json with the parameters
Parameter name Description
MsDeployPackageUrl Web Deploy package for application
Location The geographical region of the current resource (not mandatoty)
serverfarmName The name of hosting plan (not mandatoty)
webappName The name of Azure App Service (not mandatory)
  1. Run deploy.ps1 and specify the parameters in it.