Skip to content

Commit 2d82538

Browse files
authored
Update azure-csi-blob-storage-provision.md
1 parent ad663d6 commit 2d82538

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create a persistent volume with Azure Blob storage in Azure Kubernetes Se
33
titleSuffix: Azure Kubernetes Service
44
description: Learn how to create a static or dynamic persistent volume with Azure Blob storage for use with multiple concurrent pods in Azure Kubernetes Service (AKS)
55
ms.topic: article
6-
ms.date: 01/18/2023
6+
ms.date: 03/23/2023
77

88
---
99

@@ -300,6 +300,8 @@ The following example demonstrates how to mount a Blob storage container as a pe
300300
apiVersion: v1
301301
kind: PersistentVolume
302302
metadata:
303+
annotations:
304+
pv.kubernetes.io/provisioned-by: blob.csi.azure.com
303305
name: pv-blob
304306
spec:
305307
capacity:
@@ -388,6 +390,8 @@ Kubernetes needs credentials to access the Blob storage container created earlie
388390
apiVersion: v1
389391
kind: PersistentVolume
390392
metadata:
393+
annotations:
394+
pv.kubernetes.io/provisioned-by: blob.csi.azure.com
391395
name: pv-blob
392396
spec:
393397
capacity:
@@ -511,4 +515,4 @@ The following YAML creates a pod that uses the persistent volume or persistent v
511515
[azure-blob-storage-nfs-support]: ../storage/blobs/network-file-system-protocol-support.md
512516
[enable-blob-csi-driver]: azure-blob-csi.md#before-you-begin
513517
[az-tags]: ../azure-resource-manager/management/tag-resources.md
514-
[sas-tokens]: ../storage/common/storage-sas-overview.md
518+
[sas-tokens]: ../storage/common/storage-sas-overview.md

0 commit comments

Comments
 (0)