Skip to content

Commit 352a263

Browse files
committed
rename file
1 parent d3d83a3 commit 352a263

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

articles/network-watcher/.openpublishing.redirection.network-watcher.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/network-watcher/network-watcher-packet-capture-overview.md",
5+
"redirect_url": "/azure/network-watcher/packet-capture-overview",
6+
"redirect_document_id": true
7+
},
38
{
49
"source_path_from_root": "/articles/network-watcher/network-watcher-packet-capture-manage-cli.md",
510
"redirect_url": "/azure/network-watcher/packet-capture-vm-cli",

articles/network-watcher/network-watcher-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Network Watcher offers seven network diagnostic tools that help troubleshoot and
7474

7575
### Packet capture
7676

77-
**Packet capture** allows you to remotely create packet capture sessions to track traffic to and from a virtual machine (VM) or a virtual machine scale set. For more information, see [packet capture](network-watcher-packet-capture-overview.md) and [Manage packet captures for virtual machines](packet-capture-vm-portal.md).
77+
**Packet capture** allows you to remotely create packet capture sessions to track traffic to and from a virtual machine (VM) or a virtual machine scale set. For more information, see [packet capture](packet-capture-overview.md) and [Manage packet captures for virtual machines](packet-capture-vm-portal.md).
7878

7979
### VPN troubleshoot
8080

articles/network-watcher/network-watcher-packet-capture-overview.md renamed to articles/network-watcher/packet-capture-overview.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,17 @@ ms.date: 02/23/2024
1313

1414
# Packet capture overview
1515

16-
Azure Network Watcher packet capture allows you to create packet capture sessions to track traffic to and from a virtual machine (VM) or a scale set. Packet capture helps to diagnose network anomalies both reactively and proactively. Other uses include gathering network statistics, gaining information on network intrusions, debugging client-server communications and much more.
16+
Azure Network Watcher packet capture allows you to create packet capture sessions to track traffic to and from a virtual machine (VM) or a scale set. Packet capture helps to diagnose network anomalies both reactively and proactively. Other uses include gathering network statistics, gaining information on network intrusions, debugging client-server communications and more.
1717

1818
Packet capture is an extension that is remotely started through Network Watcher. This capability saves time and eases the burden of running a packet capture manually on the desired virtual machine or virtual machine scale set instances.
1919

2020
You can trigger packet captures through the portal, PowerShell, Azure CLI, or REST API. You can also use virtual machine alerts to trigger packet captures. You can choose to save captured data in the local disk or in Azure storage blob.
2121

2222
> [!IMPORTANT]
23-
> Packet capture requires the Network Watcher agent `AzureNetworkWatcherExtension`. For more information, see:
24-
> - [Network Watcher Agent VM extension for Windows](../virtual-machines/extensions/network-watcher-windows.md).
25-
> - [Network Watcher Agent VM extension for Linux](../virtual-machines/extensions/network-watcher-linux.md).
23+
> Packet capture requires the Network Watcher agent VM extension `AzureNetworkWatcherExtension`. For more information, see:
24+
> - [Network Watcher Agent VM extension for Windows](../virtual-machines/extensions/network-watcher-windows.md?toc=/azure/network-watcher/toc.json).
25+
> - [Network Watcher Agent VM extension for Linux](../virtual-machines/extensions/network-watcher-linux.md?toc=/azure/network-watcher/toc.json).
26+
> - [Update Network Watcher extension to the latest version](../virtual-machines/extensions/network-watcher-update.md?toc=/azure/network-watcher/toc.json).
2627
2728
## Capture configuration
2829

@@ -53,5 +54,5 @@ There's a limit of 10,000 parallel packet capture sessions per region per subscr
5354
## Related content
5455

5556
- To learn how to manage packet captures in virtual machines, see [Manage packet captures for virtual machines using the Azure portal](packet-capture-vm-portal.md), [Manage packet captures for virtual machines using PowerShell](packet-capture-vm-powershell.md), and [Manage packet captures for virtual machines using the Azure CLI](packet-capture-vm-cli.md).
56-
- To learn how to manage packet captures in scale sets, see [Manage packet captures for Virtual Machine Scale Sets using the Azure portal](network-watcher-packet-capture-manage-portal-vmss.md) and [Manage packet captures for Virtual Machine Scale Sets using PowerShell].(network-watcher-packet-capture-manage-powershell-vmss.md).
57+
- To learn how to manage packet captures in scale sets, see [Manage packet captures for Virtual Machine Scale Sets using the Azure portal](network-watcher-packet-capture-manage-portal-vmss.md) and [Manage packet captures for Virtual Machine Scale Sets using PowerShell](network-watcher-packet-capture-manage-powershell-vmss.md).
5758
- To learn how to create proactive packet captures based on virtual machine alerts, see [Create an alert triggered packet capture](network-watcher-alert-triggered-packet-capture.md).

articles/network-watcher/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
- name: VPN troubleshoot
5151
href: vpn-troubleshoot-overview.md
5252
- name: Packet capture
53-
href: network-watcher-packet-capture-overview.md
53+
href: packet-capture-overview.md
5454
- name: Effective security rules
5555
href: effective-security-rules-overview.md
5656
- name: NSG flow logs

0 commit comments

Comments
 (0)