Skip to content

Commit 79898a6

Browse files
authored
Update azure-csi-files-storage-provision.md
1 parent 4b57936 commit 79898a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/azure-csi-files-storage-provision.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to create a static or dynamic persistent volume with Azur
55
ms.topic: article
66
ms.custom: devx-track-azurecli
77
ms.subservice: aks-storage
8-
ms.date: 03/05/2024
8+
ms.date: 06/28/2024
99
author: tamram
1010
ms.author: tamram
1111

@@ -352,7 +352,7 @@ Kubernetes needs credentials to access the file share created in the previous st
352352
storageClassName: azurefile-csi
353353
csi:
354354
driver: file.csi.azure.com
355-
volumeHandle: unique-volumeid # make sure this volumeid is unique for every identical share in the cluster
355+
volumeHandle: "{resource-group-name}#{account-name}#{file-share-name}" # make sure this volumeid is unique for every identical share in the cluster
356356
volumeAttributes:
357357
resourceGroup: resourceGroupName # optional, only set this when storage account is not in the same resource group as node
358358
shareName: aksshare

0 commit comments

Comments
 (0)