You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/use-node-public-ips.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,13 +104,13 @@ Register the `NodePublicIPTagsPreview` feature flag by using the [`az feature re
104
104
az feature register --namespace "Microsoft.ContainerService" --name "NodePublicIPTagsPreview"
105
105
```
106
106
107
-
It takes a few minutes for the status to show *Registered*. Verify the registration status by using the [az feature show][az-feature-show] command:
107
+
It takes a few minutes for the status to show *Registered*. Verify the registration status by using the [`az feature show`][az-feature-show] command:
108
108
109
109
```azurecli-interactive
110
110
az feature show --namespace "Microsoft.ContainerService" --name "NodePublicIPTagsPreview"
111
111
```
112
112
113
-
When the status reflects *Registered*, refresh the registration of the *Microsoft.ContainerService* resource provider by using the [az provider register][az-provider-register] command:
113
+
When the status reflects *Registered*, refresh the registration of the *Microsoft.ContainerService* resource provider by using the [`az provider register`][az-provider-register] command:
114
114
115
115
```azurecli-interactive
116
116
az provider register --namespace Microsoft.ContainerService
0 commit comments