You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/route-server/tutorial-protect-route-server-ddos.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: halkazwini
5
5
ms.author: halkazwini
6
6
ms.service: route-server
7
7
ms.topic: tutorial
8
-
ms.date: 04/18/2024
8
+
ms.date: 06/12/2024
9
9
10
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.
11
11
---
@@ -15,7 +15,7 @@ ms.date: 04/18/2024
15
15
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.
16
16
17
17
> [!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)
19
19
20
20
In this tutorial, you learn how to:
21
21
@@ -35,11 +35,11 @@ In this section, you create an Azure DDoS protection plan to associate with the
35
35
36
36
1. Sign in to the [Azure portal](https://portal.azure.com).
37
37
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.
39
39
40
40
3. Select **+ Create**.
41
41
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:
43
43
44
44
| Setting | Value |
45
45
| ------- | ----- |
@@ -58,11 +58,11 @@ In this section, you create an Azure DDoS protection plan to associate with the
58
58
59
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.
60
60
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.
62
62
63
63
2. Select **+ Create**.
64
64
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:
66
66
67
67
| Setting | Value |
68
68
| ------- | ----- |
@@ -92,7 +92,7 @@ In this section, you create an Azure Route Server. The virtual network and publi
92
92
93
93
Azure DDoS Network is enabled at the virtual network where the resource you want to protect reside.
94
94
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.
96
96
97
97
2. Select **myVNet**.
98
98
@@ -108,7 +108,7 @@ Azure DDoS Network is enabled at the virtual network where the resource you want
108
108
109
109
In this section, you set up the BGP peering with your NVA.
110
110
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.
112
112
113
113
2. Select **myRouteServer**.
114
114
@@ -130,11 +130,11 @@ In this section, you set up the BGP peering with your NVA.
130
130
131
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.
132
132
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.
134
134
135
135
2. Select **myRouteServer**.
136
136
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**.
138
138
139
139
:::image type="content" source="./media/quickstart-configure-route-server-portal/route-server-overview.png" alt-text="Screenshot of Route Server overview page.":::
140
140
@@ -153,4 +153,4 @@ If you're not going to continue to use this application, delete the virtual netw
153
153
## Next step
154
154
155
155
> [!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