Forum Discussion
GregHunter
Jun 25, 2019Copper Contributor
Automated backup of Azure DNS Zone records
Hello, Does anybody know if it is possible to somehow automate the backup of DNS zone records? I can perform a manual export using the following command but would like it on a schedule, with ...
Bryan Haslip
Jun 25, 2019Iron Contributor
You can accomplish this with an automation account and runbook. As far as I am aware there is now way baked into the Azure portal to do this natively. It would have to be accomplished by scheduling that script you have outlined. Let me know if you would like some assistance with that and I can point you in the right direction. GregHunter
GregHunter
Jun 26, 2019Copper Contributor
Hi Bryan,
Do you mean there is 'no' way baked into the portal to do this naively?
Some assistance would be much appreciated! I was hoping to pipe the out of the above command into a blob file using the 'az storage blob upload' command, but I dont think this is possible.
thanks Bryan Haslip