Skip to content

Commit 4cedca8

Browse files
Merge pull request #270111 from anaharris-ms/migrate-sql-update
Migrate SQL: How to turn AZ off
2 parents db092cb + 67bd9a3 commit 4cedca8

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

articles/reliability/migrate-sql-database.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to migrate your Azure SQL Database to availability zone s
44
author: rsetlem
55
ms.service: sql
66
ms.topic: conceptual
7-
ms.date: 06/29/2023
7+
ms.date: 03/25/2024
88
ms.author: anaharris
99
ms.custom: references_regions, subject-reliability
1010
---
@@ -194,6 +194,24 @@ To create a geo-replica of the database:
194194

195195
1. To clean up, consider removing the original non-zone redundant database from the geo replica relationship. You can choose to delete it.
196196

197+
## Disable zone-redundancy
198+
199+
To disable zone-redundancy, you can use the portal or ARM API. For Hyperscale service tier, you can simply reverse the steps documented in [Redeployment (Hyperscale)](#redeployment-hyperscale).
200+
201+
202+
**To disable zone-redundancy with Azure portal:**
203+
204+
1. Go to the [Azure portal](https://portal.azure.com) to find and select the elastic pool that you want to migrate.
205+
206+
1. Select **Settings**, and then select **Configure**.
207+
208+
1. Select **No** for **Would you like to make this elastic pool zone redundant?**.
209+
210+
1. Select **Save**.
211+
212+
213+
**To disable zone-redundancy with ARM,** see [Databases - Create Or Update in ARM](/rest/api/sql/2022-05-01-preview/databases/create-or-update?tabs=HTTP) and use the `properties.zoneRedundant` property.
214+
197215

198216
## Next steps
199217

0 commit comments

Comments
 (0)