different subscription
2 TopicsHow to copy Azure SQL database to a different subscription and different tenant
Steps to copy a database from Azure SQL server to another one on a different subscription and different tenant (Microsoft Entra) . Usually, it is the best approach when you have different subscriptions and tenants for different environments, like when you want to refresh your development or preprod with a new and up to date copy of your production database.20KViews4likes2CommentsRestore your Azure Database for PostgreSQL server into a different Azure subscription, the right way
A challenge our customers often encounter is the inability to restore production databases across different Azure subscription. In this blog post, we share how to restore your Azure Database for PostgreSQL server into a different Azure subscription.