Skip to content

Commit be15c28

Browse files
committed
edit
1 parent 646cc53 commit be15c28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/reliability/migrate-sql-database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ To disable zone-redundancy for a single database or an elastic pool, you can use
215215
# [PowerShell](#tab/powershell)
216216

217217
```powershell
218-
set-azsqlDatabase -ResourceGroupName "RSETLEM-AzureSQLDB" -DatabaseName "TestDB1" -ServerName "rs-az-testserver1" -ZoneRedundant:$false
218+
set-azsqlDatabase -ResourceGroupName "<Resource-Group-Name>" -DatabaseName "<Database-Name>" -ServerName "<Server-Name>" -ZoneRedundant:$false
219219
```
220220

221221
# [CLI](#tab/cli)
@@ -245,7 +245,7 @@ See [Databases - Create Or Update in ARM](/rest/api/sql/2022-05-01-preview/datab
245245
# [PowerShell](#tab/powershell)
246246

247247
```powershell
248-
Set-AzSqlElasticpool -ResourceGroupName "RSETLEM-AzureSQLDB" -ServerName "rs-az-testserver1" -ElasticPoolName "testep10" -ZoneRedundant:$false
248+
Set-AzSqlElasticpool -ResourceGroupName "<Resource-Group-Name>" -ServerName "<Server-Name>" -ElasticPoolName "<Elastic-Pool-Name>" -ZoneRedundant:$false
249249
```
250250

251251
# [CLI](#tab/cli)

0 commit comments

Comments
 (0)