Skip to content

Commit cd6449f

Browse files
committed
Freshness updates + maintenance + Documentor
1 parent de8f25b commit cd6449f

6 files changed

Lines changed: 14 additions & 14 deletions

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-bicep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: load-balancer
66
author: mbender-ms
77
ms.service: azure-load-balancer
88
ms.topic: quickstart
9-
ms.date: 12/06/2024
9+
ms.date: 01/28/2026
1010
ms.author: mbender
1111
ms.custom:
1212
- mvc

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)