fc67432002 | ||
---|---|---|
.. | ||
Resources | ||
ASPNet-ARMTemplate.json | ||
CreateAzureVMForWebDeploy.md | ||
README.md | ||
setup.ps1 |
README.md
ASPNet-VM
Scripts and Templates for setting up a Windows 2016 Server VM that hosts ASP.NET 4.6 web applications on IIS and has Web Deploy 3.6 installed and configured.
Create new VM in Azure
Click the following Create Azure VM button to use this custom Azure Resource Manager template to provision a new VM in Azure that's set up for hosting ASP.NET web apps and publishing from Visual Studio.
The template performs the following actions:
- Provision a new Azure VM (Windows Server 2016 Datacenter)
- Configure components and features on the VM (available as PowerShell script)
- Configure Azure Firewall rules (Ports 80 and 8172)
Important: You need to manually configure a DNS name for the VM in order to use the Microsoft Azure Virtual Machines publishing wizard in Visual Studio.
Configure an existing VM
- Run
setup.ps1
in an elevated prompt