Skip to content

Commit ea1dcc7

Browse files
Merge pull request #276306 from khdownie/kendownie052424
minor edits
2 parents d303895 + 07a9b37 commit ea1dcc7

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 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/21/2024
7+
ms.date: 05/24/2024
88
ms.author: kendownie
99
ms.custom: references_regions
1010
---
@@ -21,13 +21,14 @@ ms.custom: references_regions
2121
[!INCLUDE [container-storage-prerequisites](../../../includes/container-storage-prerequisites.md)]
2222

2323
- If you haven't already installed Azure Container Storage, follow the instructions in [Install Azure Container Storage](container-storage-aks-quickstart.md).
24-
- Check if your target region is supported in [Azure Container Storage regions](container-storage-introduction.md#regional-availability)
24+
- Check if your target region is supported in [Azure Container Storage regions](container-storage-introduction.md#regional-availability).
2525

26-
## Ensure VM with Ephemeral Disk support
26+
## Choose a VM type that supports Ephemeral Disk
2727

28-
Ephemeral Disk is available in certain types of VM. If you plan to use Ephemeral Disk with local NVMe, a [storage optimized VM](../../virtual-machines/sizes-storage.md) such as **standard_l8s_v3** is required. If you plan to use Ephemeral Disk with temp SSD, a [Ev3 and Esv3-series VM](../../virtual-machines/ev3-esv3-series.md) is required.
28+
Ephemeral Disk is only available in certain types of VMs. If you plan to use Ephemeral Disk with local NVMe, a [storage optimized VM](../../virtual-machines/sizes-storage.md) such as **standard_l8s_v3** is required. If you plan to use Ephemeral Disk with temp SSD, a [Ev3 and Esv3-series VM](../../virtual-machines/ev3-esv3-series.md) is required.
29+
30+
You can run the following command to get the VM type that's used with your node pool.
2931

30-
You can run the following command to get VM type that is used with your node pool.
3132
```azurecli-interactive
3233
az aks nodepool list --resource-group <resource group> --cluster-name <cluster name> --query "[].{PoolName:name, VmSize:vmSize}" -o table
3334
```
@@ -141,6 +142,7 @@ Create a pod using [Fio](https://github.com/axboe/fio) (Flexible I/O Tester) for
141142
1. Use your favorite text editor to create a YAML manifest file such as `code acstor-pod.yaml`.
142143

143144
1. Paste in the following code and save the file.
145+
144146
```yml
145147
kind: Pod
146148
apiVersion: v1
@@ -388,7 +390,6 @@ To check which persistent volume a persistent volume claim is bound to, run:
388390
kubectl get pvc <persistent-volume-claim-name>
389391
```
390392

391-
392393
## See also
393394

394395
- [What is Azure Container Storage?](container-storage-introduction.md)

0 commit comments

Comments
 (0)