July 2018
Beginner
552 pages
13h 18m
English
Templates are well-suited to be put into source control systems such as Git. There are plenty of ARM template examples on GitHub that can be used for your own purposes. The Azure Quickstart repository alone contains a whopping 690 templates, for many different workloads:

All of those templates share the same structure—the template itself (called azuredeploy.json), the parameters that can be passed to the template (called azuredeploy.template.json), and some metadata, with additional information such as the author and the description, in the file metadata.json:
The internal format of a template always looks the same. Whether ...
Read now
Unlock full access