Skip to content

Commit 954cd71

Browse files
committed
updated per Acrolinx review
1 parent 29e9b42 commit 954cd71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/azure-hpc-cache.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.date: 02/13/2024
1515

1616
## Before you begin
1717

18-
* AKS cluster must be [in a region that supports Azure HPC Cache][hpc-cache-regions].
18+
* AKS cluster must be in a region that [supports Azure HPC Cache][hpc-cache-regions].
1919
* You need Azure CLI version 2.7 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI][install-azure-cli].
2020
* Register the `hpc-cache` extension in your Azure subscription. For more information on using HPC Cache with Azure CLI, see the [HPC Cache CLI prerequisites][hpc-cache-cli-prerequisites].
2121
* Review the [HPC Cache prerequisites][hpc-cache-prereqs]. You need to satisfy the following before you can run an HPC Cache:
@@ -93,7 +93,7 @@ az feature show --namespace "Microsoft.StorageCache"
9393
SUBNET_ID=$(az network vnet subnet show --resource-group $RESOURCE_GROUP --vnet-name $VNET_NAME --name $SUBNET_NAME --query "id" -o tsv)
9494
```
9595
96-
Create the HPC Cache using the [`az hpc-cache create`][az-hpc-cache-create] command. The following example creates the HPC Cache in the East US region with a Standard 2G cache type named *MyHpcCache*. Specify a value for parameters **--location**, **--sku-name**, and **--name**.
96+
Create the HPC Cache using the [`az hpc-cache create`][az-hpc-cache-create] command. The following example creates the HPC Cache in the East US region with a Standard 2G cache type named *MyHpcCache*. Specify a value for **--location**, **--sku-name**, and **--name**.
9797
9898
```azurecli-interactive
9999
az hpc-cache create \

0 commit comments

Comments
 (0)