Skip to content

Commit fbb8759

Browse files
committed
fix CLI commands
1 parent f6ed3c4 commit fbb8759

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/storage/common/classic-account-migrate.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,19 +108,19 @@ Move-AzureStorageAccount -Commit -StorageAccountName $storageAccountName
108108
To migrate a classic storage account to the Azure Resource Manager deployment model with the Azure CLI, first prepare the account for migration by running the following command. Remember to replace the placeholder values in brackets with your own values:
109109

110110
```azurecli
111-
azure storage account prepare-migration <storage-account>
111+
az storage account prepare-migration <storage-account>
112112
```
113113

114114
Check the configuration for the prepared storage account with either Azure CLI or the Azure portal. If you're not ready for migration, use the following command to revert your account to its previous state:
115115

116116
```azurecli
117-
azure storage account abort-migration <storage-account>
117+
az storage account abort-migration <storage-account>
118118
```
119119

120120
Finally, when you are satisfied with the prepared configuration, move forward with the migration and commit the resources with the following command:
121121

122122
```azurecli
123-
azure storage account commit-migration <storage-account>
123+
az storage account commit-migration <storage-account>
124124
```
125125

126126
---

0 commit comments

Comments
 (0)