Skip to content

Commit 5e57876

Browse files
committed
tweaks
1 parent 30cd48d commit 5e57876

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: halkazwini
55
ms.author: halkazwini
66
ms.service: azure-route-server
77
ms.topic: quickstart
8-
ms.date: 09/18/2024
8+
ms.date: 09/19/2024
99
ms.custom: devx-track-azurepowershell, mode-api
1010
---
1111

@@ -31,7 +31,7 @@ In this quickstart, you learn how to create an Azure Route Server to peer with a
3131

3232
## Create a Route Server
3333

34-
In this section, you create the route server. Before creating it, you create a resource group to host the route server and the other resources. You'll also create a virtual network with a dedicated subnet for the route server.
34+
In this section, you create a route server. Prior to creating the route server, you create a resource group to host all resources including the route server. You'll also create a virtual network with a dedicated subnet for the route server.
3535

3636
1. Create a a resource group using [New-AzResourceGroup](/powershell/module/az.Resources/New-azResourceGroup). The following example creates a resource group named **myRouteServerRG** in the **WestUS** region:
3737

@@ -109,7 +109,5 @@ Remove-AzResourceGroup -Name 'RouteServerRG' -Force
109109

110110
## Next step
111111

112-
After you've created the Azure Route Server, continue on to learn more about how Azure Route Server interacts with ExpressRoute and VPN Gateways:
113-
114112
> [!div class="nextstepaction"]
115113
> [Configure peering between a route server and NVA](peer-route-server-with-virtual-appliance.md)

0 commit comments

Comments
 (0)