{"id":781,"date":"2020-02-13T00:00:00","date_gmt":"2020-02-13T00:00:00","guid":{"rendered":"https:\/\/azure.microsoft.com\/blog\/announcing-the-preview-of-azure-shared-disks-for-clustered-applications"},"modified":"2025-06-29T11:13:10","modified_gmt":"2025-06-29T18:13:10","slug":"announcing-the-preview-of-azure-shared-disks-for-clustered-applications","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-the-preview-of-azure-shared-disks-for-clustered-applications\/","title":{"rendered":"Announcing the preview of Azure Shared Disks for clustered applications"},"content":{"rendered":"\n<div class=\"wp-block-html\" style=\"background: #eee;border: 1px solid #ccc;padding: 5px 10px\"><strong>Updated on July 17, 2020<\/strong>: Azure Shared Disks is now generally available. For more information, please refer to the blog post&nbsp;<a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-the-general-availability-of-azure-shared-disks-and-new-azure-disk-storage-enhancements\/\" target=\"_blank\" rel=\"noopener\">Announcing the general availability of Azure Shared Disks and new Azure Disk Storage enhancements<\/a>.\n<p>Today, we are announcing the limited preview of Azure Shared Disks, the <b>industry\u2019s first<\/b> shared cloud block storage. Azure Shared Disks enables the next wave of block storage workloads migrating to the cloud including the most demanding enterprise applications, currently running on-premises on Storage Area Networks (SANs). These include clustered databases, parallel file systems, persistent containers, and machine learning applications. This unique capability enables customers to run latency-sensitive workloads, without compromising on well-known deployment patterns for fast failover and high availability. This includes applications built for Windows or Linux-based clustered filesystems like <a href=\"https:\/\/access.redhat.com\/documentation\/en-us\/red_hat_enterprise_linux\/7\/html\/global_file_system_2\/ch-overview-gfs2\" target=\"_blank\" rel=\"noopener\">Global File System 2<\/a> (GFS2).<\/p>\n<p>With Azure Shared Disks, customers now have the flexibility to migrate clustered environments running on Windows Server, including Windows Server 2008 (which has reached <a href=\"https:\/\/www.microsoft.com\/cloud-platform\/windows-server-2008\">End-of-Support<\/a>), to Azure. This capability is designed to support <a href=\"https:\/\/docs.microsoft.com\/en-us\/sql\/sql-server\/failover-clusters\/windows\/always-on-failover-cluster-instances-sql-server?view=sql-server-ver15#Overview\" target=\"_blank\" rel=\"noopener\">SQL Server Failover Cluster Instances (FCI)<\/a>, <a href=\"https:\/\/docs.microsoft.com\/en-us\/windows-server\/failover-clustering\/sofs-overview\" target=\"_blank\" rel=\"noopener\">Scale-out File Servers (SoFS)<\/a>, <a href=\"https:\/\/docs.microsoft.com\/en-us\/windows-server\/remote\/remote-desktop-services\/rds-plan-high-availability\" target=\"_blank\" rel=\"noopener\">Remote Desktop Servers (RDS)<\/a>, and <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/virtual-machines\/workloads\/sap\/sap-high-availability-guide-wsfc-shared-disk\" target=\"_blank\" rel=\"noopener\">SAP ASCS\/SCS<\/a> running on Windows Server.<\/p>\n<p>We encourage you to get started and request access by filling out this <a href=\"https:\/\/aka.ms\/AzureSharedDiskPreviewSignUp\" target=\"_blank\" rel=\"noopener\">form<\/a>.<\/p>\n<h2>Leveraging Azure Shared Disks<\/h2>\n<p>Azure Shared Disks provides a consistent experience for applications running on clustered environments today. This means that any application that currently leverages <a href=\"https:\/\/www.t10.org\/members\/w_spc3.htm\" target=\"_blank\" rel=\"noopener\">SCSI Persistent Reservations (PR)<\/a> can use this well-known set of commands to register nodes in the cluster to the disk. The application can then choose from a range of supported access modes for one or more nodes to read or write to the disk. These applications can deploy in highly available configurations while also leveraging Azure Disk durability guarantees.<\/p>\n<p>The below diagram illustrates a sample two-node clustered database application orchestrating failover from one node to the other.<br>&nbsp;&nbsp; <img loading=\"lazy\" decoding=\"async\" title=\"Diagram\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2020\/02\/0c75bf54-5409-4ebf-b3c0-83b4f8b7cd14.webp\" alt=\"2-node failover cluster\" width=\"907\" height=\"768\"><br>The flow is as follows:<\/p>\n<ol>\n<li>The clustered application running on both Azure VM 1 and&nbsp; Azure VM 2 registers the intent to read or write to the disk.<\/li>\n<li>The application instance on Azure VM 1 then takes an exclusive reservation to write to the disk.<\/li>\n<li>This reservation is enforced on Azure Disk and the database can now exclusively write to the disk. Any writes from the application instance on Azure VM 2 will not succeed.<\/li>\n<li>If the application instance on Azure VM 1 goes down, the instance on Azure VM 2 can now initiate a database failover and take-over of the disk.<\/li>\n<li>This reservation is now enforced on the Azure Disk, and it will no longer accept writes from the application on Azure VM 1. It will now only accept writes from the application on Azure VM 2.<\/li>\n<li>The clustered application can complete the database failover and serve requests from Azure VM 2.<\/li>\n<\/ol>\n<p>The below diagram illustrates another common workload consists of multiple nodes reading data from the disk to run parallel jobs, for example, training of Machine Learning models.<br>&nbsp;&nbsp; <img loading=\"lazy\" decoding=\"async\" title=\"diagram\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2020\/02\/5e54ca2a-6f17-4a4a-833a-1646cb98caef.webp\" alt=\"n-node cluster with multiple readers\" width=\"1024\" height=\"760\"><br>The flow is as follows:<\/p>\n<ol>\n<li>The application registers all Virtual Machines registers to the disk.<\/li>\n<li>The application instance on Azure VM 1 then takes an exclusive reservation to write to the disk while opening up reads from other Virtual Machines.<\/li>\n<li>This reservation is enforced on Azure Disk.<\/li>\n<li>All nodes in the cluster can now read from the disk. Only one node writes results back to the disk on behalf of all the nodes in the cluster.<\/li>\n<\/ol>\n<h2>Disk types, sizes, and pricing<\/h2>\n<p>Azure Shared Disks are available on Premium SSDs and supports disk sizes including and greater than P15 (i.e. 256 GB). Support for Azure Ultra Disk will be available soon. Azure Shared Disks can be enabled as data disks only (not OS Disks). Each additional mount to an Azure Shared Disk (Premium SSDs) will be charged based on disk size. Please refer to the <a href=\"https:\/\/azure.microsoft.com\/en-us\/pricing\/details\/managed-disks\/\" target=\"_blank\" rel=\"noopener\">Azure Disks pricing page<\/a> for details on limited preview pricing.<\/p>\n<h2>Azure Shared Disks vs Azure Files<\/h2>\n<p>Azure Shared Disks provides shared access to block storage which can be leveraged by multiple virtual machines. You will need to use a common Windows and Linux-based cluster manager like <a href=\"https:\/\/docs.microsoft.com\/en-us\/windows-server\/failover-clustering\/failover-clustering-overview\" target=\"_blank\" rel=\"noopener\">Windows Server Failover Cluster (WSFC)<\/a>, <a href=\"https:\/\/wiki.clusterlabs.org\/wiki\/Pacemaker\" target=\"_blank\" rel=\"noopener\">Pacemaker<\/a>, or <a href=\"https:\/\/corosync.github.io\/corosync\/\">Corosync<\/a> for node-to-node communication and to enable write locking. If you are looking for a fully-managed files service on Azure that can be accessed using Server Message Block (SMB) or Network File System (NFS) protocol, check out <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/storage\/files\/storage-how-to-create-premium-fileshare\" target=\"_blank\" rel=\"noopener\">Azure Premium Files<\/a> or <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/azure-netapp-files\/azure-netapp-files-quickstart-set-up-account-create-volumes?tabs=azure-portal\" target=\"_blank\" rel=\"noopener\">Azure NetApp Files<\/a>.<\/p>\n<h2>Getting started<\/h2>\n<p>You can create Azure Shared Disks using Azure Resource Manager templates. For details on how to get started and use Azure Shared Disks in preview, please refer to the <a href=\"https:\/\/aka.ms\/azureshareddiskdocs\" target=\"_blank\" rel=\"noopener\">documentation page<\/a>. For updates on regional availability and Ultra Disk availability, please refer to the <a href=\"https:\/\/aka.ms\/azurediskfaq\" target=\"_blank\" rel=\"noopener\">Azure Disks FAQ<\/a>. Here is a <a href=\"https:\/\/myignite.techcommunity.microsoft.com\/sessions\/82058\" target=\"_blank\" rel=\"noopener\">video<\/a> of Mark Russinovich from Microsoft Ignite 2019 covering Azure Shared Disks.<\/p>\n<p>In the coming weeks, we will be enabling Portal and SDK support. Support for Azure Backup and&nbsp; Azure Site Recovery is currently not available. Refer to the <a href=\"https:\/\/aka.ms\/azuredisksdocs\" target=\"_blank\" rel=\"noopener\">Managed Disks documentation<\/a> for detailed instructions on all disk operations.<\/p>\n<p>If you are interested in participating in the preview, you can now get started by <a href=\"https:\/\/aka.ms\/AzureSharedDiskPreviewSignUp\" target=\"_blank\" rel=\"noopener\">requesting access<\/a>.<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>This Azure-only capability enables customers to run their most IO intensive workloads, without compromising on well-known deployment patterns for failover and high availability.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ms_queue_id":[],"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","_alt_title":"","footnotes":"","msx_community_cta_settings":[]},"categories":[1482,1491],"tags":[],"audience":[3054,3057,3053,3056],"content-type":[1465],"product":[1510,1534],"tech-community":[],"topic":[],"coauthors":[115],"class_list":["post-781","post","type-post","status-publish","format-standard","hentry","category-management-and-governance","category-storage","audience-business-decision-makers","audience-data-professionals","audience-it-decision-makers","audience-it-implementors","content-type-announcements","product-azure-disk-storage","product-azure-resource-manager","review-flag-1680286581-295","review-flag-1-1680286581-825","review-flag-2-1680286581-601","review-flag-exclu-1680286580-565","review-flag-gener-1680286584-335","review-flag-machi-1680286585-314","review-flag-new-1680286579-546","review-flag-vm-1680286585-143"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Announcing the preview of Azure Shared Disks for clustered applications | Microsoft Azure Blog<\/title>\n<meta name=\"description\" content=\"This Azure-only capability enables customers to run their most IO intensive workloads, without compromising on well-known deployment patterns for failover and high availability.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-the-preview-of-azure-shared-disks-for-clustered-applications\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Announcing the preview of Azure Shared Disks for clustered applications | Microsoft Azure Blog\" \/>\n<meta property=\"og:description\" content=\"This Azure-only capability enables customers to run their most IO intensive workloads, without compromising on well-known deployment patterns for failover and high availability.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-the-preview-of-azure-shared-disks-for-clustered-applications\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Azure Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/microsoftazure\" \/>\n<meta property=\"article:published_time\" content=\"2020-02-13T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-29T18:13:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2020\/02\/0c75bf54-5409-4ebf-b3c0-83b4f8b7cd14.webp\" \/>\n<meta name=\"author\" content=\"Tad Brockway\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@azure\" \/>\n<meta name=\"twitter:site\" content=\"@azure\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Tad Brockway\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-the-preview-of-azure-shared-disks-for-clustered-applications\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-the-preview-of-azure-shared-disks-for-clustered-applications\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/tad-brockway\/\",\"@type\":\"Person\",\"@name\":\"Tad Brockway\"}],\"headline\":\"Announcing the preview of Azure Shared Disks for clustered applications\",\"datePublished\":\"2020-02-13T00:00:00+00:00\",\"dateModified\":\"2025-06-29T18:13:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-the-preview-of-azure-shared-disks-for-clustered-applications\/\"},\"wordCount\":846,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-the-preview-of-azure-shared-disks-for-clustered-applications\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2020\/02\/0c75bf54-5409-4ebf-b3c0-83b4f8b7cd14.webp\",\"articleSection\":[\"Management and governance\",\"Storage\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-the-preview-of-azure-shared-disks-for-clustered-applications\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-the-preview-of-azure-shared-disks-for-clustered-applications\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-the-preview-of-azure-shared-disks-for-clustered-applications\/\",\"name\":\"Announcing the preview of Azure Shared Disks for clustered applications | Microsoft Azure Blog\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-the-preview-of-azure-shared-disks-for-clustered-applications\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-the-preview-of-azure-shared-disks-for-clustered-applications\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2020\/02\/0c75bf54-5409-4ebf-b3c0-83b4f8b7cd14.webp\",\"datePublished\":\"2020-02-13T00:00:00+00:00\",\"dateModified\":\"2025-06-29T18:13:10+00:00\",\"description\":\"This Azure-only capability enables customers to run their most IO intensive workloads, without compromising on well-known deployment patterns for failover and high availability.\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-the-preview-of-azure-shared-disks-for-clustered-applications\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-the-preview-of-azure-shared-disks-for-clustered-applications\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-the-preview-of-azure-shared-disks-for-clustered-applications\/#primaryimage\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2020\/02\/0c75bf54-5409-4ebf-b3c0-83b4f8b7cd14.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2020\/02\/0c75bf54-5409-4ebf-b3c0-83b4f8b7cd14.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-the-preview-of-azure-shared-disks-for-clustered-applications\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog home\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Management and governance\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/management-and-governance\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Announcing the preview of Azure Shared Disks for clustered applications\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"name\":\"Microsoft Azure Blog\",\"description\":\"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.\",\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\",\"name\":\"Microsoft Azure Blog\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"width\":512,\"height\":512,\"caption\":\"Microsoft Azure Blog\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/microsoftazure\",\"https:\/\/x.com\/azure\",\"https:\/\/www.instagram.com\/microsoftdeveloper\/\",\"https:\/\/www.linkedin.com\/company\/16188386\",\"https:\/\/www.youtube.com\/user\/windowsazure\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117\",\"name\":\"shakir\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"caption\":\"shakir\"},\"sameAs\":[\"https:\/\/azure.microsoft.com\"],\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Announcing the preview of Azure Shared Disks for clustered applications | Microsoft Azure Blog","description":"This Azure-only capability enables customers to run their most IO intensive workloads, without compromising on well-known deployment patterns for failover and high availability.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-the-preview-of-azure-shared-disks-for-clustered-applications\/","og_locale":"en_US","og_type":"article","og_title":"Announcing the preview of Azure Shared Disks for clustered applications | Microsoft Azure Blog","og_description":"This Azure-only capability enables customers to run their most IO intensive workloads, without compromising on well-known deployment patterns for failover and high availability.","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-the-preview-of-azure-shared-disks-for-clustered-applications\/","og_site_name":"Microsoft Azure Blog","article_publisher":"https:\/\/www.facebook.com\/microsoftazure","article_published_time":"2020-02-13T00:00:00+00:00","article_modified_time":"2025-06-29T18:13:10+00:00","og_image":[{"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2020\/02\/0c75bf54-5409-4ebf-b3c0-83b4f8b7cd14.webp","type":"","width":"","height":""}],"author":"Tad Brockway","twitter_card":"summary_large_image","twitter_creator":"@azure","twitter_site":"@azure","twitter_misc":{"Written by":"Tad Brockway","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-the-preview-of-azure-shared-disks-for-clustered-applications\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-the-preview-of-azure-shared-disks-for-clustered-applications\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/tad-brockway\/","@type":"Person","@name":"Tad Brockway"}],"headline":"Announcing the preview of Azure Shared Disks for clustered applications","datePublished":"2020-02-13T00:00:00+00:00","dateModified":"2025-06-29T18:13:10+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-the-preview-of-azure-shared-disks-for-clustered-applications\/"},"wordCount":846,"commentCount":0,"publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-the-preview-of-azure-shared-disks-for-clustered-applications\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2020\/02\/0c75bf54-5409-4ebf-b3c0-83b4f8b7cd14.webp","articleSection":["Management and governance","Storage"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-the-preview-of-azure-shared-disks-for-clustered-applications\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-the-preview-of-azure-shared-disks-for-clustered-applications\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-the-preview-of-azure-shared-disks-for-clustered-applications\/","name":"Announcing the preview of Azure Shared Disks for clustered applications | Microsoft Azure Blog","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-the-preview-of-azure-shared-disks-for-clustered-applications\/#primaryimage"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-the-preview-of-azure-shared-disks-for-clustered-applications\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2020\/02\/0c75bf54-5409-4ebf-b3c0-83b4f8b7cd14.webp","datePublished":"2020-02-13T00:00:00+00:00","dateModified":"2025-06-29T18:13:10+00:00","description":"This Azure-only capability enables customers to run their most IO intensive workloads, without compromising on well-known deployment patterns for failover and high availability.","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-the-preview-of-azure-shared-disks-for-clustered-applications\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-the-preview-of-azure-shared-disks-for-clustered-applications\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-the-preview-of-azure-shared-disks-for-clustered-applications\/#primaryimage","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2020\/02\/0c75bf54-5409-4ebf-b3c0-83b4f8b7cd14.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2020\/02\/0c75bf54-5409-4ebf-b3c0-83b4f8b7cd14.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-the-preview-of-azure-shared-disks-for-clustered-applications\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog home","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/"},{"@type":"ListItem","position":2,"name":"Management and governance","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/management-and-governance\/"},{"@type":"ListItem","position":3,"name":"Announcing the preview of Azure Shared Disks for clustered applications"}]},{"@type":"WebSite","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","name":"Microsoft Azure Blog","description":"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.","publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization","name":"Microsoft Azure Blog","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","width":512,"height":512,"caption":"Microsoft Azure Blog"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/microsoftazure","https:\/\/x.com\/azure","https:\/\/www.instagram.com\/microsoftdeveloper\/","https:\/\/www.linkedin.com\/company\/16188386","https:\/\/www.youtube.com\/user\/windowsazure"]},{"@type":"Person","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117","name":"shakir","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4","url":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","caption":"shakir"},"sameAs":["https:\/\/azure.microsoft.com"],"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/"}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Azure Blog","distributor_original_site_url":"https:\/\/azure.microsoft.com\/en-us\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/781","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/comments?post=781"}],"version-history":[{"count":1,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/781\/revisions"}],"predecessor-version":[{"id":44238,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/781\/revisions\/44238"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media?parent=781"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/categories?post=781"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tags?post=781"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/audience?post=781"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/content-type?post=781"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/product?post=781"},{"taxonomy":"tech-community","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tech-community?post=781"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/topic?post=781"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/coauthors?post=781"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}