Skip to content

Commit f0f3445

Browse files
committed
acrolinx and toc tweak
1 parent 7b53cbb commit f0f3445

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

articles/network-watcher/network-watcher-packet-capture-manage-portal.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Manage packet captures in VMs with Network Watcher - Azure portal
33
titleSuffix: Azure Network Watcher
4-
description: Learn how to manage the packet capture feature of Network Watcher using the Azure portal.
4+
description: Learn how to manage packet captures in virtual machines with the packet capture feature of Network Watcher using the Azure portal.
55
services: network-watcher
66
author: shijaiswal
77
ms.service: network-watcher
@@ -27,9 +27,9 @@ In this article, you learn to start, stop, download, and delete a packet capture
2727
- to 168.63.129.16 over port 8037
2828

2929
> [!NOTE]
30-
> The ports mentioned in the latter two cases above are common across all Network Watcher features that involve the Network Watcher extension and might occasionally change.
30+
> The ports mentioned in the latter two cases are common across all Network Watcher features that involve the Network Watcher extension and might occasionally change.
3131
32-
If a network security group is associated to the network interface, or subnet that the network interface is in, ensure that rules exist to allow outbound connectivity over the previous ports. Similarly, adding user-defined routes to your network may prevent connectivity to the above mentioned IPs and ports. Please ensure they are reachable.
32+
If a network security group is associated to the network interface, or subnet that the network interface is in, ensure that rules exist to allow outbound connectivity over the previous ports. Similarly, ensure outbound connectivity over the previous ports when adding user-defined routes to your network.
3333

3434
## Start a packet capture
3535

@@ -50,10 +50,10 @@ If a network security group is associated to the network interface, or subnet th
5050
| **Packet capture configuration** | |
5151
| Capture location | Select **Storage account**, **File**, or **Both**. |
5252
| Storage account | Select your **Standard** storage account. <br> This option is available if you selected **Storage account** or **Both**. |
53-
| Local file path | Enter a valid local file path where you want the capture to be saved in the target virtual machine. If you are using a Linux machine, the path must start with */var/captures*. <br> This option is available if you selected **File** or **Both**. |
54-
| Maximum bytes per packet | Enter the maximum number of bytes to be captured per each packet . All bytes are captured if left blank or 0 entered. |
55-
| Maximum bytes per session | Enter the total number of bytes that are captured before . Once the value is reached the packet capture stops. Up to 1 GB is captured if left blank. |
56-
| Time limit (seconds) | Enter the time limit of the packet capture session in seconds. Once the value is reached the packet capture stops. Up to 5 hours (18000 seconds) is captured if left blank. |
53+
| Local file path | Enter a valid local file path where you want the capture to be saved in the target virtual machine. If you're using a Linux machine, the path must start with */var/captures*. <br> This option is available if you selected **File** or **Both**. |
54+
| Maximum bytes per packet | Enter the maximum number of bytes to be captured per each packet. All bytes are captured if left blank or 0 entered. |
55+
| Maximum bytes per session | Enter the total number of bytes that are captured. Once the value is reached the packet capture stops. Up to 1 GB is captured if left blank. |
56+
| Time limit (seconds) | Enter the time limit of the packet capture session in seconds. Once the value is reached the packet capture stops. Up to 5 hours (18,000 seconds) is captured if left blank. |
5757
| **Filtering (optional)** | |
5858
| Add filter criteria | Select **Add filter criteria** to add a new filter. |
5959
| Protocol | Select **TCP**, **UDP**, or **Any** to filter for the packet capture. |

articles/network-watcher/toc.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,19 +139,19 @@
139139
items:
140140
- name: Manage a packet capture
141141
items:
142-
- name: Azure portal VM
142+
- name: Virtual machine - portal
143143
href: network-watcher-packet-capture-manage-portal.md
144-
- name: Azure portal virtual machine scale set
144+
- name: Virtual machine scale set - portal
145145
href: network-watcher-packet-capture-manage-portal-vmss.md
146-
- name: Azure PowerShell VM
146+
- name: Virtual machine - PowerShell
147147
href: network-watcher-packet-capture-manage-powershell.md
148-
- name: Azure PowerShell virtual machine scale set
148+
- name: Virtual machine scale set - PowerShell
149149
href: network-watcher-packet-capture-manage-powershell-vmss.md
150-
- name: The Azure CLI
150+
- name: Virtual machine - Azure CLI
151151
href: network-watcher-packet-capture-manage-cli.md
152-
- name: REST VM
152+
- name: Virtual machine - REST
153153
href: network-watcher-packet-capture-manage-rest.md
154-
- name: REST virtual machine scale set
154+
- name: Virtual machine scale set - REST
155155
href: network-watcher-packet-capture-manage-rest-vmss.md
156156
- name: Analyze a packet capture
157157
items:

0 commit comments

Comments
 (0)