Skip to content

Commit 3eddb33

Browse files
committed
Try
1 parent 405d319 commit 3eddb33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AKS-Arc/deploy-ai-model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ az aksarc update --resource-group <Resource_Group_name> --name <Cluster_Name> --
8383

8484
2. After the node pool is provisioned, you can confirm whether the node is successfully provisioned using the node pool name:
8585

86-
### [Azure portal](#tab/portal)
86+
### [Azure CLI](#tab/azurecli)
8787

8888
```azurecli
8989
kubectl get nodes --show-labels | grep "msft.microsoft/nodepool-name=.*<Node_Pool_Name>" | awk '{print $1}'
9090
```
9191

92-
### [Azure CLI](#tab/azurecli)
92+
### [PowerShell](#tab/powershell)
9393

9494
For PowerShell, you can use the following command:
9595

0 commit comments

Comments
 (0)