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/peer-route-server-with-virtual-appliance.md
+1-5Lines changed: 1 addition & 5 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: azure-route-server
7
7
ms.topic: tutorial
8
-
ms.date: 09/24/2024
8
+
ms.date: 02/10/2025
9
9
---
10
10
11
11
# Tutorial: Configure BGP peering between Azure Route Server and network virtual appliance (NVA)
@@ -136,8 +136,6 @@ In this section, you create a Windows Server VM in the virtual network you creat
136
136
| Password | Enter a password. |
137
137
| Confirm password | Reenter the password. |
138
138
139
-
:::image type="content" source="./media/peer-route-server-with-virtual-appliance/create-virtual-machine-basics.png" alt-text="Screenshot of the Basics tab of creating a VM in the Azure portal." lightbox="./media/peer-route-server-with-virtual-appliance/create-virtual-machine-basics.png":::
140
-
141
139
1. Select **Networking** tab or **Next: Disks >** then **Next: Networking >**.
142
140
143
141
1. On the **Networking** tab, select the following network settings:
@@ -154,8 +152,6 @@ In this section, you create a Windows Server VM in the virtual network you creat
154
152
> [!CAUTION]
155
153
> Leaving the RDP port open to the internet is not recommended. Restrict access to the RDP port to a specific IP address or range of IP addresses. For production environments, it's recommended to block internet access to the RDP port and use [Azure Bastion](../bastion/bastion-overview.md?toc=/azure/route-server/toc.json) to securely connect to your virtual machine from the Azure portal.
156
154
157
-
:::image type="content" source="./media/peer-route-server-with-virtual-appliance/create-virtual-machine-networking.png" alt-text="Screenshot of the Networking tab of creating a VM in the Azure portal." lightbox="./media/peer-route-server-with-virtual-appliance/create-virtual-machine-networking.png":::
158
-
159
155
1. Select **Review + create** and then **Create** after validation passes.
Copy file name to clipboardExpand all lines: articles/route-server/tutorial-protect-route-server-ddos.md
+8-9Lines changed: 8 additions & 9 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: azure-route-server
7
7
ms.topic: tutorial
8
-
ms.date: 09/24/2024
8
+
ms.date: 02/10/2025
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
---
@@ -45,10 +45,10 @@ 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 **RouteServerRG**. </br> Select **OK**. |
48
+
| Resource group | Select **Create new**. </br> Enter **myResourceGroup**. </br> Select **OK**. |
49
49
|**Instance details**||
50
50
| Name | Enter **myDDoSProtectionPlan**. |
51
-
| Region | Select **West US**. |
51
+
| Region | Select **East US**. |
52
52
53
53
5. Select **Review + create**.
54
54
@@ -68,10 +68,10 @@ In this section, you create an Azure Route Server. The virtual network and publi
68
68
| ------- | ----- |
69
69
|**Project details**||
70
70
| Subscription | Select your subscription. |
71
-
| Resource group | Select **RouteServerRG**. |
71
+
| Resource group | Select **myResourceGroup**. |
72
72
|**Instance details**||
73
73
| Name | Enter **myRouteServer**. |
74
-
| Region | Select **West US**. |
74
+
| Region | Select **East US**. |
75
75
|**Configure virtual networks**||
76
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**. |
@@ -136,22 +136,21 @@ You need the Azure Route Server's peer IPs and ASN to complete the configuration
136
136
137
137
3. On the **Overview** page of **myRouteServer**, make note of the **ASN** and **Peer IPs**.
138
138
139
-
:::image type="content" source="./media/quickstart-create-route-server-portal/route-server-overview.png" alt-text="Screenshot of Route Server overview page.":::
139
+
:::image type="content" source="./media/route-server-overview.png" alt-text="Screenshot of Route Server overview page.":::
140
140
141
141
## Clean up resources
142
142
143
143
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:
144
144
145
-
1. In the search box at the top of the portal, enter ***RouteServerRG***. Select **RouteServerRG** from the search results.
145
+
1. In the search box at the top of the portal, enter ***myResourceGroup***. Select **myResourceGroup** from the search results.
146
146
147
147
1. Select **Delete resource group**.
148
148
149
-
1. In **Delete a resource group**, enter ***RouteServerRG***, and then select **Delete**.
149
+
1. In **Delete a resource group**, enter ***myResourceGroup***, and then select **Delete**.
150
150
151
151
1. Select **Delete** to confirm the deletion of the resource group and all its resources.
152
152
153
153
## Next step
154
154
155
155
> [!div class="nextstepaction"]
156
156
> [Configure and manage Azure Route Server](configure-route-server.md)
0 commit comments