Skip to content

Commit 356122a

Browse files
authored
Merge pull request #127351 from justingross-msft/patch-7
Update redundancy-migration.md
2 parents ee34f79 + 03b7f03 commit 356122a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

articles/storage/common/redundancy-migration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ To change between locally redundant and zone-redundant storage with Azure CLI, c
255255

256256
```azurecli-interactive
257257
az storage account migration start \
258-
-- account-name <string> \
259-
-- g <string> \
258+
--account-name <string> \
259+
--resource-group <string> \
260260
--sku <string> \
261261
--no-wait
262262
```
@@ -364,8 +364,8 @@ To track the current migration status of the conversion initiated on your storag
364364
```azurecli-interactive
365365
az storage account migration show \
366366
--account-name <string> \
367-
- g <string> \
368-
-n "default"
367+
--resource-group <string> \
368+
--name "default"
369369
```
370370
To monitor conversions for multiple storage accounts simultaneously, start by creating a CSV file that lists each account. For example, your columns might include:
371371

0 commit comments

Comments
 (0)