Skip to content

Commit bbfb268

Browse files
Merge pull request #278047 from halkazwini/rs-ddos
Tweaks
2 parents c060507 + 116fc4a commit bbfb268

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: halkazwini
55
ms.author: halkazwini
66
ms.service: route-server
77
ms.topic: tutorial
8-
ms.date: 04/18/2024
8+
ms.date: 06/12/2024
99

1010
#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.
1111
---
@@ -15,7 +15,7 @@ ms.date: 04/18/2024
1515
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.
1616

1717
> [!IMPORTANT]
18-
> Azure DDoS Protection incurs a cost when you use the Network Protection SKU. Overages charges only apply if more than 100 public IPs are protected in the tenant. Ensure you delete the resources in this tutorial if you aren't using the resources in the future. For information about pricing, see [Azure DDoS Protection Pricing]( https://azure.microsoft.com/pricing/details/ddos-protection/). For more information about Azure DDoS protection, see [What is Azure DDoS Protection?](../ddos-protection/ddos-protection-overview.md).
18+
> Azure DDoS Protection incurs a cost when you use the Network Protection SKU. Overages charges only apply if more than 100 public IPs are protected in the tenant. Ensure you delete the resources in this tutorial if you aren't using the resources in the future. For information about pricing, see [Azure DDoS Protection Pricing]( https://azure.microsoft.com/pricing/details/ddos-protection/). For more information about Azure DDoS protection, see [What is Azure DDoS Protection?](../ddos-protection/ddos-protection-overview.md)
1919
2020
In this tutorial, you learn how to:
2121

@@ -35,11 +35,11 @@ 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** in 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

42-
4. In the **Basics** tab of **Create a DDoS protection plan**, enter or select the following information:
42+
4. On the **Basics** tab of **Create a DDoS protection plan**, enter or select the following information:
4343

4444
| Setting | Value |
4545
| ------- | ----- |
@@ -58,11 +58,11 @@ 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** in 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

65-
3. In the **Basics** tab of **Create a Route Server**, enter or select the following information:
65+
3. On the **Basics** tab of **Create a Route Server**, enter or select the following information:
6666

6767
| Setting | Value |
6868
| ------- | ----- |
@@ -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** in 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

@@ -108,7 +108,7 @@ Azure DDoS Network is enabled at the virtual network where the resource you want
108108

109109
In this section, you set up the BGP peering with your NVA.
110110

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

113113
2. Select **myRouteServer**.
114114

@@ -130,11 +130,11 @@ 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** in 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

137-
3. In the **Overview** page of **myRouteServer**, make note of the **ASN** and **Peer IPs**.
137+
3. On the **Overview** page of **myRouteServer**, make note of the **ASN** and **Peer IPs**.
138138

139139
:::image type="content" source="./media/quickstart-configure-route-server-portal/route-server-overview.png" alt-text="Screenshot of Route Server overview page.":::
140140

@@ -153,4 +153,4 @@ If you're not going to continue to use this application, delete the virtual netw
153153
## Next step
154154

155155
> [!div class="nextstepaction"]
156-
> [Configure peering between Azure Route Server and network virtual appliance](tutorial-configure-route-server-with-quagga.md)
156+
> [Configure peering between Azure Route Server and network virtual appliance](tutorial-configure-route-server-with-quagga.md)

0 commit comments

Comments
 (0)