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-migration-overview.md
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,20 +28,13 @@ On August 31, 2024, we'll retire classic Azure storage accounts and they'll no l
28
28
- Resource grouping, which allows you to deploy, monitor, manage, and apply access control policies to resources as a group.
29
29
- All new features for Azure Storage are implemented for storage account in Azure Resource Manager deployments, so customers that are still using classic resources will no longer have access to new features and updates.
30
30
31
-
## How does this affect me?
31
+
## What happens if I don't migrate my accounts?
32
32
33
-
On September 1, 2024, customers will no longer be able to connect to classic storage accounts by using Azure Service Manager. Any data still contained in these accounts will no longer be accessible through Azure Service Manager.
33
+
Starting September 1, 2024, customers will no longer be able to connect to classic storage accounts by using Azure Service Manager. Any data still contained in these accounts will no longer be accessible through Azure Service Manager.
34
34
35
35
> [!WARNING]
36
36
> If you do not migrate your classic storage accounts to Azure Resource Manager by August 31, 2024, you will permanently lose access to the data in those accounts.
37
37
38
-
Depending on when your subscription was created, you may no longer to be able to create classic storage accounts:
39
-
40
-
- Subscriptions created after August 31, 2022 can no longer create classic storage accounts.
41
-
- Subscriptions created before September 1, 2022 will be able to create classic storage accounts until September 1, 2023
42
-
43
-
We recommend creating storage accounts only in Azure Resource Manager from this point forward.
44
-
45
38
## What actions should I take?
46
39
47
40
To migrate your classic storage accounts, you should:
@@ -76,9 +69,14 @@ For step-by-step instructions, see [How to migrate your classic storage accounts
76
69
77
70
For step-by-step instructions for migrating your classic storage accounts, see [How to migrate your classic storage accounts to Azure Resource Manager](classic-account-migrate.md). For an in-depth overview of the migration process, see [Understand storage account migration from the classic deployment model to Azure Resource Manager](classic-account-migration-process.md).
78
71
79
-
### At what point can classic storage accounts no longer be created?
72
+
##Can I create new classic accounts?
80
73
81
-
Subscriptions created after August 2022 are no longer be able to create classic storage accounts. Subscriptions created before August 2022 can continue to create and manage classic storage resources until the retirement date of August 31, 2024.
74
+
Depending on when your subscription was created, you may no longer to be able to create classic storage accounts:
75
+
76
+
- Subscriptions created after August 31, 2022 can no longer create classic storage accounts.
77
+
- Subscriptions created before September 1, 2022 will be able to create classic storage accounts until September 1, 2023
78
+
79
+
We recommend creating storage accounts only in Azure Resource Manager from this point forward.
82
80
83
81
### What happens to existing classic storage accounts after August 31, 2024?
Copy file name to clipboardExpand all lines: articles/storage/common/classic-account-migration-process.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: tamram
7
7
8
8
ms.service: storage
9
9
ms.topic: conceptual
10
-
ms.date: 04/12/2023
10
+
ms.date: 04/13/2023
11
11
ms.author: tamram
12
12
ms.subservice: common
13
13
---
@@ -33,6 +33,9 @@ You can migrate your classic storage account with the Azure portal, PowerShell,
33
33
Before you start the migration:
34
34
35
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.
36
+
37
+
If you are migrating Azure virtual machines (VMs) that include disks in classic storage accounts, be sure to familiarize yourself with the process of VM migration. For information about unsupported features and configurations, see [Overview of platform-supported migration of IaaS resources from classic to Azure Resource Manager](../../virtual-machines/migration-classic-resource-manager-overview.md#unsupported-features-and-configurations). For a list of errors that may occur in relation to classic disk artifacts, see [Common errors during Classic to Azure Resource Manager migration](../../virtual-machines/migration-classic-resource-manager-errors.md#list-of-errors).
38
+
36
39
- Plan your migration during non-business hours to accommodate for any unexpected failures that might happen during migration.
37
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.
38
41
@@ -59,7 +62,7 @@ The Validation step is the first step in the migration process. The goal of this
59
62
60
63
The Validation step analyzes the state of resources in the classic deployment model. It checks for failures and unsupported scenarios due to different configurations of the storage account in the classic deployment model.
61
64
62
-
The Validation step does not check for virtual machine (VM) disks that may be associated with the storage account. You must check your storage accounts manually to determine whether they support VM disks. For more information, see the following articles:
65
+
The Validation step does not check for VM disks that may be associated with the storage account. You must check your storage accounts manually to determine whether they support VM disks. For more information, see the following articles:
63
66
64
67
-[Migrate classic storage accounts to Azure Resource Manager](classic-account-migrate.md)
65
68
-[Migrate VMs to Resource Manager with PowerShell](../../virtual-machines/migration-classic-resource-manager-ps.md#step-52-migrate-a-storage-account)
0 commit comments