Skip to content

Commit a6ad8b1

Browse files
authored
public repo edit
1 parent 2920c31 commit a6ad8b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/vpn-gateway/packet-capture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ The following examples of JSON and a JSON schema provide explanations of each pr
314314

315315
## Set up packet capture by using PowerShell
316316

317-
The following examples show PowerShell commands that start and stop packet captures. For more information on parameter options, see [this PowerShell document](https://docs.microsoft.com/powershell/module/az.network/start-azvirtualnetworkgatewaypacketcapture).
317+
The following examples show PowerShell commands that start and stop packet captures. For more information on parameter options, see [Start-AzVirtualnetworkGatewayPacketCapture](https://docs.microsoft.com/powershell/module/az.network/start-azvirtualnetworkgatewaypacketcapture).
318318

319319
### Start packet capture for a VPN gateway
320320

@@ -350,7 +350,7 @@ Stop-AzVirtualNetworkGatewayConnectionPacketCapture -ResourceGroupName "YourReso
350350
- Suggested minimum packet capture duration is 600 seconds. Because of sync issues among multiple components on the path, shorter packet captures might not provide complete data.
351351
- Packet capture data files are generated in PCAP format. Use Wireshark or other commonly available applications to open PCAP files.
352352
- Packet captures aren't supported on policy-based gateways.
353-
- If the `SASurl` parameter isn't configured correctly, the trace might fail with Storage errors. For examples of how to correctly generate an `SASurl` parameter, see [stop-azvirtualnetworkgatewaypacketcapture](https://docs.microsoft.com/powershell/module/az.network/stop-azvirtualnetworkgatewaypacketcapture).
353+
- If the `SASurl` parameter isn't configured correctly, the trace might fail with Storage errors. For examples of how to correctly generate an `SASurl` parameter, see [Stop-AzVirtualNetworkGatewayPacketCapture](https://docs.microsoft.com/powershell/module/az.network/stop-azvirtualnetworkgatewaypacketcapture).
354354

355355

356356

0 commit comments

Comments
 (0)