Skip to content

Commit d4110b3

Browse files
committed
fix links
1 parent e89a008 commit d4110b3

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To list classic storage accounts in your subscription with the Azure portal:
2727
1. Navigate to the list of your storage accounts in the Azure portal.
2828
1. Select **Add filter**. In the **Filter** dialog, set the **Filter** field to **Type** and the **Operator** field to **Equals**. Then set the **Value** field to **microsoft.classicstorage/storageaccounts**.
2929

30-
:::image type="content" source="media/classic-account-migrate/classic-accounts-list-portal.png" alt-text="Screenshot showing how to list classic storage accounts in Azure portal" lightbox="media/storage-account-migrate-classic/classic-accounts-list-portal.png":::
30+
:::image type="content" source="media/classic-account-migrate/classic-accounts-list-portal.png" alt-text="Screenshot showing how to list classic storage accounts in Azure portal" lightbox="media/classic-account-migrate/classic-accounts-list-portal.png":::
3131

3232
# [PowerShell](#tab/azure-powershell)
3333

@@ -71,7 +71,7 @@ To migrate a classic storage account to the Azure Resource Manager deployment mo
7171

7272
At this point you can compare the configuration and data in the classic storage account to the newly migrated storage account. You'll see both in the list of storage accounts in the portal. Both the classic account and the migrated account have the same name.
7373

74-
:::image type="content" source="media/classic-account-migrate/compare-classic-migrated-accounts.png" alt-text="Screenshot showing the results of the Prepare step in the Azure portal." lightbox=="media/classic-account-migrate/compare-classic-migrated-accounts.png":::
74+
:::image type="content" source="media/classic-account-migrate/compare-classic-migrated-accounts.png" alt-text="Screenshot showing the results of the Prepare step in the Azure portal." lightbox="media/classic-account-migrate/compare-classic-migrated-accounts.png":::
7575

7676
1. If you're not satisfied with the results of the migration, select **Abort** to delete the new storage account and resource group. You can then address any problems and try again.
7777
1. When you're ready to commit, type **yes** to confirm, then select **Commit** to complete the migration.

articles/storage/common/classic-account-migration-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The data plane is unaffected by migration from the classic deployment model to t
2828

2929
## The migration experience
3030

31-
You can migrate your classic storage account with the Azure portal, PowerShell, or Azure CLI. To learn how to migrate your account, see [Migrate your classic storage accounts to Azure Resource Manager](storage-account-migrate-classic.md).
31+
You can migrate your classic storage account with the Azure portal, PowerShell, or Azure CLI. To learn how to migrate your account, see [Migrate your classic storage accounts to Azure Resource Manager](classic-account-migrate.md).
3232

3333
Before you start the migration:
3434

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,6 @@ Alternately, you can delete the resource group, which deletes the storage accoun
508508
- [Upgrade to a general-purpose v2 storage account](storage-account-upgrade.md)
509509
- [Move a storage account to another region](storage-account-move.md)
510510
- [Recover a deleted storage account](storage-account-recover.md)
511-
- [Migrate a classic storage account](storage-account-migrate-classic.md)
511+
- [Migrate a classic storage account](classic-account-migrate.md)
512512

513513

articles/storage/queues/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
- name: Recover a deleted storage account
132132
href: ../common/storage-account-recover.md?toc=/azure/storage/queues/toc.json
133133
- name: Migrate a classic account to Azure Resource Manager
134-
href: ../common/storage-account-migrate-classic.md?toc=/azure/storage/queues/toc.json
134+
href: ../common/classic-account-migrate.md?toc=/azure/storage/queues/toc.json
135135
- name: Get account configuration properties
136136
href: ../common/storage-account-get-info.md?toc=/azure/storage/queues/toc.json
137137
- name: Secure queue data

articles/storage/tables/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
- name: Recover a deleted storage account
109109
href: ../common/storage-account-recover.md?toc=/azure/storage/tables/toc.json
110110
- name: Migrate a classic account to Azure Resource Manager
111-
href: ../common/storage-account-migrate-classic.md?toc=/azure/storage/tables/toc.json
111+
href: ../common/classic-account-migrate.md?toc=/azure/storage/tables/toc.json
112112
- name: Get account configuration properties
113113
href: ../common/storage-account-get-info.md?toc=/azure/storage/tables/toc.json
114114
- name: Use the storage emulator (deprecated)

0 commit comments

Comments
 (0)