How can I back up Azure SQL DB across different subscriptions?

0
7
Asked By SkylineHiker23 On

I'm looking for advice on how to back up my Azure SQL Database in a way that meets compliance requirements, specifically in a cross-subscription setup. It seems like Azure SQL DB doesn't support Long Term Retention (LTR) backups across subscriptions natively. Has anyone explored other methods to achieve this? Any insights would be appreciated!

3 Answers

Answered By GreenThumbChampion On

It's important to note that Azure subscriptions are mainly for billing and role-based access control, not really for backup operations. You can't create a backup in a different subscription since they're not associated with a specific region. The manual approach with scripts and a storage account might work, but I wouldn't recommend that unless absolutely necessary.

Answered By CloudWalker77 On

If there's a risk of losing a subscription, make sure your applications can quickly set up new ones and recover from backups. This could save a lot of headaches in the long run.

Answered By DataDiver99 On

You should clarify what your compliance requirements actually are. Do they specifically mandate that backups exist across subscriptions, or is there a bit of flexibility? That could change your approach significantly.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.