Auto-failover groups for Azure SQL Hyperscale now in preview

This post has been republished via RSS; it originally appeared at: Microsoft Tech Community - Latest Blogs - .

We are excited to announce the preview release of auto-failover groups for Azure SQL Hyperscale tier. This preview release includes support for forced and planned failover for Azure SQL Hyperscale databases that use active geo-replication and auto-failover groups. Some key benefits of auto-failover groups include:

  • Simplified management of a group of geo-replicated databases including ability to failover the entire group of databases.
  • Ability for application to maintain the same read/write and read-only endpoints after failover.
  • Recovery during loss of an entire region through geo-failover which can be initiated manually or through an automatic failover policy.
  • Readable online secondaries that can be used for read-only workloads by connecting with read-only listener endpoints which remain unchanged during geo-failovers.

 

Hyperscale service tier supports 100 TB of database size, rapid scale (out and up) and nearly instantaneous database backups, removing the limits traditionally seen in cloud databases.

 

How auto-failover groups work for Hyperscale

 

Auto-failover groups are created between servers in 2 regions. The groups can include all or some databases in the servers. If a Hyperscale database is selected to be part of the failover group, then this database will failover with the rest of the failover group unit. The following diagram illustrates a typical configuration of a geo-redundant cloud application using multiple databases and auto-failover group.

 

Emily_Lisa_0-1641335649690.png

 

 

 

Available regions

 

Auto-failover groups for Hyperscale will be supported in all regions where Azure SQL Hyperscale is supported.

 

Quick start

 

a. Create an Auto-failover group using Portal.

  1. Failover groups can be configured at the server level. Select the name of the server under Server name to open the settings for the server.

Emily_Lisa_1-1641344463476.png

 

 

  1. Select Failover groups under the Settings pane, and then select Add group to create a new failover group.

Emily_Lisa_2-1641335649698.png

 

  1. On the Failover Group page, enter or select your desired values for your failover group.

Emily_Lisa_0-1641344923904.png

 

 

 

  1. Add your Hyperscale database to the failover group then select Create.

 

Emily_Lisa_4-1641335649703.png

b. Create an Auto-failover group using PowerShell.

c. Create an Auto-failover group using CLI.

d. Create an Auto-failover group using REST API.

 

Geo-failover examples

 

Example 1: Planned failover for an auto-failover group

 

a. Execute a failover of an auto-failover group in Portal.

1. Select your failover group.

Emily_Lisa_2-1641343932290.png

 

2. Select Failover to initiate failover for your auto-failover group. Once failover is completed you should see that your primary and secondary servers have swapped roles.

Emily_Lisa_1-1641343629363.png

 

 

b. Execute a failover of an auto-failover group using Switch-AzSqlDatabaseFailoverGroup in PowerShell.

c. Execute a failover of an auto-failover group using az sql failover-group set-primary in CLI.

d. Execute a failover of an auto-failover group using REST API.

 

Example 2: Forced failover with active geo-replication

 

a. Execute a failover using Portal.

1. Select the Replicas tab. In the list of geo replicas click the ellipsis for the secondary you would like to become the new primary. Then select Forced failover.

Emily_Lisa_0-1641343115551.png

 

2. You should now see that the primary and secondary have swapped roles.

 

b. Execute a failover using Set-AzSqlDatabaseSecondary in PowerShell with the -AllowDataLoss parameter specified.

c. Execute a failover using az sql db replica set-primary in CLI with the –allow-data-loss parameter specified.

d. Execute a failover using REST API.

 

Learn more

 

https://docs.microsoft.com/azure/azure-sql/database/auto-failover-group-overview

https://aka.ms/activegeoreplication

https://docs.microsoft.com/en-us/azure/azure-sql/database/service-tier-hyperscale

 

 

 

 

 

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *

*

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