Skip to content

Commit 67ddff9

Browse files
committed
ExpressDocs: Merge/Delete/Consolidate
1 parent c3a80e4 commit 67ddff9

11 files changed

+998
-1298
lines changed

.openpublishing.redirection.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4184,6 +4184,36 @@
41844184
"redirect_url": "/azure/expressroute/expressroute-howto-linkvnet-cli",
41854185
"redirect_document_id": false
41864186
},
4187+
{
4188+
"source_path_from_root": "/articles/expressroute/quickstart-create-expressroute-vnet-template.md",
4189+
"redirect_url": "/azure/expressroute/expressroute-howto-circuit-resource-manager-template",
4190+
"redirect_document_id": false
4191+
},
4192+
{
4193+
"source_path_from_root": "/articles/expressroute/expressroute-howto-expressroute-direct-cli.md",
4194+
"redirect_url": "/azure/expressroute/how-to-expressroute-direct-portal",
4195+
"redirect_document_id": false
4196+
},
4197+
{
4198+
"source_path_from_root": "/articles/expressroute/expressroute-howto-erdirect.md",
4199+
"redirect_url": "/azure/expressroute/how-to-expressroute-direct-portal",
4200+
"redirect_document_id": false
4201+
},
4202+
{
4203+
"source_path_from_root": "/articles/expressroute/how-to-routefilter-cli.md",
4204+
"redirect_url": "/azure/expressroute/how-to-routefilter-portal",
4205+
"redirect_document_id": false
4206+
},
4207+
{
4208+
"source_path_from_root": "/articles/expressroute/how-to-routefilter-powershell.md",
4209+
"redirect_url": "/azure/expressroute/how-to-routefilter-portal",
4210+
"redirect_document_id": false
4211+
},
4212+
{
4213+
"source_path_from_root": "/articles/expressroute/work-remotely-support.md",
4214+
"redirect_url": "/azure/networking/working-remotely-support",
4215+
"redirect_document_id": false
4216+
},
41874217
{
41884218
"source_path_from_root": "/articles/expressroute/working-remotely-support.md",
41894219
"redirect_url": "/azure/expressroute/work-remotely-support",

articles/expressroute/TOC.yml

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,8 @@
4040
href: howto-circuit-cli.md
4141
- name: Create an ExpressRoute circuit - Bicep
4242
href: quickstart-create-expressroute-vnet-bicep.md
43-
displayName: ARM, Resource Manager, Template
4443
- name: Create an ExpressRoute circuit - ARM template
45-
href: quickstart-create-expressroute-vnet-template.md
46-
displayName: Resource Manager
44+
href: expressroute-howto-circuit-resource-manager-template.md
4745
- name: Create an ExpressRoute circuit - Terraform
4846
href: quickstart-create-expressroute-vnet-terraform.md
4947
- name: Configure
@@ -99,13 +97,7 @@
9997
- name: Routing Microsoft 365 traffic over ExpressRoute
10098
href: /microsoft-365/enterprise/azure-expressroute?toc=/azure/expressroute/TOC.json
10199
- name: Configure route filters for Microsoft peering
102-
items:
103-
- name: Azure portal
104-
href: how-to-routefilter-portal.md
105-
- name: Azure PowerShell
106-
href: how-to-routefilter-powershell.md
107-
- name: Azure CLI
108-
href: how-to-routefilter-cli.md
100+
href: how-to-routefilter-portal.md
109101
- name: QoS requirements
110102
href: expressroute-qos.md
111103
- name: Routing Microsoft PSTN traffic over ExpressRoute
@@ -163,13 +155,7 @@
163155
- name: Overview
164156
href: expressroute-erdirect-about.md
165157
- name: Configure ExpressRoute Direct
166-
items:
167-
- name: Azure portal
168-
href: how-to-expressroute-direct-portal.md
169-
- name: Azure PowerShell
170-
href: expressroute-howto-erdirect.md
171-
- name: Azure CLI
172-
href: expressroute-howto-expressroute-direct-cli.md
158+
href: how-to-expressroute-direct-portal.md
173159
- name: Configure MACsec for ExpressRoute Direct ports
174160
href: expressroute-howto-macsec.md
175161
- name: Rate limit for ExpressRoute Direct circuit
@@ -288,12 +274,8 @@
288274
href: planned-maintenance.md
289275
- name: Configure controlled gateway maintenance
290276
href: customer-controlled-gateway-maintenance.md
291-
- name: Work remotely
292-
items:
293-
- name: Support for working remotely
294-
href: ../networking/working-remotely-support.md?toc=/azure/expressroute/toc.json
295-
- name: Hybrid connectivity for remote users
296-
href: work-remotely-support.md
277+
- name: Support for working remotely
278+
href: ../networking/working-remotely-support.md?toc=/azure/expressroute/toc.json
297279
- name: Troubleshoot
298280
items:
299281
- name: Troubleshoot gateway migration

articles/expressroute/expressroute-howto-circuit-resource-manager-template.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,17 @@
22
title: 'Azure ExpressRoute Template: Create an ExpressRoute circuit'
33
description: Learn how to create an Azure ExpressRoute circuit by deploying an Azure Resource Manager template by using Azure PowerShell.
44
services: expressroute
5-
author: duongau
5+
author: duongau, divyapr
66

77
ms.service: azure-expressroute
88
ms.topic: how-to
9-
ms.date: 11/13/2019
10-
ms.author: duau
9+
ms.date: 10/07/2025
10+
ms.author: duau, divyapr
1111
ms.custom: devx-track-azurepowershell, devx-track-arm-template
1212
---
1313

1414
# Create an ExpressRoute circuit by using Azure Resource Manager template
1515

16-
> [!div class="op_single_selector"]
17-
> * [Azure portal](expressroute-howto-circuit-portal-resource-manager.md)
18-
> * [PowerShell](expressroute-howto-circuit-arm.md)
19-
> * [Azure CLI](howto-circuit-cli.md)
20-
> * [Azure Resource Manager template](expressroute-howto-circuit-resource-manager-template.md)
21-
> * [PowerShell (classic)](expressroute-howto-circuit-classic.md)
22-
>
23-
2416
Learn how to create an ExpressRoute circuit by deploying an Azure Resource Manager template by using Azure PowerShell. For more information on developing Resource Manager templates, see [Resource Manager documentation](../azure-resource-manager/index.yml) and the [template reference](/azure/templates/microsoft.network/expressroutecircuits).
2517

2618
## Before you begin

0 commit comments

Comments
 (0)