Skip to content

Commit c613c8a

Browse files
committed
consolidate first two sections into one
1 parent 2be496f commit c613c8a

File tree

7 files changed

+21
-49
lines changed

7 files changed

+21
-49
lines changed

articles/route-server/peer-route-server-with-virtual-appliance.md

Lines changed: 19 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ This tutorial shows you how to deploy an Azure Route Server and a Windows Server
1515
In this tutorial, you learn how to:
1616

1717
> [!div class="checklist"]
18-
> - Create a virtual network
1918
> - Deploy an Azure Route Server
2019
> - Deploy a virtual machine
2120
> - 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
3231

3332
Sign in to the [Azure portal](https://portal.azure.com).
3433

35-
## Create a virtual network
34+
## Create a route server
3635

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.
3837

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).
4039

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.
4241

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":::
4443

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**.
4645

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:
7647

7748
| Settings | Value |
78-
| -------- | ----- |
49+
|----------|-------|
7950
| **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**. |
8253
| **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**. |
8657
| **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. |
8960
| **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. |
9163

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":::
9365

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.
9567

9668
[!INCLUDE [Deployment note](../../includes/route-server-note-creation-time.md)]
9769

articles/route-server/quickstart-create-route-server-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In this section, you create a route server.
3333

3434
1. In the search box at the top of the portal, enter ***route server***, and select **Route Server** from the search results.
3535

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":::
3737

3838
1. On the **Route Servers** page, select **+ Create**.
3939

@@ -55,7 +55,7 @@ In this section, you create a route server.
5555
| 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. |
5656
| 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. |
5757

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":::
5959

6060
1. Select **Review + create** and then select **Create** after the validation passes.
6161

0 commit comments

Comments
 (0)