Create, configure and deploy Web Application to an Azure VM

Azure Public Test Date Azure Public Test Result

Azure US Gov Last Test Date Azure US Gov Last Test Result

Best Practice Check Cred Scan Check

Deploy To Azure Deploy To Azure US Gov Visualize

This template allows you to deploy a Web application a VM. It also configures the Web Application to set the SQL Azure database server. In order to run the template, please make sure:

  1. Sign-in PowerShell session using your Azure account by running Add-AzureAccount
  2. select a current storage account for the current subscription. Please see Set-AzureSubscription online help for how to set a default storage account: https://msdn.microsoft.com/library/dn495189.aspx
  3. Upload your web deploy package somewhere accessible from the target node. In this example the web deploy package is uploaded to github as specified in azuredeploy.param.json file:

"webdeploypkg": { "value": "https://github.com/CawaMS/FileShare/releases/download/releasetag/WebApplication3.zip" }

Tags: Microsoft.Network/publicIPAddresses, Microsoft.Network/networkSecurityGroups, Microsoft.Network/virtualNetworks, Microsoft.Network/networkInterfaces, Microsoft.Compute/virtualMachines, extensions, DSC, Microsoft.Sql/servers, firewallrules, databases