Skip to content

Commit 8660fe0

Browse files
committed
freshness
1 parent ba1244d commit 8660fe0

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

articles/route-server/quickstart-configure-template.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
22
title: 'Quickstart: Create an Azure Route Server - ARM template'
33
description: In this quickstart, you learn how to create an Azure Route Server using Azure Resource Manager template (ARM template).
4-
services: route-server
54
author: halkazwini
5+
ms.author: halkazwini
66
ms.service: route-server
77
ms.topic: quickstart
8-
ms.date: 04/18/2023
9-
ms.author: halkazwini
10-
ms.custom: template-quickstart, subject-armqs, mode-arm, template-quickstart, devx-track-arm-template, engagement-fy23
8+
ms.date: 04/18/2024
9+
ms.custom: subject-armqs, mode-arm, devx-track-arm-template
10+
11+
#CustomerIntent: As an Azure administrator, I want to deploy Azure Route Server in my environment so that it dynamically updates virtual machines (VMs) routing tables with changes in the topology.
1112
---
1213

1314
# Quickstart: Create an Azure Route Server using an ARM template
@@ -99,19 +100,19 @@ Azure PowerShell is used to deploy the template. In addition to Azure PowerShell
99100
100101
When you no longer need the resources that you created with the Route Server, delete the resource group to remove the Route Server and all the related resources.
101102
102-
To delete the resource group, call the `Remove-AzResourceGroup` cmdlet:
103+
To delete the resource group, use the [Remove-AzResourceGroup](/powershell/module/az.resources/remove-azresourcegroup) cmdlet:
103104
104105
```azurepowershell-interactive
105106
Remove-AzResourceGroup -Name <your resource group name>
106107
```
107108

108-
## Next steps
109+
## Next step
109110

110111
In this quickstart, you created a:
111112

112-
* Virtual Network
113-
* Subnet
114-
* Route Server
113+
- Virtual Network
114+
- Subnet
115+
- Route Server
115116

116117
After you create the Azure Route Server, continue to learn about how Azure Route Server interacts with ExpressRoute and VPN Gateways:
117118

0 commit comments

Comments
 (0)