Server A is configured with AlwaysOn (2/3 nodes) and holding 40TB of data in Azure. Want to create a similar instance as Server B with AlwaysOn configured. Client is not willing to provide downtime more than 30 minutes

Chatterjee, Somnath [Non-PG] 25 Reputation points
2025-05-12T06:51:20.57+00:00

Hello,

I have a server (Server A) configured with AlwaysOn (2/3 nodes) and holding 40TB of data in Azure. I need to create a similar instance (Server B) with AlwaysOn configured in a different Azure tenant. The client is not willing to provide downtime of more than 30 minutes.

The setup is on IaaS, and the migration is from one Azure tenant to another Azure tenant. Could you please provide guidance on the best approach to achieve this with minimal downtime?

Thank you!

Azure SQL Database
{count} votes

1 answer

Sort by: Most helpful
  1. Erland Sommarskog 121.3K Reputation points MVP Volunteer Moderator
    2025-05-12T20:55:30.1133333+00:00

    I will have to assume that you with Always On mean "Availability group". (Always On is an umbrella name, which besides AG also includes Failover Cluster Instances.)

    One idea is to set up a distributed AG with the servers in the new AG in the other group. Once they have been seeded, you can fail over to the new AG. I believe that you should be able to remove the initial AG once you are done.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.