Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best way to export Azure resource group configuration?

I've created a resource group on Azure containing all of my resources for my project that is coming to a close and I'd like to not be charged for the resources I will soon no longer be using. I'd like to come back to this project in the future however so my question is: is there a way of backing up my entire resource configuration so I can just redeploy it with ease in the future?

Many thanks.

like image 267
125125 Avatar asked Oct 20 '25 05:10

125125


1 Answers

  • Yes, You Can Export Resources from ResourceGroup which will generate a new template and that exported template you can download and you can import the template later when you need.
  • Select the resources from your resource group which you want to export and click on the export template.

enter image description here

  • Once the Template is generated you can find an Option of download template as shown below.

enter image description here

  • When you select custom deployment you can deploy the template which you downloaded.

enter image description here

like image 87
SaiSakethGuduru Avatar answered Oct 21 '25 21:10

SaiSakethGuduru



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!