Skip to content

Commit f9e4d41

Browse files
authored
Merge pull request #75272 from xyh1/patch-57
add storage portal pics to migration
2 parents 33275cc + 764de3a commit f9e4d41

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed
28.1 KB
Loading
32.7 KB
Loading
40.9 KB
Loading

includes/virtual-machines-common-classic-resource-manager-migration-overview.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: virtual-machines
55
author: jpconnock
66
ms.service: virtual-machines
77
ms.topic: include
8-
ms.date: 05/18/2018
8+
ms.date: 04/25/2019
99
ms.author: jeconnoc
1010
ms.custom: include file
1111

@@ -70,7 +70,20 @@ If your storage account does not have any associated disks or Virtual Machines d
7070

7171
> [!NOTE]
7272
> 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.
81+
82+
![Validate Storage Account](../includes/media/storage-account-upgrade-classic/storage-migrate-resource-manager-1.png)
83+
84+
![Prepare Storage Account](../includes/media/storage-account-upgrade-classic/storage-migrate-resource-manager-2.png)
85+
86+
![Finalize Storage Account Migration](../includes/media/storage-account-upgrade-classic/storage-migrate-resource-manager-3.png)
7487

7588
### Migration of unattached resources
7689
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.
98111

99112
| Service | Configuration | Recommendation |
100113
| --- | --- | --- |
101-
| 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. |
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. |
102115
| 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. |
103116
| Compute |Virtual machines that belong to a virtual network but don't have an explicit subnet assigned |You can optionally delete the VM. |
104117
| 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

Comments
 (0)