Azure Managed Disks

Introduction to Persistent Storage for Azure Virtual Machines

What are Azure Managed Disks?

Azure Managed Disks are the recommended way to manage persistent storage for Azure Virtual Machines. They simplify storage management by handling all the storage account management for you. Managed Disks are standard disk containers that represent a virtual hard disk (VHD). These VHDs are stored as Azure Storage objects.

Managed Disks offer a highly available, durable, and performant storage solution designed to meet the demands of modern enterprise workloads running on Azure. They are designed to be highly available by default, with a 99.999% availability SLA for the underlying storage.

Key Benefits of Managed Disks

Managed vs. Unmanaged Disks

Before Managed Disks, you had to manage the underlying storage accounts for your virtual machine disks (unmanaged disks). This involved creating, configuring, and managing storage accounts, which could be complex and error-prone. Managed Disks abstract away this complexity, providing a simpler and more robust solution.

Storage Account Management

Azure handles the provisioning, management, and scaling of storage accounts for Managed Disks automatically.

Availability Set Support

Managed Disks automatically spread across storage to align with Azure Availability Set requirements, ensuring higher availability.

Resource Governance

Disks are Azure resources that can be managed and governed using Azure Resource Manager (ARM) templates, Azure Policy, and RBAC.

Common Use Cases

Managed Disks are suitable for a wide range of scenarios, including:

This document provides an overview of Azure Managed Disks. For more detailed information on specific types, operations, and performance considerations, please navigate through the sections in the sidebar.