Skip to content

Commit 469dafa

Browse files
authored
Merge pull request #295226 from halkazwini/rs-portal
Update portal quickstart
2 parents 87d670a + 7b2ae23 commit 469dafa

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
-141 KB
Loading
19.9 KB
Loading

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ author: halkazwini
55
ms.author: halkazwini
66
ms.service: azure-route-server
77
ms.topic: quickstart
8-
ms.date: 02/10/2025
8+
ms.date: 02/25/2025
99
ms.custom: mode-ui
1010
---
1111

1212
# Quickstart: Create an Azure Route Server using the Azure portal
1313

1414
In this quickstart, you learn how to create an Azure Route Server to peer with a network virtual appliance (NVA) in your virtual network using the Azure portal.
1515

16-
:::image type="content" source="./media/environment-diagram.png" alt-text="Diagram of Route Server deployment environment using the Azure portal.":::
16+
:::image type="content" source="./media/route-server-diagram.png" alt-text="Diagram of Route Server deployment environment using the Azure portal.":::
1717

1818
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
1919

@@ -49,11 +49,11 @@ In this section, you create a route server.
4949
| Region | Select **East US** or any region you prefer to create the route server in. |
5050
| Routing Preference | Select **ExpressRoute**. Other available options: **VPN** and **ASPath**. |
5151
| **Configure virtual networks** | |
52-
| Virtual network | Select **Create new**. <br>In **Name**, enter ***myRouteServerVNet***. <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**. |
52+
| 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**. |
5353
| 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. |
5454
| **Public IP address** | |
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. |
56-
| Public IP address name | Enter ***myRouteServerVNet-ip***. A Standard public IP address is required to ensure connectivity to the backend service that manages the route server. |
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. |
5757

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

includes/route-server-note-preview-date.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: halkazwini
33
ms.author: halkazwini
44
ms.service: azure-route-server
55
ms.topic: include
6-
ms.date: 06/17/2022
6+
ms.date: 02/25/2025
77
---
88
> [!IMPORTANT]
9-
> Azure Route Servers created before November 1, 2021, that don't have a public IP address associated, are deployed with the [public preview](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) offering. The public preview offering is not backed by General Availability SLA and support. To deploy Azure Route Server with the General Availability offering, and to achieve General Availability SLA and support, please delete and recreate your Route Server.
9+
> Route servers created before November 1, 2021, without an associated public IP address, were deployed with the [public preview](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) offering. The public preview offering doesn't include General Availability SLA and support. To deploy a route server with the General Availability offering and qualify for the General Availability SLA and support, delete and recreate your route server.

0 commit comments

Comments
 (0)