Skip to content

Commit f4b3e3e

Browse files
Merge pull request #199103 from greg-lindsay/appgw-author
update author
2 parents f5d18c2 + 5fb385a commit f4b3e3e

File tree

93 files changed

+197
-197
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+197
-197
lines changed

articles/load-balancer/backend-pool-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ title: Backend Pool Management
33
titleSuffix: Azure Load Balancer
44
description: Get started learning how to configure and manage the backend pool of an Azure Load Balancer
55
services: load-balancer
6-
author: asudbring
6+
author: greg-lindsay
77
ms.service: load-balancer
88
ms.topic: how-to
99
ms.date: 2/17/2022
10-
ms.author: allensu
10+
ms.author: greglin
1111
ms.custom: devx-track-azurepowershell, devx-track-azurecli
1212
---
1313
# Backend pool management

articles/load-balancer/basic/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ metadata:
1010
ms.service: load-balancer
1111
ms.topic: landing-page
1212
ms.collection: collection
13-
author: asudbring
14-
ms.author: allensu
13+
author: greg-lindsay
14+
ms.author: greglin
1515
ms.date: 03/15/2022 #Required; mm/dd/yyyy format.
1616

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

articles/load-balancer/basic/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: What is Basic Azure Load Balancer?
33
description: Overview of Basic Azure Load Balancer.
4-
author: asudbring
4+
author: greg-lindsay
55
ms.service: load-balancer
6-
ms.author: allensu
6+
ms.author: greglin
77
ms.topic: overview
88
ms.date: 04/14/2022
99
ms.custom: template-overview

articles/load-balancer/basic/quickstart-basic-internal-load-balancer-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: 'Quickstart: Create an internal basic load balancer - Azure CLI'
33
titleSuffix: Azure Load Balancer
44
description: This quickstart shows how to create an internal basic load balancer by using the Azure CLI.
5-
author: asudbring
5+
author: greg-lindsay
66
ms.service: load-balancer
77
ms.topic: quickstart
88
ms.date: 03/24/2022
9-
ms.author: allensu
9+
ms.author: greglin
1010
ms.custom: mvc, devx-track-js, devx-track-azurecli, mode-api
1111
#Customer intent: I want to create a load balancer so that I can load balance internal traffic to VMs.
1212
---

articles/load-balancer/basic/quickstart-basic-internal-load-balancer-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ title: "Quickstart: Create a basic internal load balancer - Azure portal"
33
titleSuffix: Azure Load Balancer
44
description: This quickstart shows how to create a basic internal load balancer by using the Azure portal.
55
services: load-balancer
6-
author: asudbring
6+
author: greg-lindsay
77
ms.service: load-balancer
88
ms.topic: quickstart
99
ms.date: 03/21/2022
10-
ms.author: allensu
10+
ms.author: greglin
1111
ms.custom: mvc, mode-ui
1212
#Customer intent: I want to create a internal load balancer so that I can load balance internal traffic to VMs.
1313
---

articles/load-balancer/basic/quickstart-basic-internal-load-balancer-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: 'Quickstart: Create an internal basic load balancer - Azure PowerShell'
33
titleSuffix: Azure Load Balancer
44
description: This quickstart shows how to create an internal basic load balancer using Azure PowerShell
5-
author: asudbring
5+
author: greg-lindsay
66
ms.service: load-balancer
77
ms.topic: quickstart
88
ms.date: 03/24/2022
9-
ms.author: allensu
9+
ms.author: greglin
1010
ms.custom: devx-track-azurepowershell, mode-api
1111
#Customer intent: I want to create a load balancer so that I can load balance internal traffic to VMs.
1212
---

articles/load-balancer/basic/quickstart-basic-public-load-balancer-cli.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: 'Quickstart: Create a basic public load balancer - Azure CLI'
33
titleSuffix: Azure Load Balancer
44
description: Learn how to create a public basic SKU Azure Load Balancer in this quickstart using the Azure CLI.
5-
author: asudbring
6-
ms.author: allensu
5+
author: greg-lindsay
6+
ms.author: greglin
77
ms.service: load-balancer
88
ms.topic: quickstart
99
ms.date: 03/16/2022
@@ -166,11 +166,11 @@ Create a network security group rule using [az network nsg rule create](/cli/azu
166166

167167
## Create a bastion host
168168

169-
In this section, you'll create te resources for Azure Bastion. Azure Bastion is used to securely manage the virtual machines in the backend pool of the load balancer.
169+
In this section, you'll create the resources for Azure Bastion. Azure Bastion is used to securely manage the virtual machines in the backend pool of the load balancer.
170170

171171
### Create a public IP address
172172

173-
Use [az network public-ip create](/cli/azure/network/public-ip#az-network-public-ip-create) to create a public ip address for the bastion host. The public IP is used by the bastion host for secure access to the virtual machine resources.
173+
Use [az network public-ip create](/cli/azure/network/public-ip#az-network-public-ip-create) to create a public IP address for the bastion host. The public IP is used by the bastion host for secure access to the virtual machine resources.
174174

175175
```azurecli
176176
az network public-ip create \

articles/load-balancer/basic/quickstart-basic-public-load-balancer-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: 'Quickstart: Create a basic public load balancer - Azure portal'
33
titleSuffix: Azure Load Balancer
44
description: Learn how to create a public basic SKU Azure Load Balancer in this quickstart.
5-
author: asudbring
6-
ms.author: allensu
5+
author: greg-lindsay
6+
ms.author: greglin
77
ms.service: load-balancer
88
ms.topic: quickstart
99
ms.date: 03/15/2022

articles/load-balancer/basic/quickstart-basic-public-load-balancer-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: 'Quickstart: Create a basic internal load balancer - Azure PowerShell'
33
titleSuffix: Azure Load Balancer
44
description: This quickstart shows how to create a basic internal load balancer using Azure PowerShell
5-
author: asudbring
6-
ms.author: allensu
5+
author: greg-lindsay
6+
ms.author: greglin
77
ms.date: 03/22/2022
88
ms.topic: quickstart
99
ms.service: load-balancer

articles/load-balancer/basic/virtual-network-ipv4-ipv6-dual-stack-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Deploy IPv6 dual stack application - Basic Load Balancer - CLI
33
titlesuffix: Azure Virtual Network
44
description: Learn how to deploy a dual stack (IPv4 + IPv6) application with Basic Load Balancer using Azure CLI.
5-
author: asudbring
5+
author: greg-lindsay
66
ms.service: virtual-network
77
ms.topic: how-to
88
ms.date: 03/31/2022
9-
ms.author: allensu
9+
ms.author: greglin
1010
---
1111

1212
# Deploy an IPv6 dual stack application using Basic Load Balancer - CLI

0 commit comments

Comments
 (0)