Skip to content

Commit d05aeff

Browse files
committed
Add Patricks fix
1 parent 867bb06 commit d05aeff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/aks/start-stop-nodepools.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ az extension update --name aks-preview
3333
az feature register --namespace "Microsoft.ContainerService" --name "PreviewStartStopAgentPool"
3434
```
3535

36+
It takes a few minutes for the status to show *Registered*. Verify the registration status by using the [az feature list][az-feature-list] command:
37+
38+
```azurecli-interactive
39+
az feature list -o table --query "[?contains(name, 'Microsoft.ContainerService/PreviewStartStopAgentPool')].{Name:name,State:properties.state}"
40+
```
41+
3642
When ready, refresh the registration of the *Microsoft.ContainerService* resource provider by using the [az provider register][az-provider-register] command:
3743

3844
```azurecli-interactive

0 commit comments

Comments
 (0)