You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/common/classic-account-migrate.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
---
2
-
title: Migrate your classic storage accounts to Azure Resource Manager
2
+
title: How to migrate your classic storage accounts to Azure Resource Manager
3
3
titleSuffix: Azure Storage
4
4
description: Learn how to migrate your classic storage accounts to the Azure Resource Manager deployment model. All classic accounts must be migrated by August 31, 2024.
5
5
services: storage
6
6
author: tamram
7
7
8
8
ms.service: storage
9
9
ms.topic: how-to
10
-
ms.date: 03/17/2023
10
+
ms.date: 03/27/2023
11
11
ms.author: tamram
12
12
ms.subservice: common
13
13
---
14
14
15
-
# Migrate your classic storage accounts to Azure Resource Manager
15
+
# How to migrate your classic storage accounts to Azure Resource Manager
16
16
17
17
Microsoft will retire classic storage accounts on August 31, 2024. To preserve the data in any classic storage accounts, you must migrate them to the Azure Resource Manager deployment model by that date. After you migrate your account, all of the benefits of the Azure Resource Manager deployment model will be available for that account. For more information about the deployment models, see [Resource Manager and classic deployment](../../azure-resource-manager/management/deployment-models.md).
Copy file name to clipboardExpand all lines: articles/storage/common/classic-account-migration-process.md
+14-17Lines changed: 14 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,29 +1,26 @@
1
1
---
2
-
title: Technical deep dive on migration from classic accounts to Azure Resource Manager
2
+
title: Understand storage account migration from classic to Azure Resource Manager
3
3
titleSuffix: Azure Storage
4
4
description: Deep dive - migrate your classic storage accounts to the Azure Resource Manager deployment model. All classic accounts must be migrated by August 31, 2024.
5
5
services: storage
6
6
author: tamram
7
7
8
8
ms.service: storage
9
-
ms.topic: how-to
10
-
ms.date: 03/17/2023
9
+
ms.topic: conceptual
10
+
ms.date: 03/27/2023
11
11
ms.author: tamram
12
12
ms.subservice: common
13
13
---
14
14
15
-
# Technical deep dive on migration from classic accounts to Azure Resource Manager
15
+
# Understand storage account migration from the classic deployment model to Azure Resource Manager
16
16
17
-
> [!IMPORTANT]
18
-
> Today, about 90% of IaaS VMs are using [Azure Resource Manager](https://azure.microsoft.com/features/resource-manager/). As of February 28, 2020, classic VMs have been deprecated and will be fully retired on September 1, 2023. ???do we want similar stats for storage?
19
-
20
-
Let's take a deep-dive on migrating storage accounts from the Azure classic deployment model to the Azure Resource Manager deployment model. We look at resources at a resource and feature level to help you understand how the Azure platform migrates resources between the two deployment models. For more information, please read the service announcement article: [Migrate your classic storage accounts to Azure Resource Manager by August 31, 2024](classic-account-migration-overview.md)
17
+
Let's take an in-depth look at the process of migrating storage accounts from the Azure classic deployment model to the Azure Resource Manager deployment model. We look at resources at a resource and feature level to help you understand how the Azure platform migrates resources between the two deployment models. For more information, please read the service announcement article: [Migrate your classic storage accounts to Azure Resource Manager by August 31, 2024](classic-account-migration-overview.md)
21
18
22
19
## Understand the data plane and management plane
23
20
24
21
First, it's helpful to understand the basic architecture of Azure Storage. Azure Storage offers services that store data, including Blob Storage, Azure Data Lake Storage, Azure Files, Queue Storage, and Table Storage. These services and the operations they expose comprise the *data plane* for Azure Storage. Azure Storage also exposes operations for managing an Azure Storage account and related resources, such as redundancy SKUs, account keys, and certain policies. These operations comprise the *management* or *control* plane.
25
22
26
-
:::image type="content" source="media/classic-account-migration-deep-dive/storage-architecture-diagram.png" alt-text="Diagram showing the Azure Storage data and management plane architecture.":::
23
+
:::image type="content" source="media/classic-account-migration-process/storage-architecture-diagram.png" alt-text="Diagram showing the Azure Storage data and management plane architecture.":::
27
24
28
25
During the migration process, Microsoft translates the representation of the storage account resource from the classic deployment model to the Azure Resource Manager deployment model. As a result, you need to use new tools, APIs, and SDKs to manage your storage accounts and related resources after the migration.
29
26
@@ -37,12 +34,12 @@ Before you start the migration:
37
34
38
35
- Ensure that the storage accounts that you want to migrate don't use any unsupported features or configurations. Usually the platform detects these issues and generates an error.
39
36
- Plan your migration during non-business hours to accommodate for any unexpected failures that might happen during migration.
40
-
- Evaluate any Azure role-based access control (Azure RBAC) roles that are configured on the classic storage account, and plan for after the migration is complete. ???is this even possible with classic accts?
37
+
- Evaluate any Azure role-based access control (Azure RBAC) roles that are configured on the classic storage account, and plan for after the migration is complete.
41
38
- If possible, halt write operations to the storage account for the duration of the migration.
42
39
43
40
There are four steps to the migration process, as shown in the following diagram:
44
41
45
-
:::image type="content" source="media/classic-account-migration-deep-dive/migration-workflow.png" alt-text="Screenshot showing the account migration workflow.":::
42
+
:::image type="content" source="media/classic-account-migration-process/migration-workflow.png" alt-text="Screenshot showing the account migration workflow.":::
46
43
47
44
1.**Validate**. During the Validation phase, Azure checks the storage account to ensure that it can be migrated.
48
45
1.**Prepare**. In the Prepare phase, Azure creates a new general-purpose v1 storage account and alerts you to any problems that may have occurred. The new account is created in a new resource group in the same region as your classic account. All of your data has been migrated to the new account.
@@ -93,25 +90,25 @@ There is no set window of time before which you need to commit or abort the migr
93
90
94
91
### Abort
95
92
96
-
To revert your changes to the classic deployment model, you can choose to abort the migration. Aborting the migration deletes the new storage account and new resource group.
97
-
98
-
???This operation deletes the Resource Manager metadata (created in the prepare step) for your resources.
93
+
To revert your changes to the classic deployment model, you can choose to abort the migration. Aborting the migration deletes the new storage account and new resource group. Your classic storage account is not affected if you choose to abort the migration.
99
94
100
95
> [!CAUTION]
101
-
> You cannot choose to abort the migration after you have committed the migration. Make sure that you have checked your migrated storage account carefully for errors before you commit.
96
+
> You cannot abort the migration after you have committed the migration. Make sure that you have checked your migrated storage account carefully for errors before you commit.
102
97
103
98
### Commit
104
99
105
100
After you are satisfied that your classic storage account has been migrated successfully, you can commit the migration. Committing the migration deletes your classic storage account. You data is now available only in the newly migrated account in the Resource Manager deployment model.
106
101
107
-
???The migrated storage account can be managed only in the new portal. - do we want to say this???
108
-
109
102
> [!NOTE]
110
103
> Committing the migration is an idempotent operation. If it fails, retry the operation. If it continues to fail, create a support ticket or ask a question on [Microsoft Q&A](/answers/index.html)
111
104
112
105
### After the migration
113
106
114
107
After the migration is complete, your new storage account is a general-purpose v1 storage account. We recommend upgrading to a general-purpose v2 account to take advantage of the newest features that Azure Storage has to offer for security, data protection, lifecycle management, and more. To learn how to upgrade to a general-purpose v2 storage account, see [Upgrade to a general-purpose v2 storage account](storage-account-upgrade.md).
115
108
109
+
You can manage your migrated storage accounts in the [Azure portal](https://portal.azure.com). You will not be able to use the classic portal to manage your migrated storage accounts.
110
+
116
111
## See also
117
112
113
+
-[Migrate your classic storage accounts to Azure Resource Manager by August 31, 2024](classic-account-migration-overview.md)
114
+
-[How to migrate your classic storage accounts to Azure Resource Manager](classic-account-migrate.md)
0 commit comments