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/virtual-machines/windows/migrate-to-managed-disks.md
+4-53
Original file line number
Diff line number
Diff line change
@@ -25,67 +25,18 @@ ms.subservice: disks
25
25
Azure Managed Disks simplifies your storage management by removing the need to separately manage storage accounts. You can also migrate your existing Azure VMs to Managed Disks to benefit from better reliability of VMs in an Availability Set. It ensures that the disks of different VMs in an Availability Set is sufficiently isolated from each other to avoid single point of failures. It automatically places disks of different VMs in an Availability Set in different Storage scale units (stamps) which limits the impact of single Storage scale unit failures caused due to hardware and software failures.
26
26
Based on your needs, you can choose from four types of storage options. To learn about the available disk types, see our article [Select a disk type](disks-types.md)
27
27
28
+
## Migrate scenarios
29
+
28
30
You can migrate to Managed Disks in following scenarios:
| Convert stand alone VMs and VMs in an availability set to managed disks |[Convert VMs to use managed disks](convert-unmanaged-to-managed-disks.md)|
33
35
| A single VM from classic to Resource Manager on managed disks |[Create a VM from a classic VHD](create-vm-specialized-portal.md)|
34
36
| All the VMs in a vNet from classic to Resource Manager on managed disks |[Migrate IaaS resources from classic to Resource Manager](migration-classic-resource-manager-ps.md) and then [Convert a VM from unmanaged disks to managed disks](convert-unmanaged-to-managed-disks.md)|
35
37
36
38
37
-
38
-
39
-
40
-
41
-
## Plan for the conversion to Managed Disks
42
-
43
-
This section helps you to make the best decision on VM and disk types.
44
-
45
-
46
-
## Location
47
-
48
-
Pick a location where Azure Managed Disks are available. If you are moving to Premium Managed Disks, also ensure that Premium storage is available in the region where you are planning to move to. See [Azure Services by Region](https://azure.microsoft.com/regions/#services) for up-to-date information on available locations.
49
-
50
-
## VM sizes
51
-
52
-
If you are migrating to Premium Managed Disks, you have to update the size of the VM to Premium Storage capable size available in the region where VM is located. Review the VM sizes that are Premium Storage capable. The Azure VM size specifications are listed in [Sizes for virtual machines](sizes.md).
53
-
Review the performance characteristics of virtual machines that work with Premium Storage and choose the most appropriate VM size that best suits your workload. Make sure that there is sufficient bandwidth available on your VM to drive the disk traffic.
54
-
55
-
## Disk sizes
56
-
57
-
**Premium Managed Disks**
58
-
59
-
There are seven types of premium managed disks that can be used with your VM and each has specific IOPs and throughput limits. Take into consideration these limits when choosing the Premium disk type for your VM based on the needs of your application in terms of capacity, performance, scalability, and peak loads.
| IOPS per disk | 120 | 240 | 500 | 1100 |2300 | 5000 | 7500 | 7500 |
65
-
| Throughput per disk | 25 MB per second | 50 MB per second | 100 MB per second | 125 MB per second |150 MB per second | 200 MB per second | 250 MB per second | 250 MB per second |
66
-
67
-
**Standard Managed Disks**
68
-
69
-
There are seven types of standard managed disks that can be used with your VM. Each of them have different capacity but have same IOPS and throughput limits. Choose the type of Standard Managed disks based on the capacity needs of your application.
70
-
71
-
| Standard Disk Type | S4 | S6 | S10 | S15 | S20 | S30 | S40 | S50 |
| IOPS per disk | 500 | 500 | 500 | 500 |500 | 500 | 500 | 500 |
75
-
| Throughput per disk | 60 MB per second | 60 MB per second | 60 MB per second | 60 MB per second |60 MB per second | 60 MB per second | 60 MB per second | 60 MB per second |
76
-
77
-
## Disk caching policy
78
-
79
-
**Premium Managed Disks**
80
-
81
-
By default, disk caching policy is *Read-Only* for all the Premium data disks, and *Read-Write* for the Premium operating system disk attached to the VM. This configuration setting is recommended to achieve the optimal performance for your application’s IOs. For write-heavy or write-only data disks (such as SQL Server log files), disable disk caching so that you can achieve better application performance.
82
-
83
-
## Pricing
84
-
85
-
Review the [pricing for Managed Disks](https://azure.microsoft.com/pricing/details/managed-disks/). Pricing of Premium Managed Disks is same as the Premium Unmanaged Disks. But pricing for Standard Managed Disks is different than Standard Unmanaged Disks.
86
-
87
-
88
-
89
39
## Next steps
90
40
91
41
- Learn more about [Managed Disks](managed-disks-overview.md)
42
+
- Review the [pricing for Managed Disks](https://azure.microsoft.com/pricing/details/managed-disks/).
0 commit comments