From the course: Microsoft Azure Administrator Associate (AZ-104) Cert Prep by Microsoft Press
Unlock this course with a free trial
Join today to access over 25,600 courses taught by industry experts.
Exporting ARM and bicep files - Azure Tutorial
From the course: Microsoft Azure Administrator Associate (AZ-104) Cert Prep by Microsoft Press
Exporting ARM and bicep files
- [Instructor] Hi. In this lecture, we're going to look at how we can take existing resources in Azure, and extract the template information from them that we could then reuse later on. This is often useful, because sometimes when you're wanting to build a component, to build code can be quite tricky. So it's handy to be able to build it in the portal first, configure it, getting it how you want, and then extract that information for your own use. Within Azure, whether we're looking at a resource group or an individual resource, if we scroll to the bottom left hand side, we always have this Export template option. So this is the resource group view, and if I click Export template here, it will give me the details for a storage count and a VNET. I can of course just go into an individual component, and again, say Export template, and that will give me the template just for the storage account. So we see here our actual template, and we've got all the different information. Now, if…