You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Quickstart: Create an Azure Route Server using an ARM template
14
14
15
-
This quickstart describes how to use an Azure Resource Manager template (ARM template) to deploy an Azure Route Server into a new or existing virtual network.
15
+
This quickstart helps you learn how to use an Azure Resource Manager template (ARM template) to deploy an Azure Route Server into a new or existing virtual network.
If your environment meets the prerequisites and you're familiar with using ARM templates, select the **Deploy to Azure** button. The template will open in the Azure portal.
19
+
If your environment meets the prerequisites and you're familiar with using ARM templates, select the **Deploy to Azure** button to open the template in the Azure portal.
20
20
21
21
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.network%2Froute-server%2Fazuredeploy.json)
22
22
23
23
## Prerequisites
24
24
25
-
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
25
+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
26
+
- Review the [service limits for Azure Route Server](route-server-faq.md#limitations).
26
27
27
28
## Review the template
28
29
29
30
The template used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/route-server).
30
31
31
-
In this quickstart, you'll deploy an Azure Route Server into a new or existing virtual network. A dedicated subnet named `RouteServerSubnet`will be created to host the Route Server. The Route Server will also be configured with the Peer ASN and Peer IP to establish a BGP peering.
32
+
Using this template, you deploy an Azure Route Server into a new or existing virtual network. A dedicated subnet named `RouteServerSubnet`is created to host the Route Server. The Route Server will also be configured with the Peer ASN and Peer IP to establish a BGP peering.
*[**Microsoft.Network/virtualNetworks/subnets**](/azure/templates/microsoft.network/virtualNetworks/subnets) (two subnets, one named `routeserversubnet`)
39
-
*[**Microsoft.Network/virtualHubs**](/azure/templates/microsoft.network/virtualhubs) (Route Server deployment)
*[**Microsoft.Network/virtualHubs/bgpConnections**](/azure/templates/microsoft.network/virtualhubs/bgpconnections) (Peer ASN and Peer IP configuration)
*[**Microsoft.Network/virtualNetworks/subnets**](/azure/templates/microsoft.network/virtualNetworks/subnets?pivots=deployment-language-arm-template) (two subnets, one named `routeserversubnet`)
40
+
*[**Microsoft.Network/virtualHubs**](/azure/templates/microsoft.network/virtualhubs?pivots=deployment-language-arm-template) (Route Server deployment)
*[**Microsoft.Network/virtualHubs/bgpConnections**](/azure/templates/microsoft.network/virtualhubs/bgpconnections?pivots=deployment-language-arm-template) (Peer ASN and Peer IP configuration)
42
43
43
44
44
-
To find more templates that are related to ExpressRoute, see [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/?resourceType=Microsoft.Network&pageNumber=1&sort=Popular).
45
+
To find more templates, see [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/?resourceType=Microsoft.Network&pageNumber=1&sort=Popular).
45
46
46
47
## Deploy the template
47
48
48
-
1. Select **Try it** from the following code block to open Azure Cloud Shell, and then follow the instructions to sign in to Azure.
49
+
1. Select **Open Cloudshell** from the following code block to open Azure Cloud Shell, and then follow the instructions to sign in to Azure.
49
50
50
51
```azurepowershell-interactive
51
52
$projectName = Read-Host -Prompt "Enter a project name that is used for generating resource names"
@@ -96,7 +97,7 @@ Azure PowerShell is used to deploy the template. In addition to Azure PowerShell
96
97
97
98
## Clean up resources
98
99
99
-
When you no longer need the resources that you created with the Route Server, delete the resource group. This removes the Route Server and all the related resources.
100
+
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.
100
101
101
102
To delete the resource group, call the `Remove-AzResourceGroup` cmdlet:
102
103
@@ -108,9 +109,9 @@ Remove-AzResourceGroup -Name <your resource group name>
108
109
109
110
In this quickstart, you created a:
110
111
111
-
* Route Server
112
112
* Virtual Network
113
113
* Subnet
114
+
* Route Server
114
115
115
116
After you create the Azure Route Server, continue to learn about how Azure Route Server interacts with ExpressRoute and VPN Gateways:
0 commit comments