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
Copy file name to clipboardExpand all lines: articles/route-server/peer-route-server-with-virtual-appliance.md
+19-47Lines changed: 19 additions & 47 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@ This tutorial shows you how to deploy an Azure Route Server and a Windows Server
15
15
In this tutorial, you learn how to:
16
16
17
17
> [!div class="checklist"]
18
-
> - Create a virtual network
19
18
> - Deploy an Azure Route Server
20
19
> - Deploy a virtual machine
21
20
> - Configure BGP on the virtual machine
@@ -32,66 +31,39 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
32
31
33
32
Sign in to the [Azure portal](https://portal.azure.com).
34
33
35
-
## Create a virtual network
34
+
## Create a route server
36
35
37
-
Create a virtual network to deploy both the Route Server and the NVA in it. Azure Route Server must be deployed in a dedicated subnet called *RouteServerSubnet*.
36
+
In this section, you create a route server.
38
37
39
-
1.In the search box at the top of the portal, enter ***virtual networks***, and select **Virtual networks** from the search results.
38
+
1.Sign in to [Azure portal](https://portal.azure.com).
40
39
41
-
:::image type="content" source="./media/peer-route-server-with-virtual-appliance/virtual-networks-portal-search.png" alt-text="Screenshot of searching for virtual networks in the Azure portal." lightbox="./media/peer-route-server-with-virtual-appliance/virtual-networks-portal-search.png":::
40
+
1. In the search box at the top of the portal, enter ***route server***, and select **Route Server** from the search results.
42
41
43
-
1. On the **Virtual networks** page, select **+ Create**.
42
+
:::image type="content" source="./media/route-server-portal-search.png" alt-text="Screenshot of searching for Route Server in the Azure portal." lightbox="./media/route-server-portal-search.png":::
44
43
45
-
1. On the **Basics**tab of**Create virtual network**, enter, or select the following information:
44
+
1. On the **Route Servers**page, select**+ Create**.
46
45
47
-
| Settings | Value |
48
-
| -------- | ----- |
49
-
|**Project details**||
50
-
| Subscription | Select your Azure subscription. |
51
-
| Resource group | Select **Create new**. </br>In **Name** enter ***myResourceGroup***. </br>Select **OK**. |
52
-
|**Instance details**||
53
-
| Name | Enter ***myVirtualNetwork***. |
54
-
| Region | Select an Azure region. This tutorial uses **East US**. |
55
-
56
-
1. Select **IP Addresses** tab or **Next** button twice.
57
-
58
-
1. On the **IP Addresses** tab, configure **IPv4 address space** to **10.0.0.0/16**, then configure the below subnets. The subnet must be a minimum of /26 or larger.
59
-
60
-
| Subnet name | Subnet address range |
61
-
| ----------- | -------------------- |
62
-
| mySubnet | 10.0.0.0/24 |
63
-
| RouteServerSubnet | 10.0.1.0/26 |
64
-
65
-
1. Select **Review + create** and then select **Create** after the validation passes.
66
-
67
-
## Create an Azure Route Server
68
-
69
-
In this section, you create an Azure Route Server.
70
-
71
-
1. In the search box at the top of the portal, enter ***route server***, and select **Route Servers** from the search results.
72
-
73
-
1. On the **Route Servers** page, select **+ Create**.
74
-
75
-
1. On the **Basics** tab of **Create a Route Server** page, enter, or select the following information:
46
+
1. On the **Basics** tab of **Create a Route Server**, enter, or select the following information:
76
47
77
48
| Settings | Value |
78
-
|--------|-----|
49
+
|----------|-------|
79
50
|**Project details**||
80
-
| Subscription | Select your Azure subscription that you used for the virtual network. |
81
-
| Resource group | Select **myResourceGroup**. |
51
+
| Subscription | Select the Azure subscription that you want to use to deploy the route server. |
52
+
| Resource group | Select **Create new**. <br>In **Name**, enter ***myResourceGroup***. <br>Select **OK**. |
82
53
|**Instance details**||
83
-
| Name | Enter *myRouteServer*. |
84
-
| Region | Select **East US** region. |
85
-
| Routing Preference | Select the default **ExpressRoute** option. Other available options are: **VPN** and **ASPath**. <br>You can change your selection later from the Route Server **Configuration**. |
54
+
| Name | Enter ***myRouteServer***. |
55
+
| Region | Select **East US**or any region you prefer to create the route server in. |
56
+
| Routing Preference | Select **ExpressRoute**. Other available options: **VPN** and **ASPath**. |
86
57
|**Configure virtual networks**||
87
-
| Virtual Network| Select **myVirtualNetwork**. |
88
-
| Subnet |Select **RouteServerSubnet (10.0.1.0/24)**. This subnet is a dedicated Route Server subnet. |
58
+
| Virtual network| Select **Create new**. <br>In **Name**, enter ***myVirtualNetwork***. <br>In **Address range**, enter ***10.0.0.0/16***. <br>In **Subnet name** and **Address range**, enter ***RouteServerSubnet*** and ***10.0.1.0/26*** respectively. <br>Select **OK**. |
59
+
| Subnet |Once you created the virtual network and subnet, the **RouteServerSubnet** will populate. <br>- The subnet must be named *RouteServerSubnet*.<br>- The subnet must be a minimum of /26 or larger. |
89
60
|**Public IP address**||
90
-
| Public IP address | Select **Create new** and accept the default name **myVirtualNetwork-ip** or enter a different one. This Standard IP address ensures connectivity to the backend service that manages the Route Server configuration. |
61
+
| Public IP address | Select **Create new**. or select an existing Standard public IP resource to assign to the Route Server. To ensure connectivity to the backend service that manages the Route Server configuration, a public IP address is required. |
62
+
| Public IP address name | Enter ***myVirtualNetwork-ip***. A Standard public IP address is required to ensure connectivity to the backend service that manages the route server. |
91
63
92
-
:::image type="content" source="./media/peer-route-server-with-virtual-appliance/create-route-server.png" alt-text="Screenshot of creating a Route Server in the Azure portal." lightbox="./media/peer-route-server-with-virtual-appliance/create-route-server.png":::
64
+
:::image type="content" source="./media/create-route-server.png" alt-text="Screenshot that shows the Basics tab or creating a route server." lightbox="./media/create-route-server.png":::
93
65
94
-
1. Select **Review + create** and then select **Create** after validation passes.
66
+
1. Select **Review + create** and then select **Create** after the validation passes.
Copy file name to clipboardExpand all lines: articles/route-server/quickstart-create-route-server-portal.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ In this section, you create a route server.
33
33
34
34
1. In the search box at the top of the portal, enter ***route server***, and select **Route Server** from the search results.
35
35
36
-
:::image type="content" source="./media/quickstart-create-route-server-portal/route-server-portal-search.png" alt-text="Screenshot of searching for Route Server in the Azure portal." lightbox="./media/quickstart-create-route-server-portal/route-server-portal-search.png":::
36
+
:::image type="content" source="./media/route-server-portal-search.png" alt-text="Screenshot of searching for Route Server in the Azure portal." lightbox="./media/route-server-portal-search.png":::
37
37
38
38
1. On the **Route Servers** page, select **+ Create**.
39
39
@@ -55,7 +55,7 @@ In this section, you create a route server.
55
55
| Public IP address | Select **Create new**. or select an existing Standard public IP resource to assign to the Route Server. To ensure connectivity to the backend service that manages the Route Server configuration, a public IP address is required. |
56
56
| Public IP address name | Enter ***myVirtualNetwork-ip***. A Standard public IP address is required to ensure connectivity to the backend service that manages the route server. |
57
57
58
-
:::image type="content" source="./media/quickstart-create-route-server-portal/create-route-server.png" alt-text="Screenshot that shows the Basics tab or creating a route server." lightbox="./media/quickstart-create-route-server-portal/create-route-server.png":::
58
+
:::image type="content" source="./media/create-route-server.png" alt-text="Screenshot that shows the Basics tab or creating a route server." lightbox="./media/create-route-server.png":::
59
59
60
60
1. Select **Review + create** and then select **Create** after the validation passes.
0 commit comments