Skip to content

Commit 236c21b

Browse files
Merge pull request #280557 from schaffererin/userstory282043
Updated enable network observability flag in cluster commands
2 parents e408802 + c895d66 commit 236c21b

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)