Skip to content

Commit 688edf6

Browse files
committed
SEO changes load balancer
1 parent 87c6fca commit 688edf6

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

articles/load-balancer/load-balancer-get-started-internet-availability-zones-zonal-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Create a Load Balancer with zonal frontend - Azure CLI
3-
titlesuffix: Azure Load Balancer
2+
title: Create a load balancer with zonal frontend - Azure CLI
3+
titleSuffix: Azure Load Balancer
44
description: Learn how to create a Standard Load Balancer with zonal frontend using Azure CLI
55
services: load-balancer
66
documentationcenter: na

articles/load-balancer/load-balancer-standard-public-zonal-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Standard Load Balancer with zonal frontend - Azure CLI
2+
title: Standard Load Balancer with zonal Public IP address frontend - Azure CLI
33
titleSuffix: Azure Load Balancer
44
description: Learn how to create a public Standard Load Balancer with zonal Public IP address frontend using Azure CLI
55
services: load-balancer
@@ -15,7 +15,7 @@ ms.date: 03/26/2018
1515
ms.author: allensu
1616
---
1717

18-
# Create a Standard Load Balancer with zonal frontend using Azure CLI
18+
# Create a Standard Load Balancer with zonal Public IP address frontend using Azure CLI
1919

2020
This article steps through creating a public [Standard Load Balancer](https://aka.ms/azureloadbalancerstandard) with a zonal frontend using a Public IP Standard address. In this scenario, you specify a particular zone for your front-end and back-end instances, to align your data path and resources with a specific zone.
2121

articles/load-balancer/scripts/load-balancer-linux-cli-sample-zonal-frontend.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
---
2-
title: CLI Example - Load Balancer VMs within a zone - Azure | Microsoft Docs
2+
title: Load balance VMs within a zone - Azure CLI
33
description: This Azure CLI script example shows how to load balance traffic to VMs within a specific availability zone
44
services: load-balancer
55
documentationcenter: load-balancer
66
author: asudbring
7-
manager: jeconnoc
8-
editor: tysonn
9-
tags:
7+
manager: kumudD
108
Customer intent: As an IT administrator, I want to create a load balancer that load balances incoming internet traffic to virtual machines within a specific zone in a region.
119
ms.assetid:
1210
ms.service: load-balancer
@@ -18,7 +16,7 @@ ms.date: 06/14/2018
1816
ms.author: allensu
1917
---
2018

21-
# Azure CLI script example: Load balance traffic to VMs for high availability
19+
# Azure CLI script example: Load balance traffic to VMs within a specific availability zone
2220

2321
This Azure CLI script example creates everything needed to run several Ubuntu virtual machines configured in a highly available and load balanced configuration within a specific availability zone. After running the script, you will have three virtual machines in a single availability zones within a region that are accessible through an Azure Standard Load Balancer.
2422

0 commit comments

Comments
 (0)