Skip to content

Commit adf0691

Browse files
Merge pull request #285655 from khdownie/kendownie082724
clarify query command
2 parents 6c6b197 + cf9b140 commit adf0691

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Due to the ephemeral nature of these disks, Azure Container Storage supports the
2929

3030
Ephemeral Disk is only available in certain types of VMs. If you plan to use local NVMe, a [storage optimized VM](/azure/virtual-machines/sizes-storage) such as **standard_l8s_v3** is required.
3131

32-
You can run the following command to get the VM type that's used with your node pool.
32+
Run the following command to get the VM type that's used with your node pool. Replace `<resource group>` and `<cluster name>` with your own values. You don't need to supply values for `PoolName` or `VmSize`, so keep the query as shown here.
3333

3434
```azurecli-interactive
3535
az aks nodepool list --resource-group <resource group> --cluster-name <cluster name> --query "[].{PoolName:name, VmSize:vmSize}" -o table

articles/storage/container-storage/use-container-storage-with-local-nvme-replication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Due to the ephemeral nature of these disks, Azure Container Storage supports the
2929

3030
Ephemeral Disk is only available in certain types of VMs. If you plan to use local NVMe, a [storage optimized VM](/azure/virtual-machines/sizes-storage) such as **standard_l8s_v3** is required.
3131

32-
You can run the following command to get the VM type that's used with your node pool.
32+
Run the following command to get the VM type that's used with your node pool. Replace `<resource group>` and `<cluster name>` with your own values. You don't need to supply values for `PoolName` or `VmSize`, so keep the query as shown here.
3333

3434
```azurecli-interactive
3535
az aks nodepool list --resource-group <resource group> --cluster-name <cluster name> --query "[].{PoolName:name, VmSize:vmSize}" -o table

articles/storage/container-storage/use-container-storage-with-temp-ssd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Due to the ephemeral nature of these disks, Azure Container Storage supports the
2929

3030
Ephemeral Disk is only available in certain types of VMs. Make sure you choose a VM type with temp SSD, such as a [Ev3 and Esv3-series VM](/azure/virtual-machines/ev3-esv3-series).
3131

32-
You can run the following command to get the VM type that's used with your node pool.
32+
Run the following command to get the VM type that's used with your node pool. Replace `<resource group>` and `<cluster name>` with your own values. You don't need to supply values for `PoolName` or `VmSize`, so keep the query as shown here.
3333

3434
```azurecli-interactive
3535
az aks nodepool list --resource-group <resource group> --cluster-name <cluster name> --query "[].{PoolName:name, VmSize:vmSize}" -o table

0 commit comments

Comments
 (0)