Skip to content

Commit 01fa63d

Browse files
authored
Update azure-csi-blob-storage-provision.md
1 parent f898f8b commit 01fa63d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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
66
ms.custom: devx-track-linux
7-
ms.date: 05/17/2023
7+
ms.date: 08/11/2023
88
---
99

1010
# Create and use a volume with Azure Blob storage in Azure Kubernetes Service (AKS)
@@ -269,7 +269,7 @@ This section provides guidance for cluster administrators who want to create one
269269

270270
### Create a Blob storage container
271271

272-
When you create an Azure Blob storage resource for use with AKS, you can create the resource in the node resource group. This approach allows the AKS cluster to access and manage the blob storage resource. If instead you create the blob storage resource in a separate resource group, you must grant the Azure Kubernetes Service managed identity for your cluster the [Contributor][rbac-contributor-role] role to the blob storage resource group.
272+
When you create an Azure Blob storage resource for use with AKS, you can create the resource in the node resource group. This approach allows the AKS cluster to access and manage the blob storage resource.
273273

274274
For this article, create the container in the node resource group. First, get the resource group name with the [az aks show][az-aks-show] command and add the `--query nodeResourceGroup` query parameter. The following example gets the node resource group for the AKS cluster named **myAKSCluster** in the resource group named **myResourceGroup**:
275275

0 commit comments

Comments
 (0)