You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
az sql db update --resource-group "RSETLEM-AzureSQLDB" --server "rs-az-testserver1" --name "TestDB1" --zone-redundant false
226
225
```
227
226
228
-
**To disable zone-redundancy with ARM,** see [Databases - Create OrUpdatein ARM](/rest/api/sql/elastic-pools/create-or-update?tabs=HTTP) and use the `properties.zoneRedundant` property.
227
+
# [ARM](#tab/arm)
228
+
229
+
See [Databases - Create OrUpdatein ARM](/rest/api/sql/2022-05-01-preview/databases/create-or-update?tabs=HTTP) and use the `properties.zoneRedundant` property.
229
230
230
-
# [Single database](#tab/single)
231
+
---
231
232
233
+
### Disable zone-redundancy for an elastic pool
232
234
233
-
**To disable zone-redundancy with Azure portal:**
235
+
# [Portal](#tab/portal)
234
236
235
-
1. Go to the [Azure portal](https://portal.azure.com) to find andselect the database that you no longer want to be zone-redundant.
237
+
1. Go to the [Azure portal](https://portal.azure.com) to find andselect the elastic pool that you no longer want to be zone-redundant.
236
238
237
239
1. Select**Settings**, and then select**Configure**.
238
240
239
-
1. Select**No** for **Would you like to make this database zone redundant?**
241
+
1. Select**No** for **Would you like to make this elastic pool zone redundant?**.
**To disable zone-redundancy with ARM,** see [Databases - Create OrUpdatein ARM](/rest/api/sql/2022-05-01-preview/databases/create-or-update?tabs=HTTP) and use the `properties.zoneRedundant` property.
257
+
258
+
# [ARM](#tab/arm)
259
+
260
+
See [Databases - Create OrUpdatein ARM](/rest/api/sql/elastic-pools/create-or-update?tabs=HTTP) and use the `properties.zoneRedundant` property.
261
+
262
+
263
+
256
264
257
265
258
266
---
259
267
268
+
To disable zone-redundancy for Hyperscale service tier, you can reverse the steps documented in [Redeployment (Hyperscale)](#redeployment-hyperscale).
0 commit comments