An Azure-managed disk is similar to a physical disk found in a physical on-prem server, but it's virtualized. It's a block-level storage volume used with Azure VMs and managed by Microsoft Azure.
For starters, managed disks are designed for 99.999% availability. That's five-nines of availability. To achieve this level of availability, there are three replicas of the data stored on each managed disk. This type of durability protects you from one or two failures of disk replicas.
Managed disks make it easy to deploy and scale VMs. Microsoft Azure allows up to 50,000 VM disks of a specific type per region in each subscription. This will enable you to create thousands of virtual machines in one subscription. Because Azure supports so many disks, you can create VM scale sets that include up to 1000 VMs per set, provided you use a marketplace image.
Benefits of Managed Disk
- Highly durable and available
- Simple and scalable VM deployment
- Integration with availability sets
- Integration with Availability Zones
- Azure Disk & Azure Backup Support
Azure-managed disk offers four types of disk types
• Ultra disks
• Premium SSDs (solid-state drives)
• Standard SSDs
• Standard HDDs (hard disk drives)
Azure Managed Disk Comparison
| Ultra disk | Premium SSD | Standard SSD | Standard HDD |
Disk type | SSD | SSD | SSD | HDD |
Scenario | IO-intensive workloads such as SAP HANA, top-tier databases (for example, SQL, Oracle), and other transaction-heavy workloads. | Production and performance-sensitive workloads | Web servers lightly used enterprise applications and dev/test | Backup, non-critical, infrequent access |
Max disk size | 65,536 gibibyte (GiB) | 32,767 GiB | 32,767 GiB | 32,767 GiB |
Max throughput | 4,000 MB/s | 900 MB/s | 750 MB/s | 500 MB/s |
Max IOPS | 1,60,000 | 20,000 | 6,000 | 2,000 |
Azure Managed Disk Support Two Types of Redundancy
LRS
Locally redundant storage (LRS) replicates your data three times within a single data centre in the selected region.
ZRS
Zone-redundant storage (ZRS) synchronously replicates your Azure-managed disk across three Azure availability zones in your selected region. Each availability zone is a separate physical location with independent power, cooling, and networking.
Azure Managed Disk Encryption
Azure Managed Disk supports three types of encryption: Azure Disk Encryption (ADE), Server-Side Encryption (SSE), and encryption at a host.
Azure Disk Encryption
ADE helps us protect and safeguard the data to meet security and compliance commitments. ADE provides the volume encryption through bit locker and DM-Crypt.
Server-side encryption
Also referred to as encryption-at-rest or Azure Storage encryption) automatically encrypts data stored on Azure is Best Managed services India (OS and data disks) when persisting it to the cloud
Encryption at the host ensures that data stored on the VM host is encrypted at rest and flows encrypted to the Storage service. Disks with encryption at host enabled are not encrypted with SSE.
Published by Alif Consulting
Comments