Functionality and Usage of ARM Templates
https://www.youtube.com/watch?v=loxcA5MUf-I&list=PLlVtbbG169nED0_vMEniWBQjSoxTsBYS3&index=30
ARM Template
Declarative in nature meaning that you describe the end state
Idempotent
Not the most friendly of formats for a non-dev
Makes it very easy to change settings after deploying
Deploy in parallel (if possible)
Source control the ARM files
Terraform is 3rd party, but can be used as well
Last updated