Review QuickStart templates

Completed

Azure Quickstart Templates are Azure Resource Manager templates provided by the Azure community.

Screenshot of the QuickStart templates page.

Some templates provide everything you need to deploy your solution, while others might serve as a starting point for your template. Either way, you can study these templates to learn how to best author and structure your own templates.

  • The README.md file provides an overview of what the template does.
  • The azuredeploy.json file defines the resources that will be deployed.
  • The azuredeploy.parameters.json file provides the values the template needs.

Note

Take a few minutes to browse the available templates. Anything of interest?