Skip to content

Commit c20b246

Browse files
committed
Fix link
1 parent a852fdb commit c20b246

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AKS-Arc/deploy-ai-model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to deploy an AI model on AKS Arc with the Kubernetes AI t
44
author: sethmanheim
55
ms.author: sethm
66
ms.topic: how-to
7-
ms.date: 12/06/2024
7+
ms.date: 03/21/2025
88
ms.reviewer: haojiehang
99
ms.lastreviewed: 12/03/2024
1010

@@ -66,7 +66,7 @@ To create a GPU node pool using the Azure portal, follow these steps:
6666

6767
### [Azure CLI](#tab/azurecli)
6868

69-
To create a GPU node pool using Azure CLI, run the following command. The GPU VM SKU used in the following example is for the **A16** model; for the full list of VM SKUs, see [Supported VM sizes](deploy-gpu-node-pool.md#supported-vm-sizes).
69+
To create a GPU node pool using Azure CLI, run the following command. The GPU VM SKU used in the following example is for the **A16** model; for the full list of VM SKUs, see [Supported VM sizes](scale-requirements.md#supported-vm-sizes).
7070

7171
```azurecli
7272
az aksarc nodepool add --name "samplenodepool" --cluster-name "samplecluster" --resource-group "sample-rg" --node-vm-size "Standard_NC16_A16" --os-type "Linux"

AKS-Arc/scale-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The following GPU models are supported by AKS on Azure Local, version 23H2:
7878

7979
## Supported VM sizes
8080

81-
The following VM sizes for each GPU models are supported by AKS on Azure Local, version 23H2.
81+
The following VM sizes for each GPU models are supported by AKS on Azure Local, version 23H2.
8282

8383
### Nvidia T4 is supported by NK T4 SKUs
8484

0 commit comments

Comments
 (0)