Forum Discussion
Azure Storage
I'd like to highlight the following:
Simple and scalable VM deployment: Managed Disks will allow you to create up to 50,000 VM disks in a subscription, which will enable you to create thousands of VMs in a single subscription.
Better reliability for Availability Sets: Managed Disks provides better reliability for Availability Sets by ensuring that the disks of VMs in an Availability Set are sufficiently isolated from each other to avoid single points of failure.
Highly durable and available (99.999%).
Granular access control: You can use Azure Role-Based Access Control (RBAC) to assign specific permissions for a managed disk to one or more users. Managed Disks exposes a variety of operations, including read, write (create/update), delete, and retrieving a shared access signature (SAS) URI for the disk.
Azure Backup service support: Use Azure Backup service with Managed Disks to create a backup job with time-based backups, easy VM restoration and backup retention policies.
Supported: Yes, unmanaged disks are still supported. We recommend that you use managed disks for new workloads and migrate your current workloads to managed disks (as underlined in the official note).
All above is taken mostly from here: https://docs.microsoft.com/en-us/azure/virtual-machines/managed-disks-overview
Now, the bottom line of this highlight is that the unmanaged disks are obsolete. If the memory serves me well, you couldn't even encrypt those disks, so you had to upgrade to managed ones. These days, you create the new workloads (VMs) using managed disks only.