Skip to content

Commit b407768

Browse files
Merge pull request #226904 from tamram/docs-editor/storage-account-create-1675975859
Add link to article for migrating classic account
2 parents 9734e52 + 3d3bdd3 commit b407768

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/storage/common/storage-account-create.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ None.
6161
None.
6262

6363
---
64-
6564
Next, sign in to Azure.
6665

6766
# [Portal](#tab/azure-portal)
@@ -95,7 +94,6 @@ N/A
9594
N/A
9695

9796
---
98-
9997
## Create a storage account
10098

10199
A storage account is an Azure Resource Manager resource. Resource Manager is the deployment and management service for Azure. For more information, see [Azure Resource Manager overview](../../azure-resource-manager/management/overview.md).
@@ -436,7 +434,6 @@ To learn how to modify this template or create new ones, see:
436434
- [Additional storage account template samples](https://azure.microsoft.com/resources/templates/?resourceType=Microsoft.Storage).
437435

438436
---
439-
440437
## Delete a storage account
441438

442439
Deleting a storage account deletes the entire account, including all data in the account. Be sure to back up any data you want to save before you delete the account.
@@ -503,7 +500,6 @@ az storage account delete --name storageAccountName --resource-group resourceGro
503500
```
504501

505502
---
506-
507503
Alternately, you can delete the resource group, which deletes the storage account and any other resources in that resource group. For more information about deleting a resource group, see [Delete resource group and resources](../../azure-resource-manager/management/delete-resource-group.md).
508504

509505
## Next steps
@@ -512,3 +508,6 @@ Alternately, you can delete the resource group, which deletes the storage accoun
512508
- [Upgrade to a general-purpose v2 storage account](storage-account-upgrade.md)
513509
- [Move a storage account to another region](storage-account-move.md)
514510
- [Recover a deleted storage account](storage-account-recover.md)
511+
- [Migrate a classic storage account](storage-account-migrate-classic.md)
512+
513+

0 commit comments

Comments
 (0)