Skip to content

Commit ae99cde

Browse files
Merge pull request #257588 from khdownie/patch-2
Update use-container-storage-with-elastic-san.md
2 parents ef5dc63 + 963911f commit ae99cde

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/storage/container-storage/use-container-storage-with-elastic-san.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Configure Azure Container Storage Preview for use with Azure Elasti
44
author: khdownie
55
ms.service: azure-container-storage
66
ms.topic: how-to
7-
ms.date: 09/07/2023
7+
ms.date: 11/06/2023
88
ms.author: kendownie
99
ms.custom: references_regions
1010
---
@@ -27,7 +27,11 @@ ms.custom: references_regions
2727

2828
## Create a storage pool
2929

30-
First, create a storage pool, which is a logical grouping of storage for your Kubernetes cluster, by defining it in a YAML manifest file. Follow these steps to create a storage pool with Azure Elastic SAN Preview.
30+
First, create a storage pool, which is a logical grouping of storage for your Kubernetes cluster, by defining it in a YAML manifest file.
31+
32+
If you enabled Azure Container Storage using `az aks create` or `az aks update` commands, you might already have a storage pool. Use `kubectl get sp -n acstor` to get the list of storage pools. If you have a storage pool already available that you want to use, you can skip this section and proceed to [Display the available storage classes](#display-the-available-storage-classes).
33+
34+
Follow these steps to create a storage pool with Azure Elastic SAN Preview.
3135

3236
1. Use your favorite text editor to create a YAML manifest file such as `code acstor-storagepool.yaml`.
3337

0 commit comments

Comments
 (0)