Exporting an ARM template in the portal
In a production environment, services in Azure aren't typically created manually in Portal. They are created via command line from templates. This allows for an easy replication of the whole environment, which allows us to create backups, have a non-production instance to test in, and so on.
While Azure supports different template formats (ARM, Bicep, and Terraform), ARM templates are the original IaC Azure format. Therefore, this is the format we will look at in this exercise.
This exercise is part of the course
Azure API Management
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
