Skip to content

Commit 794e253

Browse files
committed
resolve blocking issues
1 parent 6620434 commit 794e253

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

articles/storage/container-storage/container-storage-faq.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Frequently asked questions (FAQ) for Azure Container Storage Preview
33
description: Get answers to Azure Container Storage frequently asked questions.
44
author: khdownie
55
ms.service: azure-container-storage
6-
ms.date: 03/12/2024
6+
ms.date: 03/21/2024
77
ms.author: kendownie
88
ms.topic: conceptual
99
ms.custom: references_regions
@@ -25,6 +25,7 @@ ms.custom: references_regions
2525

2626
* <a id="storage-pool-parameters"></a>
2727
**What parameters can I specify for the storage pool that's created when Azure Container Storage is installed with the `az aks create` command?**
28+
The following table lists the mandatory and optional storage pool parameters, along with their default values.
2829
[!INCLUDE [container-storage-storage-pool-parameters](../../../includes/container-storage-storage-pool-parameters.md)]
2930

3031
* <a id="azure-container-storage-limitations"></a>

articles/storage/container-storage/use-container-storage-with-local-disk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Configure Azure Container Storage for use with Ephemeral Disk using
44
author: khdownie
55
ms.service: azure-container-storage
66
ms.topic: how-to
7-
ms.date: 03/12/2024
7+
ms.date: 03/21/2024
88
ms.author: kendownie
99
ms.custom: references_regions
1010
---
@@ -35,7 +35,7 @@ First, create a storage pool, which is a logical grouping of storage for your Ku
3535

3636
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).
3737

38-
You have three options to create a storage pool that uses Emphemeral Disk:
38+
You have three options to create a storage pool that uses Ephemeral Disk:
3939

4040
- [Create storage pool with local NVMe](#create-a-storage-pool-with-nvme)
4141
- [Create storage pool with temp SSD](#create-a-storage-pool-with-temp-ssd)

0 commit comments

Comments
 (0)