Skip to content

Commit 0acb3de

Browse files
committed
updated articles per engineering feedback
1 parent 8f1ebf6 commit 0acb3de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/aks/azure-blob-csi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use Container Storage Interface (CSI) driver for Azure Blob storage on Az
33
description: Learn how to use the Container Storage Interface (CSI) driver for Azure Blob storage in an Azure Kubernetes Service (AKS) cluster.
44
services: container-service
55
ms.topic: article
6-
ms.date: 11/07/2022
6+
ms.date: 11/16/2022
77
author: mgoedtel
88

99
---
@@ -23,7 +23,7 @@ Mounting Azure Blob storage as a file system into a container or pod, enables yo
2323
The data on the object storage can be accessed by applications using BlobFuse or Network File System (NFS) 3.0 protocol. Before the introduction of the Azure Blob storage CSI driver, the only option was to manually install an unsupported driver to access Blob storage from your application running on AKS. When the Azure Blob storage CSI driver is enabled on AKS, there are two built-in storage classes: *azureblob-fuse-premium* and *azureblob-nfs-premium*.
2424

2525
> [!NOTE]
26-
> Azure Blob CSI driver supports NFS 3.0 and Blobfuse v1 protocols for Kubernetes versions up to 1.24 on AKS. For Kubernetes version 1.25 (preview), only NFS 3.0 protocol is supported.
26+
> Azure Blob CSI driver only supports NFS 3.0 protocol for Kubernetes versions 1.25 (preview) on AKS.
2727
2828
To create an AKS cluster with CSI drivers support, see [CSI drivers on AKS][csi-drivers-aks]. To learn more about the differences in access between each of the Azure storage types using the NFS protocol, see [Compare access to Azure Files, Blob Storage, and Azure NetApp Files with NFS][compare-access-with-nfs].
2929

articles/aks/csi-storage-drivers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Container Storage Interface (CSI) drivers on Azure Kubernetes Service (AK
33
description: Learn about and deploy the Container Storage Interface (CSI) drivers for Azure Disks and Azure Files in an Azure Kubernetes Service (AKS) cluster
44
services: container-service
55
ms.topic: article
6-
ms.date: 11/07/2022
6+
ms.date: 11/16/2022
77

88
---
99

@@ -27,7 +27,7 @@ The CSI storage driver support on AKS allows you to natively use:
2727
2828
## Prerequisites
2929

30-
- You need the Azure CLI version 2.40 installed and configured. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI][install-azure-cli].
30+
- You need the Azure CLI version 2.42 or later installed and configured. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI][install-azure-cli].
3131
- If the open-source CSI Blob storage driver is installed on your cluster, uninstall it before enabling the Azure Blob storage driver.
3232

3333
## Disable CSI storage drivers on a new or existing cluster

0 commit comments

Comments
 (0)