We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405d319 commit 3eddb33Copy full SHA for 3eddb33
AKS-Arc/deploy-ai-model.md
@@ -83,13 +83,13 @@ az aksarc update --resource-group <Resource_Group_name> --name <Cluster_Name> --
83
84
2. After the node pool is provisioned, you can confirm whether the node is successfully provisioned using the node pool name:
85
86
- ### [Azure portal](#tab/portal)
+ ### [Azure CLI](#tab/azurecli)
87
88
```azurecli
89
kubectl get nodes --show-labels | grep "msft.microsoft/nodepool-name=.*<Node_Pool_Name>" | awk '{print $1}'
90
```
91
92
- ### [Azure CLI](#tab/azurecli)
+ ### [PowerShell](#tab/powershell)
93
94
For PowerShell, you can use the following command:
95
0 commit comments