You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- If you haven't already installed Azure Container Storage, follow the instructions in [Install Azure Container Storage](container-storage-aks-quickstart.md).
24
+
24
25
- Check if your target region is supported in [Azure Container Storage regions](container-storage-introduction.md#regional-availability).
25
26
26
27
## Choose a VM type that supports Ephemeral Disk
@@ -33,6 +34,14 @@ You can run the following command to get the VM type that's used with your node
33
34
az aks nodepool list --resource-group <resource group> --cluster-name <cluster name> --query "[].{PoolName:name, VmSize:vmSize}" -o table
34
35
```
35
36
37
+
The following is an example of output.
38
+
39
+
```output
40
+
PoolName VmSize
41
+
---------- ---------------
42
+
nodepool1 standard_l8s_v3
43
+
```
44
+
36
45
We recommend that each VM have a minimum of four virtual CPUs (vCPUs), and each node pool have at least three nodes.
0 commit comments