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/configure-route-server.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,7 @@ author: halkazwini
5
5
ms.author: halkazwini
6
6
ms.service: azure-route-server
7
7
ms.topic: how-to
8
-
ms.date: 09/18/2024
9
-
8
+
ms.date: 02/10/2025
10
9
---
11
10
12
11
# Configure and manage Azure Route Server
@@ -21,7 +20,6 @@ In this article, you learn how to configure and manage Azure Route Server using
21
20
22
21
- A route server.
23
22
24
-
25
23
# [**PowerShell**](#tab/powershell)
26
24
27
25
- 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
34
32
35
33
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.
36
34
37
-
38
35
# [**Azure CLI**](#tab/cli)
39
36
40
37
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
Copy file name to clipboardExpand all lines: articles/route-server/tutorial-protect-route-server-ddos.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ 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** 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.
39
39
40
40
3. Select **+ Create**.
41
41
@@ -45,9 +45,9 @@ In this section, you create an Azure DDoS protection plan to associate with the
45
45
| ------- | ----- |
46
46
|**Project details**||
47
47
| 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**. |
49
49
|**Instance details**||
50
-
| Name | Enter **myDDoSProtectionPlan**. |
50
+
| Name | Enter ***myDDoSProtectionPlan***. |
51
51
| Region | Select **East US**. |
52
52
53
53
5. Select **Review + create**.
@@ -58,7 +58,7 @@ 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** 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.
62
62
63
63
2. Select **+ Create**.
64
64
@@ -70,14 +70,14 @@ In this section, you create an Azure Route Server. The virtual network and publi
70
70
| Subscription | Select your subscription. |
71
71
| Resource group | Select **myResourceGroup**. |
72
72
|**Instance details**||
73
-
| Name | Enter **myRouteServer**. |
73
+
| Name | Enter ***myRouteServer***. |
74
74
| Region | Select **East US**. |
75
75
|**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**. |
| Public IP address name | Enter **myPublicIP**. |
80
+
| Public IP address name | Enter ***myPublicIP***. |
81
81
82
82
:::image type="content" source="./media/tutorial-protect-route-server/create-virtual-network.png" alt-text="Screenshot of create virtual network and subnets.":::
83
83
@@ -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** 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.
96
96
97
97
2. Select **myVNet**.
98
98
@@ -130,7 +130,7 @@ 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** 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.
0 commit comments