Skip to content

Commit d590f61

Browse files
Merge pull request #272665 from halkazwini/rs-ddos
Freshness
2 parents e8b843a + 8cadfeb commit d590f61

File tree

1 file changed

+19
-21
lines changed

1 file changed

+19
-21
lines changed

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

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
---
22
title: 'Tutorial: Protect your Route Server with Azure DDoS protection'
3-
description: Learn how to set up a route server and protect it with Azure DDoS protection.
3+
description: Learn how to set up a route server and protect it with Azure DDoS protection using the Azure portal.
44
author: halkazwini
55
ms.author: halkazwini
66
ms.service: route-server
77
ms.topic: tutorial
8-
ms.date: 12/21/2022
9-
ms.custom: template-tutorial
8+
ms.date: 04/18/2024
9+
10+
#CustomerIntent: As an Azure administrator, I want to deploy Azure Route Server in my environment with DDoS protection so that the Route Server dynamically updates virtual machines (VMs) routing tables with any changes in the topology while it's protected by Azure DDoS protection.
1011
---
1112

12-
# Tutorial: Protect your Route Server with Azure DDoS protection
13+
# Tutorial: Protect your Azure Route Server with Azure DDoS protection
1314

1415
This article helps you create an Azure Route Server with a DDoS protected virtual network. Azure DDoS protection protects your publicly accessible route server from Distributed Denial of Service attacks.
1516

@@ -30,7 +31,7 @@ In this tutorial, you learn how to:
3031

3132
## Create DDoS protection plan
3233

33-
In this section, you'll create an Azure DDoS protection plan to associate with the virtual network you create later in the article.
34+
In this section, you create an Azure DDoS protection plan to associate with the virtual network you create later in the article.
3435

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

@@ -44,18 +45,18 @@ In this section, you'll create an Azure DDoS protection plan to associate with t
4445
| ------- | ----- |
4546
| **Project details** | |
4647
| Subscription | Select your subscription. |
47-
| Resource group | Select **Create new**. </br> Enter **TutorRouteServer-rg**. </br> Select **OK**. |
48+
| Resource group | Select **Create new**. </br> Enter **RouteServerRG**. </br> Select **OK**. |
4849
| **Instance details** | |
4950
| Name | Enter **myDDoSProtectionPlan**. |
50-
| Region | Select **West Central US**. |
51+
| Region | Select **West US**. |
5152

5253
5. Select **Review + create**.
5354

5455
6. Select **Create**.
5556

5657
## Create a Route Server
5758

58-
In this section, you'll 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.
59+
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.
5960

6061
1. In the search box at the top of the portal, enter **Route Server**. Select **Route Servers** in the search results.
6162

@@ -67,10 +68,10 @@ In this section, you'll create an Azure Route Server. The virtual network and pu
6768
| ------- | ----- |
6869
| **Project details** | |
6970
| Subscription | Select your subscription. |
70-
| Resource group | Select **TutorRouteServer-rg**. |
71+
| Resource group | Select **RouteServerRG**. |
7172
| **Instance details** | |
7273
| Name | Enter **myRouteServer**. |
73-
| Region | Select **West Central US**. |
74+
| Region | Select **West US**. |
7475
| **Configure virtual networks** | |
7576
| Virtual network | Select **Create new**. </br> In **Name**, enter **myVNet**. </br> Leave the pre-populated **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**. |
7677
| Subnet | Select **RouteServerSubnet (10.1.1.0/27)**. |
@@ -105,7 +106,7 @@ Azure DDoS Network is enabled at the virtual network where the resource you want
105106

106107
## Set up peering with NVA
107108

108-
In this section, you'll set up the BGP peering with your NVA.
109+
In this section, you set up the BGP peering with your NVA.
109110

110111
1. In the search box at the top of the portal, enter **Route Server**. Select **Route Servers** in the search results.
111112

@@ -121,13 +122,13 @@ In this section, you'll set up the BGP peering with your NVA.
121122
| ------- | ----- |
122123
| Name | Enter a name for the peering between your Route Server and the NVA. |
123124
| ASN | Enter the Autonomous Systems Number (ASN) of your NVA. |
124-
| IPv4 Address | Enter the IP address of the NVA the Route Server will communicate with to establish BGP. |
125+
| IPv4 Address | Enter the IP address of the NVA that you want to peer with the Route Server. |
125126

126127
6. Select **Add**.
127128

128129
## Complete the configuration on the NVA
129130

130-
You'll 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.
131+
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.
131132

132133
1. In the search box at the top of the portal, enter **Route Server**. Select **Route Servers** in the search results.
133134

@@ -141,18 +142,15 @@ You'll need the Azure Route Server's peer IPs and ASN to complete the configurat
141142

142143
If you're not going to continue to use this application, delete the virtual network, DDoS protection plan, and Route Server with the following steps:
143144

144-
1. In the search box at the top of the portal, enter **Resource group**. Select **Resource groups** in the search results.
145-
146-
2. Select **TutorRouteServer-rg**.
145+
1. In the search box at the top of the portal, enter ***RouteServerRG***. Select **RouteServerRG** from the search results.
147146

148-
3. In the **Overview** of **TutorRouteServer-rg**, select **Delete resource group**.
147+
1. Select **Delete resource group**.
149148

150-
4. In **TYPE THE RESOURCE GROUP NAME:**, enter **TutorRouteServer-rg**.
149+
1. In **Delete a resource group**, enter ***RouteServerRG***, and then select **Delete**.
151150

152-
5. Select **Delete**.
151+
1. Select **Delete** to confirm the deletion of the resource group and all its resources.
153152

154-
## Next steps
153+
## Next step
155154

156-
Advance to the next article to learn how to:
157155
> [!div class="nextstepaction"]
158156
> [Configure peering between Azure Route Server and network virtual appliance](tutorial-configure-route-server-with-quagga.md)

0 commit comments

Comments
 (0)