Skip to content

Commit 5ceedf1

Browse files
Merge pull request #232607 from andyzhangx/patch-64
Update azure-blob-csi.md
2 parents 1a66820 + 95bc589 commit 5ceedf1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/aks/azure-blob-csi.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Use Container Storage Interface (CSI) driver for Azure Blob storage on Azure Kubernetes Service (AKS)
33
description: Learn how to use the Container Storage Interface (CSI) driver for Azure Blob storage in an Azure Kubernetes Service (AKS) cluster.
44
ms.topic: article
5-
ms.date: 03/09/2023
5+
ms.date: 03/29/2023
66

77
---
88

@@ -104,6 +104,10 @@ To have a storage volume persist for your workload, you can use a StatefulSet. T
104104

105105
# [NFS](#tab/NFS)
106106

107+
### Prerequisites
108+
109+
- Your AKS cluster *Control plane* identity (that is, your AKS cluster name) is added to the [Contributor](../role-based-access-control/built-in-roles.md#contributor) role on the VNet and network security group.
110+
107111
1. Create a file named `azure-blob-nfs-ss.yaml` and copy in the following YAML.
108112

109113
```yml

0 commit comments

Comments
 (0)