Skip to content

Commit c54e6c9

Browse files
committed
tweaks
1 parent f1ce30b commit c54e6c9

File tree

3 files changed

+11
-14
lines changed

3 files changed

+11
-14
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ author: halkazwini
55
ms.author: halkazwini
66
ms.service: azure-route-server
77
ms.topic: how-to
8-
ms.date: 09/18/2024
9-
8+
ms.date: 02/10/2025
109
---
1110

1211
# Configure and manage Azure Route Server
@@ -21,7 +20,6 @@ In this article, you learn how to configure and manage Azure Route Server using
2120

2221
- A route server.
2322

24-
2523
# [**PowerShell**](#tab/powershell)
2624

2725
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
@@ -34,7 +32,6 @@ In this article, you learn how to configure and manage Azure Route Server using
3432

3533
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.
3634

37-
3835
# [**Azure CLI**](#tab/cli)
3936

4037
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: halkazwini
55
ms.author: halkazwini
66
ms.service: azure-route-server
77
ms.topic: quickstart
8-
ms.date: 09/23/2024
8+
ms.date: 02/10/2025
99
ms.custom: mode-api, devx-track-azurecli
1010
ms.devlang: azurecli
1111
---

articles/route-server/tutorial-protect-route-server-ddos.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ In this section, you create an Azure DDoS protection plan to associate with the
3535

3636
1. Sign in to the [Azure portal](https://portal.azure.com).
3737

38-
2. In the search box at the top of the portal, enter **DDoS protection**. Select **DDoS protection plans** from the search results.
38+
2. In the search box at the top of the portal, enter ***DDoS protection***. Select **DDoS protection plans** from the search results.
3939

4040
3. Select **+ Create**.
4141

@@ -45,9 +45,9 @@ In this section, you create an Azure DDoS protection plan to associate with the
4545
| ------- | ----- |
4646
| **Project details** | |
4747
| Subscription | Select your subscription. |
48-
| Resource group | Select **Create new**. </br> Enter **myResourceGroup**. </br> Select **OK**. |
48+
| Resource group | Select **Create new**. </br> Enter ***myResourceGroup***. </br> Select **OK**. |
4949
| **Instance details** | |
50-
| Name | Enter **myDDoSProtectionPlan**. |
50+
| Name | Enter ***myDDoSProtectionPlan***. |
5151
| Region | Select **East US**. |
5252

5353
5. Select **Review + create**.
@@ -58,7 +58,7 @@ In this section, you create an Azure DDoS protection plan to associate with the
5858

5959
In this section, you create an Azure Route Server. The virtual network and public IP address used for the route server are created during the deployment of the route server.
6060

61-
1. In the search box at the top of the portal, enter **Route Server**. Select **Route Servers** from the search results.
61+
1. In the search box at the top of the portal, enter ***Route Server***. Select **Route Servers** from the search results.
6262

6363
2. Select **+ Create**.
6464

@@ -70,14 +70,14 @@ In this section, you create an Azure Route Server. The virtual network and publi
7070
| Subscription | Select your subscription. |
7171
| Resource group | Select **myResourceGroup**. |
7272
| **Instance details** | |
73-
| Name | Enter **myRouteServer**. |
73+
| Name | Enter ***myRouteServer***. |
7474
| Region | Select **East US**. |
7575
| **Configure virtual networks** | |
76-
| Virtual network | Select **Create new**. </br> In **Name**, enter **myVNet**. </br> Leave the prepopulated **Address space** and **Subnets**. In the example for this article, the address space is **10.1.0.0/16** with a subnet of **10.1.0.0/24**. </br> In **Subnets**, for **Subnet name**, enter **RouteServerSubnet**. </br> In **Address range**, enter **10.1.1.0/27**. </br> Select **OK**. |
76+
| Virtual network | Select **Create new**. </br> In **Name**, enter ***myVNet***. </br> Leave the prepopulated **Address space** and **Subnets**. In the example for this article, the address space is **10.1.0.0/16** with a subnet of **10.1.0.0/24**. </br> In **Subnets**, for **Subnet name**, enter ***RouteServerSubnet***. </br> In **Address range**, enter ***10.1.1.0/27***. </br> Select **OK**. |
7777
| Subnet | Select **RouteServerSubnet (10.1.1.0/27)**. |
7878
| **Public IP address** | |
7979
| Public IP address | Select **Create new**. |
80-
| Public IP address name | Enter **myPublicIP**. |
80+
| Public IP address name | Enter ***myPublicIP***. |
8181

8282
:::image type="content" source="./media/tutorial-protect-route-server/create-virtual-network.png" alt-text="Screenshot of create virtual network and subnets.":::
8383

@@ -92,7 +92,7 @@ In this section, you create an Azure Route Server. The virtual network and publi
9292

9393
Azure DDoS Network is enabled at the virtual network where the resource you want to protect reside.
9494

95-
1. In the search box at the top of the portal, enter **Virtual network**. Select **Virtual networks** from the search results.
95+
1. In the search box at the top of the portal, enter ***Virtual network***. Select **Virtual networks** from the search results.
9696

9797
2. Select **myVNet**.
9898

@@ -130,7 +130,7 @@ In this section, you set up the BGP peering with your NVA.
130130

131131
You need the Azure Route Server's peer IPs and ASN to complete the configuration on your NVA to establish a BGP session. You can obtain this information from the overview page your Route Server.
132132

133-
1. In the search box at the top of the portal, enter **Route Server**. Select **Route Servers** from the search results.
133+
1. In the search box at the top of the portal, enter ***Route Server***. Select **Route Servers** from the search results.
134134

135135
2. Select **myRouteServer**.
136136

0 commit comments

Comments
 (0)