Skip to content

Commit 4680dcb

Browse files
Merge pull request #311023 from mbender-ms/lb-maintenance-qspub
Load Balancer | Maintenance | January Freshness
2 parents f6d2b8d + cd6449f commit 4680dcb

8 files changed

Lines changed: 27 additions & 27 deletions

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: This quickstart shows how to create an internal load balancer using
55
author: mbender-ms
66
ms.service: azure-load-balancer
77
ms.topic: quickstart
8-
ms.date: 09/30/2024
8+
ms.date: 01/28/2026
99
ms.author: mbender
1010
ms.custom:
1111
- mvc
@@ -20,7 +20,7 @@ ms.custom:
2020

2121
# Quickstart: Create an internal load balancer to load balance VMs using the Azure CLI
2222

23-
Get started with Azure Load Balancer by using the Azure CLI to create an internal load balancer and two virtual machines. Additional resources include Azure Bastion, NAT Gateway, a virtual network, and the required subnets.
23+
Get started with Azure Load Balancer by using the Azure CLI to create an internal load balancer and two virtual machines. Other resources include Azure Bastion, NAT Gateway, a virtual network, and the required subnets.
2424

2525
:::image type="content" source="media/quickstart-load-balancer-standard-internal-portal/internal-load-balancer-resources.png" alt-text="Diagram of resources deployed for internal load balancer." lightbox="media/quickstart-load-balancer-standard-internal-portal/internal-load-balancer-resources.png":::
2626

@@ -364,19 +364,19 @@ Use [az vm extension set](/cli/azure/vm/extension#az-vm-extension-set) to instal
364364

365365
1. [Sign in](https://portal.azure.com) to the Azure portal.
366366

367-
2. On the **Overview** page, find the private IP address for the load balancer. In the menu on the left, select **All services** > **All resources** > **myLoadBalancer**.
367+
1. On the **Overview** page, find the private IP address for the load balancer. In the menu on the left, select **All services** > **All resources** > **myLoadBalancer**.
368368

369-
3. In the overview of **myLoadBalancer**, copy the address next to **Private IP Address**. If **Private IP address** isn't visible, select **See more**.
369+
1. In the overview of **myLoadBalancer**, copy the address next to **Private IP Address**. If **Private IP address** isn't visible, select **See more**.
370370

371-
4. In the menu on the left, select **All services** > **All resources**. From the resources list, in the **CreateIntLBQS-rg** resource group, select **myTestVM**.
371+
1. In the menu on the left, select **All services** > **All resources**. From the resources list, in the **CreateIntLBQS-rg** resource group, select **myTestVM**.
372372

373-
5. On the **Overview** page, select **Connect** > **Bastion**.
373+
1. On the **Overview** page, select **Connect** > **Bastion**.
374374

375-
6. Enter the username and password that you entered when you created the VM.
375+
1. Enter the username and password that you entered when you created the VM.
376376

377-
7. On **myTestVM**, open **Internet Explorer**.
377+
1. On **myTestVM**, open **Internet Explorer**.
378378

379-
8. Enter the IP address from the previous step into the address bar of the browser. The default page of the IIS web server is shown on the browser.
379+
1. Enter the IP address from the previous step into the address bar of the browser. The default page of the IIS web server is shown on the browser.
380380

381381
:::image type="content" source="./media/quickstart-load-balancer-standard-internal-portal/load-balancer-test.png" alt-text="Screenshot of the IP address in the address bar of the browser." border="true":::
382382

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ Use [Set-AzVMExtension](/powershell/module/az.compute/set-azvmextension) to inst
365365
The extension runs `PowerShell Add-WindowsFeature Web-Server` to install the IIS webserver and then updates the Default.htm page to show the hostname of the VM:
366366

367367
> [!IMPORTANT]
368-
> Ensure the virtual machine deployments have completed from the previous steps before proceeding. Use `Get-Job` to check the status of the virtual machine deployment jobs.
368+
> Ensure the virtual machine deployments have completed from the previous steps before proceeding. Use `Get-Job` to check the status of the virtual machine deployment jobs.
369369
370370
```azurepowershell-interactive
371371
## For loop with variable to install custom script extension on virtual machines. ##
@@ -475,19 +475,19 @@ New-AzVM @vm
475475

476476
1. Find the private IP address for the load balancer on the **Overview** screen. Select **All services** in the left-hand menu, select **All resources**, and then select **myLoadBalancer**.
477477

478-
2. Make note or copy the address next to **Private IP Address** in the **Overview** of **myLoadBalancer**.
478+
1. Make note or copy the address next to **Private IP Address** in the **Overview** of **myLoadBalancer**.
479479

480-
3. Select **All services** in the left-hand menu, select **All resources**, and then from the resources list, select **myTestVM** that is located in the **CreateIntLBQS-rg** resource group.
480+
1. Select **All services** in the left-hand menu, select **All resources**, and then from the resources list, select **myTestVM** that is located in the **CreateIntLBQS-rg** resource group.
481481

482-
4. On the **Overview** page, select **Connect**, then **Bastion**.
482+
1. On the **Overview** page, select **Connect**, then **Bastion**.
483483

484-
6. Enter the username and password entered during VM creation.
484+
1. Enter the username and password entered during VM creation.
485485

486-
7. Open **Internet Explorer** on **myTestVM**.
486+
1. Open **Internet Explorer** on **myTestVM**.
487487

488-
8. Enter the IP address from the previous step into the address bar of the browser. The custom IIS Web server page is displayed.
488+
1. Enter the IP address from the previous step into the address bar of the browser. The custom IIS Web server page is displayed.
489489

490-
:::image type="content" source="./media/quickstart-load-balancer-standard-internal-portal/load-balancer-test.png" alt-text="Screenshot of web browser showing default web page for load balanced VM" border="true":::
490+
:::image type="content" source="./media/quickstart-load-balancer-standard-internal-portal/load-balancer-test.png" alt-text="Screenshot of web browser showing default web page for load balanced VM." border="true":::
491491

492492
To see the load balancer distribute traffic across all three VMs, you can force-refresh your web browser from the test machine.
493493

articles/load-balancer/quickstart-load-balancer-standard-internal-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: mbender-ms
66
ms.service: azure-load-balancer
77
ms.topic: quickstart
88
ms.author: mbender
9-
ms.date: 05/08/2024
9+
ms.date: 01/28/2026
1010
ms.custom:
1111
- subject-armqs
1212
- mode-arm
@@ -57,7 +57,7 @@ To find more templates that are related to Azure Load Balancer, see [Azure Quick
5757

5858
## Deploy the template
5959

60-
In this step, you deploy the template using Azure PowerShell with the `[New-AzResourceGroupDeployment](/powershell/module/az.resources/new-azresourcegroupdeployment)` command.
60+
In this step, you deploy the template using Azure PowerShell with the [New-AzResourceGroupDeployment](/powershell/module/az.resources/new-azresourcegroupdeployment) command.
6161

6262
1. Select **Try it** from the following code block to open Azure Cloud Shell, and then follow the instructions to sign in to Azure.
6363

articles/load-balancer/quickstart-load-balancer-standard-internal-terraform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: mbender-ms
77
manager: kumud
88
ms.service: azure-load-balancer
99
ms.topic: quickstart
10-
ms.date: 04/02/2025
10+
ms.date: 01/28/2026
1111
ms.author: mbender
1212
ms.custom: devx-track-terraform
1313
#Customer intent: I want to create an internal load balancer by using Terraform so that I can load balance internal traffic to VMs.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: This quickstart shows how to create a public load balancer using th
55
author: mbender-ms
66
ms.service: azure-load-balancer
77
ms.topic: quickstart
8-
ms.date: 09/30/2024
8+
ms.date: 01/28/2026
99
ms.author: mbender
1010
ms.custom:
1111
- mvc
@@ -293,7 +293,7 @@ Create the virtual machines with [az vm create](/cli/azure/vm#az-vm-create):
293293
--no-wait
294294
```
295295

296-
It may take a few minutes for the VMs to deploy. You can continue to the next steps while the VMs are creating.
296+
It can take a few minutes for the VMs to deploy. You can continue to the next steps while the VMs are creating.
297297

298298
[!INCLUDE [ephemeral-ip-note.md](~/reusable-content/ce-skilling/azure/includes/ephemeral-ip-note.md)]
299299

@@ -395,7 +395,7 @@ Copy the public IP address, and then paste it into the address bar of your brows
395395
--query ipAddress \
396396
--output tsv
397397
```
398-
:::image type="content" source="./media/load-balancer-standard-public-cli/running-nodejs-app.png" alt-text="Test the load balancer" border="true":::
398+
:::image type="content" source="./media/load-balancer-standard-public-cli/running-nodejs-app.png" alt-text="Screenshot of browser window displaying the load balancer test page." border="true":::
399399

400400
## Clean up resources
401401

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure Load Balancer
44
description: This quickstart shows how to create a load balancer using Azure PowerShell.
55
author: mbender-ms
66
ms.author: mbender
7-
ms.date: 07/23/2024
7+
ms.date: 01/28/2026
88
ms.topic: quickstart
99
ms.service: azure-load-balancer
1010
ms.custom: devx-track-azurepowershell, mode-api, template-quickstart, engagement-fy23
@@ -433,7 +433,7 @@ In this quickstart, you:
433433

434434
* Created an Azure Load Balancer
435435

436-
* Attached 2 VMs to the load balancer
436+
* Attached two VMs to the load balancer
437437

438438
* Tested the load balancer
439439

articles/load-balancer/quickstart-load-balancer-standard-public-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: mbender-ms
77
manager: KumudD
88
ms.service: azure-load-balancer
99
ms.topic: quickstart
10-
ms.date: 11/26/2024
10+
ms.date: 01/28/2026
1111
ms.author: mbender
1212
ms.custom:
1313
- mvc

articles/load-balancer/quickstart-load-balancer-standard-public-terraform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: mbender-ms
77
manager: kumudD
88
ms.service: azure-load-balancer
99
ms.topic: quickstart
10-
ms.date: 04/01/2025
10+
ms.date: 01/28/2026
1111
ms.author: mbender
1212
ms.custom: devx-track-terraform
1313
#Customer intent: I want to create a load balancer by using Terraform so that I can load balance internet traffic to VMs.

0 commit comments

Comments
 (0)