Skip to content

Commit 8eec9df

Browse files
authored
Merge pull request #281766 from roygara/fixDetach
Reworking fixed detach.
2 parents 314d38d + d8e06bc commit 8eec9df

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

articles/virtual-machines/disks-high-availability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Best practices for high availability with Azure VMs and managed disks
33
description: Learn the steps you can take to get the best availability with your Azure virtual machines and managed disks.
44
author: roygara
55
ms.author: rogarana
6-
ms.date: 05/21/2024
6+
ms.date: 07/24/2024
77
ms.topic: conceptual
88
ms.service: azure-disk-storage
99
---
@@ -45,7 +45,7 @@ Single VMs using only [Premium SSD disks](disks-types.md#premium-ssds) as the OS
4545

4646
### Use zone-redundant storage disks
4747

48-
Zone-redundant storage (ZRS) disks synchronously replicate data across three availability zones, which are separated groups of data centers in a region that have independent power, cooling, and networking infrastructure. With ZRS disks, you can [force detach](https://learn.microsoft.com/rest/api/compute/virtual-machines/attach-detach-data-disks?view=rest-compute-2024-03-01&tabs=HTTP#diskdetachoptiontypes&preserve-view=true)(in preview) your ZRS data disks even in the event of a zonal outage. ZRS disks have limitations, see [Zone-redundant storage for managed disks](disks-redundancy.md#zone-redundant-storage-for-managed-disks) for details.
48+
Zone-redundant storage (ZRS) disks synchronously replicate data across three availability zones, which are separated groups of data centers in a region that have independent power, cooling, and networking infrastructure. With ZRS disks, your data is accessible even in the event of a zonal outage. Also, ZRS data disks allow you to [forcibly detach](/rest/api/compute/virtual-machines/attach-detach-data-disks?view=rest-compute-2024-03-01&tabs=HTTP#diskdetachoptiontypes) (preview) them from VMs experiencing issues. ZRS disks have limitations, see [Zone-redundant storage for managed disks](disks-redundancy.md#zone-redundant-storage-for-managed-disks) for details.
4949

5050
## Recommendations for applications running on multiple VMs
5151

articles/virtual-machines/disks-redundancy.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Redundancy options for Azure managed disks
33
description: Learn about zone-redundant storage and locally redundant storage for Azure managed disks.
44
author: roygara
55
ms.author: rogarana
6-
ms.date: 04/23/2024
6+
ms.date: 07/24/2024
77
ms.topic: how-to
88
ms.service: azure-disk-storage
99
ms.custom: references_regions
@@ -30,7 +30,8 @@ If your workflow doesn't support application-level synchronous writes across zon
3030

3131
Zone-redundant storage (ZRS) synchronously replicates your Azure managed disk across three Azure availability zones in the region you select. Each availability zone is a separate physical location with independent power, cooling, and networking. ZRS disks provide at least 99.9999999999% (12 9's) of durability over a given year.
3232

33-
A ZRS disk lets you recover from failures in availability zones. If a zone went down and your virtual machine (VM) wasn't affected, then your workloads continue running. But if your VM was affected by an outage and you want to recover before it's resolved, you can [force detach](https://learn.microsoft.com/rest/api/compute/virtual-machines/attach-detach-data-disks?view=rest-compute-2024-03-01&tabs=HTTP#diskdetachoptiontypes&preserve-view=true) (in preview) the ZRS data disks from the impacted VM and attach them to another VM.
33+
A ZRS disk lets you recover from failures in availability zones. If a zone went down and your virtual machine (VM) wasn't affected, then your workloads continue running. But if your VM was affected by an outage and you want to recover before it's resolved, you can either take a snapshot or make a copy of your ZRS disks. Once you've created new disks, attach them to another VM. Alternatively, if you're using the [force detach](/rest/api/compute/virtual-machines/attach-detach-data-disks?view=rest-compute-2024-03-01&tabs=HTTP#diskdetachoptiontypes) (preview) feature, you can forcibly detach ZRS data disks from failed VMs and attach them to another VM.
34+
3435
ZRS disks can also be shared between VMs for improved availability with clustered or distributed applications like SQL FCI, SAP ASCS/SCS, or GFS2. A shared ZRS disk can be attached to primary and secondary VMs in different zones to take advantage of both ZRS and [availability zones](../availability-zones/az-overview.md). If your primary zone fails, you can quickly fail over to the secondary VM using [SCSI persistent reservation](disks-shared-enable.md#supported-scsi-pr-commands).
3536

3637
For more information on ZRS disks, see [Zone Redundant Storage (ZRS) option for Azure Disks for high availability](https://youtu.be/RSHmhmdHXcY).
@@ -39,8 +40,6 @@ For more information on ZRS disks, see [Zone Redundant Storage (ZRS) option for
3940

4041
[!INCLUDE [disk-storage-zrs-limitations](../../includes/disk-storage-zrs-limitations.md)]
4142

42-
Force detach (in preview) is supported for ZRS data disks but not supported for ZRS OS disk.
43-
4443
### Regional availability
4544

4645
[!INCLUDE [disk-storage-zrs-regions](../../includes/disk-storage-zrs-regions.md)]
@@ -56,5 +55,4 @@ Except for more write latency, disks using ZRS are identical to disks using LRS,
5655
## Next steps
5756

5857
- To learn how to create a ZRS disk, see [Deploy a ZRS managed disk](disks-deploy-zrs.md).
59-
- To convert an LRS disk to ZRS, see [Convert a disk from LRS to ZRS](disks-migrate-lrs-zrs.md).
60-
- More about [force detach](https://learn.microsoft.com/rest/api/compute/virtual-machines/attach-detach-data-disks?view=rest-compute-2024-03-01&tabs=HTTP#diskdetachoptiontypes&preserve-view=true)
58+
- To convert an LRS disk to ZRS, see [Convert a disk from LRS to ZRS](disks-migrate-lrs-zrs.md).

includes/disk-storage-zrs-limitations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
author: roygara
55
ms.service: azure-disk-storage
66
ms.topic: include
7-
ms.date: 12/14/2022
7+
ms.date: 07/24/2024
88
ms.author: rogarana
99
ms.custom: include file
1010
---
1111

12-
ZRS for managed disks is only supported with Premium SSD and Standard SSD managed disks. ZRS for managed disks isn't supported with Premium SSD v2 managed disks.
12+
ZRS for managed disks is only supported with Premium SSD and Standard SSD managed disks. ZRS for managed disks isn't supported with Premium SSD v2 managed disks. Force detach (preview) currently only supports data disks.

0 commit comments

Comments
 (0)