This article is contributed. See the original author and article here.

Now in preview, your new and existing Azure SQL Databases and elastic pools that use the general purpose tier can enable the zone redundant configuration. The zone redundant configuration utilizes Azure Availability Zones to replicate databases across multiple physical locations within an Azure region. By selecting zone redundancy, you can make your general purpose single databases and elastic pools resilient to a much larger set of failures, including catastrophic datacenter outages, without any changes of the application logic. For more information see general purpose service tier zone redundant availability


 


How to enable the zone redundant configuration


 


The zone redundant configuration can be enabled for both new and existing general purpose databases and elastic pools. Once the zone redundant option is enabled, Azure SQL Database will automatically reconfigure the database or pool. You can configure this setting by using Portal, CLIPowerShell, or ARM API.


 


Portal


 


The following diagram illustrates how to use Azure portal to configure a general purpose elastic pool to be zone redundant.


 


zr for gp blog post picture.png


 


 


CLI


 


The following CLI commands can be used to enable the zone redundant configuration using the –zone-redundant {false, true} parameter.



 


PowerShell


 


The following PowerShell commands can be used to enable the zone redundant configuration using the -ZoneRedundant parameter.



 


ARM


 


The zone redundant configuration can be enabled using create or update in ARM.


 


Regions where this is available


 


Zone redundant general purpose Azure SQL databases and pools are available in preview in the following regions:



  • East US

  • East US 2

  • West US 2

  • North Europe

  • West Europe

  • Southeast Asia

  • Australia East


Additional regions will be added over time. Visit the documentation for up to date information on regions that support Availability Zones in Azure.


 


Please visit the pricing pages for single databases and elastic pools for pricing details for this configuration.

Brought to you by Dr. Ware, Microsoft Office 365 Silver Partner, Charleston SC.