Skip to content

Commit 9482207

Browse files
committed
add a note
1 parent 213732c commit 9482207

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/route-server/configure-route-server.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ In this section, you learn how to add a BGP peering to your route server to peer
8181

8282
:::image type="content" source="./media/configure-route-server/route-server-overview.png" alt-text="Screenshot that shows the Overview page of a route server. " lightbox="./media/configure-route-server/route-server-overview.png":::
8383

84+
[!INCLUDE [NVA peering note](../../includes/route-server-note-nva-peering.md)]
85+
8486
# [**PowerShell**](#tab/powershell)
8587

8688
Use [Add-AzRouteServerPeer](/powershell/module/az.network/add-azrouteserverpeer) cmdlet to add a new peer to the route server.
@@ -108,6 +110,8 @@ Get-AzRouteServer -ResourceGroupName 'myResourceGroup' -RouteServerName 'myRoute
108110
| `-ResourceGroupName` | The resource group name of your route server. |
109111
| `-RouteServerName` | The route server name. You need this parameter when there are more than one route server in the same resource group. |
110112

113+
[!INCLUDE [NVA peering note](../../includes/route-server-note-nva-peering.md)]
114+
111115
# [**Azure CLI**](#tab/cli)
112116

113117
Use [az network routeserver peering create](/cli/azure/network/routeserver/peering#az-network-routeserver-peering-create) command to add a new peer to the route server.
@@ -135,6 +139,8 @@ az network routeserver show --name 'myRouteServer' --resource-group 'myResourceG
135139
| `--name` | The route server name. |
136140
| `--resource-group` | The resource group name of your route server. |
137141

142+
[!INCLUDE [NVA peering note](../../includes/route-server-note-nva-peering.md)]
143+
138144
---
139145

140146
## Configure route exchange

0 commit comments

Comments
 (0)