Skip to content

Commit dbca7bd

Browse files
committed
Minor edits
1 parent bd6360f commit dbca7bd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ The latest version of the Network Watcher extension is currently `1.4.2423.1`.
2727

2828
### Identify latest version
2929

30-
Use the
31-
3230
# [Linux](#tab/linux)
3331

3432
```powershell
@@ -46,7 +44,7 @@ az vm extension image list-versions --publisher Microsoft.Azure.NetworkWatcher -
4644
---
4745

4846
## Update your extension using a PowerShell script
49-
Customers with large deployments who need to update multiple VMs at once. For updating select VMs manually, please see the next section
47+
Customers with large deployments who need to update multiple VMs at once. For updating select VMs manually, see the next section.
5048

5149
```powershell
5250
<#
@@ -163,7 +161,8 @@ Run the following command from an Azure CLI prompt:
163161
az vm get-instance-view --resource-group "SampleRG" --name "Sample-VM"
164162
```
165163
Locate **"AzureNetworkWatcherExtension"** in the output and identify the version number from the *“TypeHandlerVersion”* field in the output. 
166-
Please note: Information about the extension appears multiple times in the JSON output. Please look under the "extensions" block and you should see the full version number of the extension.
164+
165+
Information about the extension appears multiple times in the JSON output. The full version number of the extension is available under the Extensions block.
167166

168167
You should see something like the below:
169168
![Azure CLI Screenshot](./media/network-watcher/azure-cli-screenshot.png)

0 commit comments

Comments
 (0)