ARM templates

ARM templates are JSON format documents that declaratively describe the structure of a resource group and provide an infrastructure-as-code solution to your Azure environment. With ARM templates, you can deploy a full environment into your Azure account in a repeatable way that is source-control friendly. 

You have a few options for creating an ARM template:

  1. Write it from scratch. The syntax and schema definition for ARM templates can be found at https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-authoring-templates.
  2. Create it with Visual Studio by using the Azure Resource Group project:

  1. Add resources ...

Get Hands-On Full-Stack Web Development with ASP.NET Core now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.