Skip to content

Commit c895d66

Browse files
committed
Updated enable network observability flag in cluster commands
1 parent 587799f commit c895d66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/network-observability-managed-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ az aks create \
153153
--network-plugin azure \
154154
--network-plugin-mode overlay \
155155
--pod-cidr 192.168.0.0/16 \
156-
--enable-network-observability
156+
--enable-advanced-network-observability
157157
```
158158

159159
###### Update Existing cluster
@@ -164,7 +164,7 @@ Use [az aks update](/cli/azure/aks#az-aks-update) to enable Network Observabilit
164164
az aks update \
165165
--resource-group myResourceGroup \
166166
--name myAKSCluster \
167-
--enable-network-observability
167+
--enable-advanced-network-observability
168168
```
169169

170170
##### Example 2: **Cilium**

0 commit comments

Comments
 (0)