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: includes/virtual-machines-common-classic-resource-manager-migration-overview.md
+16-3Lines changed: 16 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: virtual-machines
5
5
author: jpconnock
6
6
ms.service: virtual-machines
7
7
ms.topic: include
8
-
ms.date: 05/18/2018
8
+
ms.date: 04/25/2019
9
9
ms.author: jeconnoc
10
10
ms.custom: include file
11
11
@@ -70,7 +70,20 @@ If your storage account does not have any associated disks or Virtual Machines d
70
70
71
71
> [!NOTE]
72
72
> The Resource Manager deployment model doesn't have the concept of Classic images and disks. When the storage account is migrated, Classic images and disks are not visible in the Resource Manager stack but the backing VHDs remain in the storage account.
73
-
>
73
+
74
+
The following screenshots show how to upgrade a Classic storage account to an Azure Resource Manager storage account using Azure portal:
75
+
1. Sign in to the [Azure portal](https://portal.azure.com).
76
+
2. Navigate to your storage account.
77
+
3. In the **Settings** section, click **Migrate to ARM**.
78
+
4. Click on **Validate** to determine migration feasibility.
79
+
5. If validation passes, click on **Prepare** to create a migrated storage account.
80
+
6. Type **yes** to confirm migration and click **Commit** to finish the migration.
Storage Accounts with no associated disks or Virtual Machines data may be migrated independently.
@@ -98,7 +111,7 @@ The following configurations are not currently supported.
98
111
99
112
| Service | Configuration | Recommendation |
100
113
| --- | --- | --- |
101
-
| Resource Manager |RoleBased Access Control (RBAC) for classic resources |Because the URI of the resources is modified after migration, it is recommended that you plan the RBAC policy updates that need to happen after migration. |
114
+
| Resource Manager |Role-Based Access Control (RBAC) for classic resources |Because the URI of the resources is modified after migration, it is recommended that you plan the RBAC policy updates that need to happen after migration. |
102
115
| Compute |Multiple subnets associated with a VM |Update the subnet configuration to reference only one subnet. This may require you to remove a secondary NIC (that is referring to another subnet) from the VM and reattach it after migration has completed. |
103
116
| Compute |Virtual machines that belong to a virtual network but don't have an explicit subnet assigned |You can optionally delete the VM. |
104
117
| Compute |Virtual machines that have alerts, Autoscale policies |The migration goes through and these settings are dropped. It is highly recommended that you evaluate your environment before you do the migration. Alternatively, you can reconfigure the alert settings after migration is complete. |
0 commit comments