Skip to content

Commit 58059dd

Browse files
authored
Merge pull request #180340 from andyzhangx/patch-31
Update azure-files-csi.md
2 parents f690623 + ac698e2 commit 58059dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/aks/azure-files-csi.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use Container Storage Interface (CSI) drivers for Azure Files on Azure Ku
33
description: Learn how to use the Container Storage Interface (CSI) drivers for Azure Files in an Azure Kubernetes Service (AKS) cluster.
44
services: container-service
55
ms.topic: article
6-
ms.date: 11/09/2021
6+
ms.date: 11/18/2021
77
author: palma21
88

99
---
@@ -21,7 +21,7 @@ To create an AKS cluster with CSI driver support, see [Enable CSI drivers for Az
2121
2222
## Use a persistent volume with Azure Files
2323

24-
A [persistent volume (PV)](concepts-storage.md#persistent-volumes) represents a piece of storage that's provisioned for use with Kubernetes pods. A PV can be used by one or many pods and can be dynamically or statically provisioned. If multiple pods need concurrent access to the same storage volume, you can use Azure Files to connect by using the [Server Message Block (SMB) protocol][smb-overview]. This article shows you how to dynamically create an Azure Files share for use by multiple pods in an AKS cluster. For static provisioning, see [Manually create and use a volume with an Azure Files share](azure-files-volume.md).
24+
A [persistent volume (PV)](concepts-storage.md#persistent-volumes) represents a piece of storage that's provisioned for use with Kubernetes pods. A PV can be used by one or many pods and can be dynamically or statically provisioned. If multiple pods need concurrent access to the same storage volume, you can use Azure Files to connect by using the [Server Message Block (SMB)][smb-overview] or NFS protocol. This article shows you how to dynamically create an Azure Files share for use by multiple pods in an AKS cluster. For static provisioning, see [Manually create and use a volume with an Azure Files share](azure-files-volume.md).
2525

2626
For more information on Kubernetes volumes, see [Storage options for applications in AKS][concepts-storage].
2727

@@ -34,6 +34,7 @@ A storage class is used to define how an Azure Files share is created. A storage
3434
* **Standard_ZRS**: Standard zone-redundant storage
3535
* **Standard_RAGRS**: Standard read-access geo-redundant storage
3636
* **Premium_LRS**: Premium locally redundant storage
37+
* **Premium_ZRS**: Premium zone-redundant storage
3738

3839
> [!NOTE]
3940
> Azure Files supports Azure Premium Storage. The minimum premium file share is 100 GB.

0 commit comments

Comments
 (0)