In this lab, you will understand what ARM templates are and how to work with them.
Duration: 50 minutes
Azure Resource Manager Template is a form of Infrastructure as a Code (IaaC) that allows the users to specify the resources to be created without worrying about how those resources are deployed.
This service of Azure is really efficient when you need to repeatedly create the same set of resources.
These templates are basically JavaScript Object Notation (JSON) files that contain the basic configuration of the resources as specified by the users.
ARM Templates prevent organizations from writing any complicated complex deployment scripts.
Launching Lab Environment
Create a custom storage ARM Template