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?