Skip to content

Commit 740534a

Browse files
authored
Merge pull request #62010 from stegag/patch-5
Update packet-capture.md
2 parents cf1be15 + a6ad8b1 commit 740534a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/vpn-gateway/packet-capture.md

Lines changed: 4 additions & 1 deletion
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,6 +350,9 @@ 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).
354+
355+
353356

354357
## Next steps
355358

0 commit comments

Comments
 (0)