Tooling/VMSetup
Justin Clareburt fc67432002 ASP.NET ARM template now configures DNS name. 2017-12-04 23:27:05 -08:00
..
Resources Added VM Setup scripts from justcla repo. 2017-12-01 15:15:58 -08:00
ASPNet-ARMTemplate.json ASP.NET ARM template now configures DNS name. 2017-12-04 23:27:05 -08:00
CreateAzureVMForWebDeploy.md Added VM Setup scripts from justcla repo. 2017-12-01 15:15:58 -08:00
README.md Updated Readme file for VM Setup 2017-12-01 15:45:30 -08:00
setup.ps1 Updated setup script: Removed redundant code to enable and start Web Mgmt Svc 2017-12-01 15:31:50 -08:00

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.

Create ASP.NET VM in Azure

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