Skip to content

Commit f1ce30b

Browse files
committed
fix validation error
1 parent 4b5c768 commit f1ce30b

File tree

6 files changed

+16
-21
lines changed

6 files changed

+16
-21
lines changed

articles/route-server/peer-route-server-with-virtual-appliance.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: halkazwini
55
ms.author: halkazwini
66
ms.service: azure-route-server
77
ms.topic: tutorial
8-
ms.date: 09/24/2024
8+
ms.date: 02/10/2025
99
---
1010

1111
# 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
136136
| Password | Enter a password. |
137137
| Confirm password | Reenter the password. |
138138

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-
141139
1. Select **Networking** tab or **Next: Disks >** then **Next: Networking >**.
142140

143141
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
154152
> [!CAUTION]
155153
> 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.
156154
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-
159155
1. Select **Review + create** and then **Create** after validation passes.
160156

161157
### Configure BGP on the virtual machine

articles/route-server/quickstart-create-route-server-portal.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: halkazwini
55
ms.author: halkazwini
66
ms.service: azure-route-server
77
ms.topic: quickstart
8-
ms.date: 09/23/2024
8+
ms.date: 02/10/2025
99
ms.custom: mode-ui
1010
---
1111

@@ -43,10 +43,10 @@ In this section, you create a route server.
4343
|----------|-------|
4444
| **Project details** | |
4545
| Subscription | Select the Azure subscription that you want to use to deploy the route server. |
46-
| Resource group | Select **Create new**. <br>In **Name**, enter ***RouteServerRG***. <br>Select **OK**. |
46+
| Resource group | Select **Create new**. <br>In **Name**, enter ***myResourceGroup***. <br>Select **OK**. |
4747
| **Instance details** | |
4848
| Name | Enter ***myRouteServer***. |
49-
| Region | Select **West US** or any region you prefer to create the route server in. |
49+
| Region | Select **East US** or any region you prefer to create the route server in. |
5050
| Routing Preference | Select **ExpressRoute**. Other available options: **VPN** and **ASPath**. |
5151
| **Configure virtual networks** | |
5252
| Virtual network | Select **Create new**. <br>In **Name**, enter ***myRouteServerVNet***. <br>In **Address range**, enter ***10.0.0.0/16***. <br>In **Subnet name** and **Address range**, enter ***RouteServerSubnet*** and ***10.0.1.0/27*** respectively. <br>Select **OK**. |
@@ -93,13 +93,13 @@ To complete the peering setup, you must configure the NVA to establish a BGP ses
9393

9494
## Clean up resources
9595

96-
When no longer needed, you can delete all resources created in this quickstart by deleting **RouteServerRG** resource group:
96+
When no longer needed, you can delete all resources created in this quickstart by deleting **myResourceGroup** resource group:
9797

98-
1. In the search box at the top of the portal, enter ***RouteServerRG***. Select **RouteServerRG** from the search results.
98+
1. In the search box at the top of the portal, enter ***myResourceGroup***. Select **myResourceGroup** from the search results.
9999

100100
1. Select **Delete resource group**.
101101

102-
1. In **Delete a resource group**, enter ***RouteServerRG***, and then select **Delete**.
102+
1. In **Delete a resource group**, enter ***myResourceGroup***, and then select **Delete**.
103103

104104
1. Select **Delete** to confirm the deletion of the resource group and all its resources.
105105

articles/route-server/quickstart-create-route-server-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: halkazwini
55
ms.author: halkazwini
66
ms.service: azure-route-server
77
ms.topic: quickstart
8-
ms.date: 09/23/2024
8+
ms.date: 02/10/2025
99
ms.custom: devx-track-azurepowershell, mode-api
1010
---
1111

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

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: halkazwini
55
ms.author: halkazwini
66
ms.service: azure-route-server
77
ms.topic: tutorial
8-
ms.date: 09/24/2024
8+
ms.date: 02/10/2025
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
---
@@ -45,10 +45,10 @@ In this section, you create an Azure DDoS protection plan to associate with the
4545
| ------- | ----- |
4646
| **Project details** | |
4747
| 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**. |
4949
| **Instance details** | |
5050
| Name | Enter **myDDoSProtectionPlan**. |
51-
| Region | Select **West US**. |
51+
| Region | Select **East US**. |
5252

5353
5. Select **Review + create**.
5454

@@ -68,10 +68,10 @@ In this section, you create an Azure Route Server. The virtual network and publi
6868
| ------- | ----- |
6969
| **Project details** | |
7070
| Subscription | Select your subscription. |
71-
| Resource group | Select **RouteServerRG**. |
71+
| Resource group | Select **myResourceGroup**. |
7272
| **Instance details** | |
7373
| Name | Enter **myRouteServer**. |
74-
| Region | Select **West US**. |
74+
| Region | Select **East US**. |
7575
| **Configure virtual networks** | |
7676
| 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**. |
7777
| Subnet | Select **RouteServerSubnet (10.1.1.0/27)**. |
@@ -136,22 +136,21 @@ You need the Azure Route Server's peer IPs and ASN to complete the configuration
136136

137137
3. On the **Overview** page of **myRouteServer**, make note of the **ASN** and **Peer IPs**.
138138

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.":::
140140

141141
## Clean up resources
142142

143143
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:
144144

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.
146146

147147
1. Select **Delete resource group**.
148148

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**.
150150

151151
1. Select **Delete** to confirm the deletion of the resource group and all its resources.
152152

153153
## Next step
154154

155155
> [!div class="nextstepaction"]
156156
> [Configure and manage Azure Route Server](configure-route-server.md)
157-

0 commit comments

Comments
 (0)