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/hub-routing-preference-cli.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.author: halkazwini
7
7
ms.service: route-server
8
8
ms.topic: how-to
9
9
ms.date: 10/12/2023
10
-
ms.custom: mode-api, devx-track-azurecli
10
+
ms.custom: devx-track-azurecli
11
11
12
12
#CustomerIntent: As an Azure administrator, I want learn how to use routing preference setting so that I can influence route selection in Azure Route Server by using the Azure CLI.
Learn how to use routing preference setting in Azure Route Server to influence its route learning and selection. For more information, see [Routing preference (preview)](hub-routing-preference.md).
18
18
19
19
> [!IMPORTANT]
20
-
> Routing preference is currently in PREVIEW.
21
-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
20
+
> Routing preference is currently in PREVIEW. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
22
21
23
22
## Prerequisites
24
23
@@ -76,17 +75,17 @@ Use [az network routeserver update](/cli/azure/network/routeserver#az-network-ro
76
75
77
76
```azurecli-interactive
78
77
# Change the routing preference to AS Path.
79
-
az network routeserver update --name 'myRouteServer' --resource-group 'myResourceGroup' --hub-routing-preference 'ASPath'
78
+
az network routeserver update --name 'myRouteServer' --hub-routing-preference 'ASPath' --resource-group 'myResourceGroup'
80
79
```
81
80
82
81
```azurecli-interactive
83
82
# Change the routing preference to VPN Gateway.
84
-
az network routeserver update --name 'myRouteServer' --resource-group 'myResourceGroup' --hub-routing-preference 'VpnGateway'
83
+
az network routeserver update --name 'myRouteServer' --hub-routing-preference 'VpnGateway' --resource-group 'myResourceGroup'
85
84
```
86
85
87
86
```azurecli-interactive
88
87
# Change the routing preference to ExpressRoute.
89
-
az network routeserver update --name 'myRouteServer' --resource-group 'myResourceGroup' --hub-routing-preference 'ExpressRoute'
88
+
az network routeserver update --name 'myRouteServer' --hub-routing-preference 'ExpressRoute' --resource-group 'myResourceGroup'
Copy file name to clipboardExpand all lines: articles/route-server/hub-routing-preference-portal.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,10 +35,13 @@ Learn how to use routing preference setting in Azure Route Server to influence i
35
35
36
36
1. Select **Configuration**.
37
37
38
-
1. In the **Configuration** page, select **VPN** or **ASPath**to change the routing preference setting from the default setting:**ExpressRoute**.
38
+
1. In the **Configuration** page, select **VPN**, **ASPath**or**ExpressRoute**.
39
39
40
40
:::image type="content" source="./media/hub-routing-preference-portal/routing-preference-configuration.png" alt-text="Screenshot of configuring routing preference of a Route Server in the Azure portal.":::
41
41
42
+
> [!NOTE]
43
+
> The default routing preference setting is **ExpressRoute**.
Learn how to use routing preference setting in Azure Route Server to influence its route learning and selection. For more information, see [Routing preference (preview)](hub-routing-preference.md).
18
18
19
19
> [!IMPORTANT]
20
-
> Routing preference is currently in PREVIEW.
21
-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
20
+
> Routing preference is currently in PREVIEW. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
22
21
23
22
## Prerequisites
24
23
@@ -43,29 +42,30 @@ ResourceGroupName Name Location RouteServerAsn RouteServerIps Pro
> If you don't include ***-AllowBranchToBranchTraffic*** parameter, **route exchange (branch-to-branch)**will be disabled even if it was enabled before running the **Update-AzRouteServer** cmdlet.
68
+
> Include ***-AllowBranchToBranchTraffic*** parameter to enable **route exchange (branch-to-branch)** even if it was enabled before running the **Update-AzRouteServer** cmdlet. For more information, see [Configure route exchange](quickstart-configure-route-server-powershell.md#configure-route-exchange).
0 commit comments