Skip to content

Commit eb93220

Browse files
authored
Merge pull request #106580 from msrini-MSFT/patch-104
(AzureCXP) fixes MicrosoftDocs/azure-docs#49444
2 parents 150e563 + ea6c844 commit eb93220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/expressroute/expressroute-troubleshooting-expressroute-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ The following example shows the response of the command for a peering that does
272272
## Confirm the traffic flow
273273
To get the combined primary and secondary path traffic statistics--bytes in and out--of a peering context, use the following command:
274274

275-
Get-AzureDedicatedCircuitStats -ServiceKey 97f85950-01dd-4d30-a73c-bf683b3a6e5c -AccessType Private
275+
Get-AzExpressRouteCircuitStats -ResourceGroupName $RG -ExpressRouteCircuitName $CircuitName -PeeringType 'AzurePrivatePeering'
276276

277277
A sample output of the command is:
278278

0 commit comments

Comments
 (0)