To create an ARM template, perform the following steps:
- Open your Visual Studio, and click on the New Project... link:
- Now the selection dialog opens with the available project templates. The required template, Azure Resource Group, can be found in the Cloud area:
If you do not find the entry there, you have forgotten to install the Azure SDK and Azure VS tooling.
- If everything is clear, specify a project Name, for example, ARMTemplateDemo, and press the OK button.
- Now another selection dialog ...