Skip to content

Commit 189d964

Browse files
authored
Apply suggestions from PR review
Delete extra word and apply standard heading style
1 parent 3c958db commit 189d964

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ In this quickstart, you learn how to create an Azure Route Server to peer with a
2929

3030
You can also [install Azure PowerShell locally](/powershell/azure/install-azure-powershell) to run the cmdlets. If you run PowerShell locally, sign in to Azure using the [Connect-AzAccount](/powershell/module/az.accounts/connect-azaccount) cmdlet.
3131

32-
## Create a Route Server
32+
## Create a route server
3333

3434
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

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

3838
```azurepowershell-interactive
3939
# Create a resource group.

0 commit comments

Comments
 (0)