Skip to content

Commit befceae

Browse files
authored
Merge pull request #198350 from halkazwini/ars-update-author
ARS update author
2 parents 6c28357 + 6b94a1a commit befceae

17 files changed

+36
-36
lines changed

articles/route-server/about-dual-homed-network.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: 'About dual-homed network with Azure Route Server '
33
description: Learn about how Azure Route Server works in a dual-homed network.
44
services: route-server
5-
author: duongau
5+
author: halkazwini
66
ms.service: route-server
77
ms.topic: conceptual
88
ms.date: 09/01/2021
9-
ms.author: duau
9+
ms.author: halkazwini
1010
---
1111

1212
# About dual-homed network with Azure Route Server

articles/route-server/anycast.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: 'Propagating anycast routes to on-premises'
33
description: Learn about how to advertise the same route from different regions with Azure Route Server.
44
services: route-server
5-
author: jomore
5+
author: halkazwini
66
ms.service: route-server
77
ms.topic: conceptual
88
ms.date: 02/03/2022
9-
ms.author: jomore
9+
ms.author: halkazwini
1010
---
1111

1212
# Anycast routing with Azure Route Server

articles/route-server/expressroute-vpn-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: 'About Azure Route Server supports for ExpressRoute and Azure VPN'
33
description: Learn about how Azure Route Server interacts with ExpressRoute and Azure VPN gateways.
44
services: route-server
5-
author: duongau
5+
author: halkazwini
66
ms.service: route-server
77
ms.topic: conceptual
88
ms.date: 10/01/2021
9-
ms.author: duau
9+
ms.author: halkazwini
1010
---
1111

1212
# About Azure Route Server support for ExpressRoute and Azure VPN

articles/route-server/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ metadata:
99
services: route-server
1010
ms.service: route-server
1111
ms.topic: landing-page
12-
author: duongau
13-
ms.author: duau
12+
author: halkazwini
13+
ms.author: halkazwini
1414
ms.date: 09/01/2021
1515

1616
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new

articles/route-server/multiregion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: 'Multi-region designs with Azure Route Server'
33
description: Learn about how Azure Route Server enables multi-region designs.
44
services: route-server
5-
author: jomore
5+
author: halkazwini
66
ms.service: route-server
77
ms.topic: conceptual
88
ms.date: 02/03/2022
9-
ms.author: jomore
9+
ms.author: halkazwini
1010
---
1111

1212
# Multi-region networking with Azure Route Server

articles/route-server/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: 'What is Azure Route Server?'
33
description: Learn how Azure Route Server can simplify routing between your network virtual appliance (NVA) and your virtual network.
44
services: route-server
5-
author: duongau
5+
author: halkazwini
66
ms.service: route-server
77
ms.topic: overview
88
ms.date: 09/27/2021
9-
ms.author: duau
9+
ms.author: halkazwini
1010
#Customer intent: As an IT administrator, I want to learn about Azure Route Server and what I can use it for.
1111
---
1212

articles/route-server/path-selection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: 'Path selection with Azure Route Server'
33
description: Learn about how Azure Route Server enables path selection for your network virtual appliance.
44
services: route-server
5-
author: duongau
5+
author: halkazwini
66
ms.service: route-server
77
ms.topic: conceptual
88
ms.date: 11/09/2021
9-
ms.author: duau
9+
ms.author: halkazwini
1010
#Customer intent: As a network administrator, I want to control how traffic is routed from Azure to my on-premises network.
1111
---
1212

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: 'Quickstart: Create and configure Route Server using Azure CLI'
33
description: In this quickstart, you learn how to create and configure a Route Server using Azure CLI.
44
services: route-server
5-
author: duongau
5+
author: halkazwini
66
ms.service: route-server
77
ms.topic: quickstart
88
ms.date: 09/01/2021
9-
ms.author: duau
9+
ms.author: halkazwini
1010
ms.custom: mode-api, devx-track-azurecli
1111
ms.devlang: azurecli
1212
---
@@ -74,7 +74,7 @@ az network vnet create \
7474

7575
Azure Route Server requires a dedicated subnet named *RouteServerSubnet*. The subnet size has to be at least /27 or short prefix (such as /26 or /25) or you'll receive an error message when deploying the Route Server. Create a subnet configuration named **RouteServerSubnet** with [az network vnet subnet create](/cli/azure/network/vnet/subnet#az-network-vnet-subnet-create):
7676

77-
1. Run the follow command to add the *RouteServerSubnet* to your virtual network.
77+
1. Run the following command to add the *RouteServerSubnet* to your virtual network.
7878

7979
```azurecli-interactive
8080
az network vnet subnet create \
@@ -170,7 +170,7 @@ If you have an ExpressRoute and an Azure VPN gateway in the same virtual network
170170
> For greenfield deployments make sure to create the Azure VPN gateway before creating Azure Route Server; otherwise the deployment of Azure VPN Gateway will fail.
171171
>
172172
173-
1. To enable route exchange between Azure Route Server and the gateway(s) use [az network routerserver update](/cli/azure/network/routeserver#az-network-routeserver-update) with the `--allow-b2b-traffic`` flag set to **true**:
173+
1. To enable route exchange between Azure Route Server and the gateway(s), use [az network routerserver update](/cli/azure/network/routeserver#az-network-routeserver-update) with the `--allow-b2b-traffic`` flag set to **true**:
174174

175175
```azurecli-interactive
176176
az network routeserver update \

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: 'Quickstart: Create and configure Route Server using the Azure portal'
33
description: In this quickstart, you learn how to create and configure a Route Server using the Azure portal.
44
services: route-server
5-
author: duongau
5+
author: halkazwini
66
ms.service: route-server
77
ms.topic: quickstart
88
ms.date: 09/08/2021
9-
ms.author: duau
9+
ms.author: halkazwini
1010
ms.custom: mode-ui
1111
---
1212

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: 'Quickstart: Create and configure Route Server using Azure PowerShell'
33
description: In this quickstart, you learn how to create and configure a Route Server using Azure PowerShell.
44
services: route-server
5-
author: duongau
6-
ms.author: duau
5+
author: halkazwini
6+
ms.author: halkazwini
77
ms.date: 09/01/2021
88
ms.topic: quickstart
99
ms.service: route-server

0 commit comments

Comments
 (0)