Skip to content

Commit 344d59d

Browse files
committed
remove CLI examples
1 parent db74d22 commit 344d59d

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

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

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,6 @@ To list classic storage accounts in your subscription with PowerShell, run the f
3737
Get-AzResource -ResourceType Microsoft.ClassicStorage/storageAccounts
3838
```
3939

40-
# [Azure CLI](#tab/azure-cli)
41-
42-
To list classic storage accounts in your subscription with Azure CLI, run the following command:
43-
44-
```azurecli
45-
$ az resource list \
46-
--resource-type Microsoft.ClassicStorage/storageAccounts \
47-
--query "[].{resource_type:type, name:name}" \
48-
--output table
49-
```
50-
5140
---
5241

5342
## Migrate a classic storage account
@@ -142,10 +131,6 @@ Finally, when you are satisfied with the prepared configuration, move forward wi
142131
Move-AzureStorageAccount -Commit -StorageAccountName $accountName
143132
```
144133

145-
# [Azure CLI](#tab/azure-cli)
146-
147-
N/A
148-
149134
---
150135

151136
### Locate and delete disk artifacts in a classic account

0 commit comments

Comments
 (0)