Failover for secondary read-only endpoint in SQL failover group

Devanshi Patel 0 Reputation points Microsoft Employee
2024-09-16T19:03:20.43+00:00

Usecase

My team has a SQL failover group set up where we use primary region for read-write workloads. We use secondary region to serve read only workloads. I am exploring options for ensuring data availability when secondary server/region is down.

 

Here's my question:

As per SQL team recommendation, the failover should be customer managed and not microsoft managed. In this case, how can we handle issues with secondary region so as not to impact read only workloads?

Ideally I would have considered adding a replica for secondary server. However right now, it seems like the SQL platform doesn't support having more than one replica.

Azure SQL Database
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,690 questions
{count} votes

1 answer

Sort by: Most helpful
  1. LucyChenMSFT-4874 4,430 Reputation points
    2024-09-19T06:40:27.15+00:00

    Hi @Devanshi Patel ,

    Thank you for your reaching out and welcome to Microsoft Q&A!

    Are you worried about whether the data in the database will be lost if all the servers are unavailable? Please refer to this official documentation, we can get the information:

    User's image

    In addition, we can always add a database of the same Azure SQL Server to an existing failover group. When a new database is added to the existing failover group, it automatically creates a new database in the secondary server with the same name, edition and computes. For more information, please refer to Failover groups overview & best practices.

    User's image

    Best regards,

    Lucy Chen


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our Documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    https://docs.microsoft.com/en-us/answers/support/email-notifications


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.