Skip to content

Commit 3991de6

Browse files
committed
fix missing link
1 parent d92ca64 commit 3991de6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/aks/use-node-public-ips.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,13 @@ Register the `NodePublicIPTagsPreview` feature flag by using the [`az feature re
104104
az feature register --namespace "Microsoft.ContainerService" --name "NodePublicIPTagsPreview"
105105
```
106106

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:
108108

109109
```azurecli-interactive
110110
az feature show --namespace "Microsoft.ContainerService" --name "NodePublicIPTagsPreview"
111111
```
112112

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:
114114

115115
```azurecli-interactive
116116
az provider register --namespace Microsoft.ContainerService
@@ -350,8 +350,9 @@ Containers:
350350
[az-aks-show]: /cli/azure/aks#az_aks_show
351351
[az-extension-add]: /cli/azure/extension#az_extension_add
352352
[az-extension-update]: /cli/azure/extension#az_extension_update
353-
[az-feature-register]: /cli/azure/feature#az_feature_register
354-
[az-feature-list]: /cli/azure/feature#az_feature_list
353+
[az-feature-register]: /cli/azure/feature#az-feature-register
354+
[az-feature-list]: /cli/azure/feature#az-feature-list
355+
[az-feature-show]: /cli/azure/feature#az-feature-show
355356
[az-provider-register]: /cli/azure/provider#az_provider_register
356357
[az-group-create]: /cli/azure/group#az_group_create
357358
[az-group-delete]: /cli/azure/group#az_group_delete

0 commit comments

Comments
 (0)