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
237
225
```
238
226
239
-
240
227
# [ARM](#tab/arm)
241
228
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
-
246
-
247
-
# [Single database](#tab/single)
248
-
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.
230
+
### Disable zone-redundancy for an elastic pool
249
231
250
232
# [Portal](#tab/portal)
251
233
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.
234
+
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.
253
235
254
236
1. Select**Settings**, and then select**Configure**.
255
237
256
-
1. Select**No** for **Would you like to make this database zone redundant?**
238
+
1. Select**No** for **Would you like to make this elastic pool zone redundant?**.
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
+
See [Databases - Create OrUpdatein ARM](/rest/api/sql/elastic-pools/create-or-update?tabs=HTTP) and use the `properties.zoneRedundant` property.
0 commit comments