Skip to content

Commit 3a43995

Browse files
committed
tweak
1 parent d7ed99c commit 3a43995

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-machines/extensions/network-watcher-update.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ The latest version of the Network Watcher extension is `1.4.2573.1`.
2626

2727
### Identify latest version
2828

29-
Use this command to identify the latest version of the Network Watcher extension for your VM's operating system.
29+
Use [az vm extension image list](/cli/azure/vm/extension/image#az-vm-extension-image-list) command to identify the latest version of the Network Watcher extension for your VM's operating system.
3030

3131
# [Linux](#tab/linux)
3232

3333
```azurecli-interactive
34-
# List latest version of Network Watcher extension for Linux.
34+
# Identify latest version of Network Watcher extension for Linux.
3535
az vm extension image list --name 'NetworkWatcherAgentLinux' --publisher 'Microsoft.Azure.NetworkWatcher' --latest --location 'eastus'
3636
```
3737

3838
# [Windows](#tab/windows)
3939

4040
```azurecli-interactive
41-
# List latest version of Network Watcher extension for Windows.
41+
# Identify latest version of Network Watcher extension for Windows.
4242
az vm extension image list --name 'NetworkWatcherAgentWindows' --publisher 'Microsoft.Azure.NetworkWatcher' --latest --location 'eastus'
4343
```
4444

0 commit comments

Comments
 (0)