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
**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.
239
+
240
+
# [ARM](#tab/arm)
241
+
242
+
See [Databases - Create OrUpdatein ARM](/rest/api/sql/elastic-pools/create-or-update?tabs=HTTP) and use the `properties.zoneRedundant` property.
243
+
244
+
245
+
229
246
230
247
# [Single database](#tab/single)
231
248
232
249
233
-
**To disable zone-redundancy with Azure portal:**
250
+
# [Portal](#tab/portal)
234
251
235
252
1. Go to the [Azure portal](https://portal.azure.com) to find andselect the database that you no longer want to be zone-redundant.
az sql db update --resource-group "RSETLEM-AzureSQLDB" --server "rs-az-testserver1" --name "TestDB1" --zone-redundant false
253
270
```
254
271
255
-
**To disable zone-redundancy with ARM,** see [Databases - Create OrUpdateinARM](/rest/api/sql/2022-05-01-preview/databases/create-or-update?tabs=HTTP) and use the `properties.zoneRedundant` property.
272
+
# [ARM](#tab/arm)
256
273
274
+
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
275
258
276
---
259
277
278
+
To disable zone-redundancy for Hyperscale service tier, you can reverse the steps documented in [Redeployment (Hyperscale)](#redeployment-hyperscale).
0 commit comments