Skip to content

Commit 4941de5

Browse files
committed
fixes to commands for netOb
1 parent 20873ab commit 4941de5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ az aks create \
134134
## Get cluster credentials
135135

136136
```azurecli-interactive
137-
az aks get-credentials -name myAKSCluster --resource-group myResourceGroup
137+
az aks get-credentials --name myAKSCluster --resource-group myResourceGroup
138138
```
139139

140140
## Enable Visualization on Grafana

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Use [az aks update](/cli/azure/aks#az-aks-update) to link the Azure Monitor and
182182
az aks update \
183183
--name myAKSCluster \
184184
--resource-group myResourceGroup \
185-
--enable-azuremonitormetrics \
185+
--enable-azure-monitor-metrics \
186186
--azure-monitor-workspace-resource-id $azuremonitorId \
187187
--grafana-resource-id $grafanaId
188188
```
@@ -192,7 +192,7 @@ az aks update \
192192
## Get cluster credentials
193193

194194
```azurecli-interactive
195-
az aks get-credentials -name myAKSCluster --resource-group myResourceGroup
195+
az aks get-credentials --name myAKSCluster --resource-group myResourceGroup
196196
```
197197

198198

0 commit comments

Comments
 (0)