4
votes

During //build/ 2015, Mark Russinovich mentioned in passing that it is possible to take an existing Azure resource group and "suck out" its configuration into an ARM template. How does one go about doing that?

Update:

I know it is possible to use the ARM REST API to get information on deployments that were created via a template in the first place and to use ARM Explorer to look at resource manager components, but is there a way to get a template definition for a resource group easily from scratch?

2
@RickRainey, I could be wrong (still digging) but it looks like the link you are referring to in that answer points to the template that was used to create the resource group in the first place. In my case, I created the resource group by hand, and would now like to turn it into a template.Michael Teper

2 Answers

2
votes

According to this tweet it's possible now.

Go to Resource group > Properties > Export template...