How can I download template json for an Azure Resource Group that I created in the portal?

后端 未结 4 1319
不思量自难忘°
不思量自难忘° 2021-01-15 15:50

I am trying to find a way to retrieve the JSON version of an Azure Resource Group that I created in the portal. I\'ve looked through all the PowerShell documentation, tried

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-15 16:35

    You can use the Azure Resource Explorer to view the JSON representation of your Azure resources. The source code is also available on GitHub in case if you want to learn how it works: https://github.com/projectkudu/ARMExplorer

提交回复
热议问题