Skip to content

Commit 44bfbe8

Browse files
Merge pull request #232725 from khdownie/kendownie-premium-regions
Moving ZRS support for Files
2 parents 046072a + 54bd35f commit 44bfbe8

File tree

3 files changed

+38
-4
lines changed

3 files changed

+38
-4
lines changed

articles/storage/files/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,8 @@
314314
href: /azure/developer/java/spring-framework/spring-cloud-azure?toc=/azure/storage/files/toc.json#resource-handing
315315
- name: Monitoring Azure Files reference
316316
href: storage-files-monitoring-reference.md
317+
- name: Premium file shares ZRS support
318+
href: redundancy-premium-file-shares.md
317319
- name: Resource Manager template
318320
displayName: arm
319321
href: /azure/templates/microsoft.storage/allversions
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Azure Files zone-redundant storage (ZRS) support for premium file shares
3+
description: ZRS is supported for premium Azure file shares through the FileStorage storage account kind. Use this reference to determine the Azure regions in which ZRS is supported.
4+
author: khdownie
5+
services: storage
6+
ms.service: storage
7+
ms.topic: reference
8+
ms.date: 03/29/2023
9+
ms.author: kendownie
10+
ms.subservice: files
11+
ms.custom: references_regions
12+
---
13+
14+
# Azure Files zone-redundant storage for premium file shares
15+
16+
Zone-redundant storage (ZRS) replicates your storage account synchronously across three Azure availability zones in the primary region.
17+
18+
## Applies to
19+
| File share type | SMB | NFS |
20+
|-|:-:|:-:|
21+
| Standard file shares (GPv2), LRS/ZRS | ![No](../media/icons/no-icon.png) | ![No](../media/icons/no-icon.png) |
22+
| Standard file shares (GPv2), GRS/GZRS | ![No](../media/icons/no-icon.png) | ![No](../media/icons/no-icon.png) |
23+
| Premium file shares (FileStorage), LRS/ZRS | ![Yes](../media/icons/yes-icon.png) | ![Yes](../media/icons/yes-icon.png) |
24+
25+
## Premium file share accounts
26+
ZRS is supported for premium Azure file shares through the `FileStorage` storage account kind.
27+
28+
[!INCLUDE [storage-files-redundancy-premium-zrs](../../../includes/storage-files-redundancy-premium-zrs.md)]
29+
30+
## See also
31+
32+
- [Azure Storage redundancy](../common/storage-redundancy.md)

articles/storage/files/storage-files-monitoring-reference.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Azure Files monitoring data reference
33
description: Log and metrics reference for monitoring data from Azure Files.
4-
author: normesta
4+
author: khdownie
55
services: storage
66
ms.service: storage
77
ms.topic: reference
8-
ms.date: 10/02/2020
9-
ms.author: normesta
8+
ms.date: 03/29/2023
9+
ms.author: kendownie
1010
ms.subservice: files
1111
ms.custom: monitoring
1212
---
@@ -28,7 +28,7 @@ The following tables list the platform metrics collected for Azure Files.
2828

2929
### Capacity metrics
3030

31-
Capacity metrics values are refreshed daily (up to 24 Hours). The time grain defines the time interval for which metrics values are presented. The supported time grain for all capacity metrics is one hour (PT1H).
31+
Capacity metrics values are refreshed daily (up to 24 hours). The time grain defines the time interval for which metrics values are presented. The supported time grain for all capacity metrics is one hour (PT1H).
3232

3333
Azure Files provides the following capacity metrics in Azure Monitor.
3434

0 commit comments

Comments
 (0)