rOmAn2193 / azure-arm-templates-quick-start

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:PowerShell 100.0%