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
+44Lines changed: 44 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -300,6 +300,8 @@ az network routeserver peering show --name 'myNVA' --resource-group 'myResourceG
300
300
301
301
## View advertised and learned routes
302
302
303
+
In this section, you learn how to view the route server's advertised and learned routes.
304
+
303
305
# [**Portal**](#tab/portal)
304
306
305
307
Use [PowerShell](?tabs=powershell#view-advertised-and-learned-routes) or [Azure CLI](?tabs=cli#view-advertised-and-learned-routes) to view the advertised and learned routes.
In this section, you learn how to delete an existing route server.
400
+
401
+
# [**Portal**](#tab/portal)
402
+
403
+
1. Go to the route server that you want to delete.
404
+
405
+
1. Select **Delete** from the **Overview** page.
406
+
407
+
1. Select **Confirm** to delete the route server.
408
+
409
+
:::image type="content" source="./media/configure-route-server/delete-route-server.png" alt-text="Screenshot that shows how to delete a route server." lightbox="./media/configure-route-server/delete-route-server.png":::
410
+
411
+
# [**PowerShell**](#tab/powershell)
412
+
413
+
Use [Remove-AzRouteServer](/powershell/module/az.network/remove-azrouteserver) cmdlet to delete a route server.
0 commit comments