Skip to content

Commit 780ae0e

Browse files
committed
docs: Remove services field, update ms.date, fix broken links, and apply SFI-approved GUIDs for expressroute-howto-reset-peering
1 parent 54d2ce2 commit 780ae0e

1 file changed

Lines changed: 10 additions & 11 deletions

File tree

articles/expressroute/expressroute-howto-reset-peering.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
22
title: 'Azure ExpressRoute: Reset circuit peering using Azure PowerShell'
33
description: Learn how to enable and disable peerings for an Azure ExpressRoute circuit using Azure PowerShell.
4-
services: expressroute
54
author: duongau
65
ms.service: azure-expressroute
76
ms.custom: devx-track-azurepowershell
87
ms.topic: how-to
9-
ms.date: 12/28/2023
8+
ms.date: 03/11/2026
109
ms.author: duau
1110
---
1211

@@ -52,8 +51,8 @@ There are a two scenarios where you can find it helpful to reset your ExpressRou
5251
Name : ExpressRouteARMCircuit
5352
ResourceGroupName : ExpressRouteResourceGroup
5453
Location : westus
55-
Id : /subscriptions/########-####-####-####-############/resourceGroups/ExpressRouteResourceGroup/providers/Microsoft.Network/expressRouteCircuits/ExpressRouteARMCircuit
56-
Etag : W/"cd011bef-dc79-49eb-b4c6-81fb6ea5d178"
54+
Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/ExpressRouteResourceGroup/providers/Microsoft.Network/expressRouteCircuits/ExpressRouteARMCircuit
55+
Etag : W/"aaaa0000-bb11-2222-33cc-444444dddddd"
5756
ProvisioningState : Succeeded
5857
Sku : {
5958
"Name": "Standard_MeteredData",
@@ -68,12 +67,12 @@ There are a two scenarios where you can find it helpful to reset your ExpressRou
6867
"PeeringLocation": "Los Angeles",
6968
"BandwidthInMbps": 50
7069
}
71-
ServiceKey : ########-####-####-####-############
70+
ServiceKey : aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e
7271
Peerings : [
7372
{
7473
"Name": "AzurePrivatePeering",
75-
"Etag": "W/\"cd011bef-dc79-49eb-b4c6-81fb6ea5d178\"",
76-
"Id": "/subscriptions/########-####-####-####-############/resourceGroups/ExpressRouteResourceGroup/providers/Microsoft.Network/expressRouteCircuits/ExpressRouteARMCircuit/peerings/AzurePrivatePeering",
74+
"Etag": "W/\"aaaa0000-bb11-2222-33cc-444444dddddd\"",
75+
"Id": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/ExpressRouteResourceGroup/providers/Microsoft.Network/expressRouteCircuits/ExpressRouteARMCircuit/peerings/AzurePrivatePeering",
7776
"PeeringType": "AzurePrivatePeering",
7877
"State": "Enabled",
7978
"AzureASN": 12076,
@@ -98,8 +97,8 @@ There are a two scenarios where you can find it helpful to reset your ExpressRou
9897
},
9998
{
10099
"Name": "MicrosoftPeering",
101-
"Etag": "W/\"cd011bef-dc79-49eb-b4c6-81fb6ea5d178\"",
102-
"Id": "/subscriptions/########-####-####-####-############/resourceGroups/ExpressRouteResourceGroup/providers/Microsoft.Network/expressRouteCircuits/ExpressRouteARMCircuit/peerings/MicrosoftPeering",
100+
"Etag": "W/\"aaaa0000-bb11-2222-33cc-444444dddddd\"",
101+
"Id": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/ExpressRouteResourceGroup/providers/Microsoft.Network/expressRouteCircuits/ExpressRouteARMCircuit/peerings/MicrosoftPeering",
103102
"PeeringType": "MicrosoftPeering",
104103
"State": "Enabled",
105104
"AzureASN": 12076,
@@ -147,5 +146,5 @@ There are a two scenarios where you can find it helpful to reset your ExpressRou
147146

148147
## Next steps
149148
If you need help with troubleshooting an ExpressRoute problem, see the following articles:
150-
* [Verifying ExpressRoute connectivity](expressroute-troubleshooting-expressroute-overview.md)
151-
* [Troubleshooting network performance](expressroute-troubleshooting-network-performance.md)
149+
* [Verifying ExpressRoute connectivity](/troubleshoot/azure/expressroute/expressroute-troubleshooting-expressroute-overview)
150+
* [Troubleshooting network performance](/troubleshoot/azure/expressroute/expressroute-troubleshooting-network-performance)

0 commit comments

Comments
 (0)