Forum Discussion

SoniaCuff's avatar
SoniaCuff
Icon for Microsoft rankMicrosoft
Aug 07, 2018

Existing public Azure Resource Manager templates

Looking to deploy a server or service in Azure using an Azure Resource Manager (ARM) template?

The Quickstart Templates page currently has over 700 examples of ARM template files you can download and modify.

 

https://azure.microsoft.com/en-us/resources/templates/

 

Even opening up some template files using the free Visual Studio Code (https://code.visualstudio.com/) application can help you understand how the templates are structured. 

 

Try a Windows Server configured with Internet Information Services (IIS) and a Point-to-site Virtual Private Network (P2P VPN) connection between your machine and Azure, all configured by the template file: https://azure.microsoft.com/en-au/resources/templates/devtest-p2s-iis/

 

-SCuff

 

Resources