Skip to content

Commit 9582e51

Browse files
authored
Update azure-disk-csi.md
1 parent 3f8959e commit 9582e51

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/aks/azure-disk-csi.md

Lines changed: 4 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 Disks on Azure Kubernetes Service (AKS)
33
description: Learn how to use the Container Storage Interface (CSI) driver for Azure Disks in an Azure Kubernetes Service (AKS) cluster.
44
ms.topic: article
5-
ms.date: 04/11/2023
5+
ms.date: 04/12/2023
66
---
77

88
# Use the Azure Disks Container Storage Interface (CSI) driver in Azure Kubernetes Service (AKS)
@@ -159,6 +159,9 @@ The following table provides details for all of the parameters.
159159

160160
### Create a volume snapshot
161161

162+
> [!NOTE]
163+
> Before proceeding, ensure that the application is not writing data to the source disk.
164+
162165
For an example of this capability, create a [volume snapshot class](https://github.com/kubernetes-sigs/azuredisk-csi-driver/blob/master/deploy/example/snapshot/storageclass-azuredisk-snapshot.yaml) with the [kubectl apply][kubectl-apply] command:
163166

164167
```bash

0 commit comments

Comments
 (0)