Skip to content

Commit bf6dda3

Browse files
authored
Update virtual-nodes-portal.md
Add missing RegistrationPolicy column to the output of "az provider list"
1 parent 8e30aec commit bf6dda3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/aks/virtual-nodes-portal.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ az provider list --query "[?contains(namespace,'Microsoft.ContainerInstance')]"
2828
The *Microsoft.ContainerInstance* provider should report as *Registered*, as shown in the following example output:
2929

3030
```
31-
Namespace RegistrationState
32-
--------------------------- -------------------
33-
Microsoft.ContainerInstance Registered
31+
Namespace RegistrationState RegistrationPolicy
32+
--------------------------- ------------------- --------------------
33+
Microsoft.ContainerInstance Registered RegistrationRequired
3434
```
3535

3636
If the provider shows as *NotRegistered*, register the provider using the [az provider register][az-provider-register] as shown in the following example:
@@ -241,4 +241,4 @@ Virtual nodes are one component of a scaling solution in AKS. For more informati
241241
[aks-hpa]: tutorial-kubernetes-scale.md
242242
[aks-cluster-autoscaler]: cluster-autoscaler.md
243243
[aks-basic-ingress]: ingress-basic.md
244-
[az-provider-list]: /cli/azure/provider#az-provider-list
244+
[az-provider-list]: /cli/azure/provider#az-provider-list

0 commit comments

Comments
 (0)