Skip to content

Commit 35601db

Browse files
authored
Merge pull request #167194 from roygara/ZRSGA
GA for ZRS managed disks
2 parents ef5e169 + d5d3b8e commit 35601db

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

articles/virtual-machines/disks-deploy-zrs.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
2-
title: Deploy a ZRS (preview) managed disk
2+
title: Deploy a ZRS managed disk
33
description: Learn how to deploy a managed disk that uses zone-redundant storage (ZRS).
44
author: roygara
55
ms.author: rogarana
6-
ms.date: 07/12/2021
6+
ms.date: 07/28/2021
77
ms.topic: how-to
88
ms.service: virtual-machines
99
ms.subservice: disks
1010
ms.custom: references_regions, devx-track-azurepowershell
1111
---
1212

13-
# Deploy a managed disk that uses zone-redundant storage (preview)
13+
# Deploy a managed disk that uses zone-redundant storage
1414

15-
This article covers how to deploy a disk that uses zone-redundant storage (ZRS) as a redundancy option (preview). ZRS replicates your Azure managed disk synchronously across three Azure availability zones in the selected region. Each availability zone is a separate physical location with independent power, cooling, and networking.
15+
This article covers how to deploy a disk that uses zone-redundant storage (ZRS) as a redundancy option. ZRS replicates your Azure managed disk synchronously across three Azure availability zones in the selected region. Each availability zone is a separate physical location with independent power, cooling, and networking.
1616

17-
For conceptual information on ZRS, see [Zone-redundant storage for managed disks (preview)](disks-redundancy.md#zone-redundant-storage-for-managed-disks-preview)
17+
For conceptual information on ZRS, see [Zone-redundant storage for managed disks](disks-redundancy.md#zone-redundant-storage-for-managed-disks)
1818

1919
## Limitations
2020

articles/virtual-machines/disks-pools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ When you add a managed disk to the disk pool, the disk is attached to managed iS
2727
In preview, disk pools have the following restrictions:
2828

2929
- Only premium SSDs or ultra disks can be added to a disk pool.
30-
- Disks using [zone-redundant storage (ZRS)](disks-redundancy.md#zone-redundant-storage-for-managed-disks-preview) aren't currently supported.
30+
- Disks using [zone-redundant storage (ZRS)](disks-redundancy.md#zone-redundant-storage-for-managed-disks) aren't currently supported.
3131

3232
### Regional availability
3333

articles/virtual-machines/disks-redundancy.md

Lines changed: 4 additions & 4 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: 07/12/2021
6+
ms.date: 07/28/2021
77
ms.topic: how-to
88
ms.service: storage
99
ms.subservice: disks
@@ -14,7 +14,7 @@ ms.custom: references_regions, devx-track-azurepowershell
1414

1515
**Applies to:** :heavy_check_mark: Linux VMs :heavy_check_mark: Windows VMs :heavy_check_mark: Flexible scale sets :heavy_check_mark: Uniform scale sets
1616

17-
Azure managed disks offer two storage redundancy options, zone-redundant storage (ZRS) as a preview, and locally-redundant storage. ZRS provides higher availability for managed disks than locally-redundant storage (LRS) does. However, the write latency for LRS disks is better than ZRS disks because LRS disks synchronously write data to three copies in a single data center.
17+
Azure managed disks offer two storage redundancy options, zone-redundant storage (ZRS), and locally-redundant storage. ZRS provides higher availability for managed disks than locally-redundant storage (LRS) does. However, the write latency for LRS disks is better than ZRS disks because LRS disks synchronously write data to three copies in a single data center.
1818

1919
## Locally-redundant storage for managed disks
2020

@@ -27,11 +27,11 @@ Locally-redundant storage (LRS) replicates your data three times within a single
2727

2828
If your workflow doesn't support application-level synchronous writes across zones, or your application must meet zero RPO, then ZRS disks would ideal.
2929

30-
## Zone-redundant storage for managed disks (preview)
30+
## Zone-redundant storage for managed disks
3131

3232
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.
3333

34-
A ZRS disk (preview) lets you recover from failures in availability zones. If a zone went down, a ZRS disk can be attached to a virtual machine (VM) in a different zone. 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).
34+
A ZRS disk lets you recover from failures in availability zones. If a zone went down, a ZRS disk can be attached to a virtual machine (VM) in a different zone. 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).
3535

3636
### Billing implications
3737

articles/virtual-machines/linux/image-builder-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The location is the region where the custom image will be created. The following
8484
The Azure VM Image Builder service doesn't store/process customer data outside regions that have strict single region data residency requirements when a customer requests a build in that region. In the event of a service outage for regions that have data residency requirements, you will need to create templates in a different region and geography.
8585

8686
### Zone Redundancy
87-
Distribution supports zone redundancy, VHDs are distributed to a Zone Redundant Storage account by default and the Shared Image Gallery version will support a [ZRS storage type](../disks-redundancy.md#zone-redundant-storage-for-managed-disks-preview) if specified.
87+
Distribution supports zone redundancy, VHDs are distributed to a Zone Redundant Storage account by default and the Shared Image Gallery version will support a [ZRS storage type](../disks-redundancy.md#zone-redundant-storage-for-managed-disks) if specified.
8888

8989
## vmProfile
9090
## buildVM

includes/disk-storage-zrs-limitations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
ms.custom: include file
1111
---
1212

13-
During the preview, ZRS for managed disks has the following restrictions:
13+
ZRS for managed disks have the following restrictions:
1414

1515
- Only supported with premium solid-state drives (SSD) and standard SSDs.
1616
- Currently available only in the West US 2, West Europe, North Europe, and France Central regions.

0 commit comments

Comments
 (0)