You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/load-balancer/quickstart-load-balancer-standard-internal-powershell.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -365,7 +365,7 @@ Use [Set-AzVMExtension](/powershell/module/az.compute/set-azvmextension) to inst
365
365
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:
366
366
367
367
> [!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.
369
369
370
370
```azurepowershell-interactive
371
371
## For loop with variable to install custom script extension on virtual machines. ##
@@ -475,19 +475,19 @@ New-AzVM @vm
475
475
476
476
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**.
477
477
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**.
479
479
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.
481
481
482
-
4. On the **Overview** page, select **Connect**, then **Bastion**.
482
+
1. On the **Overview** page, select **Connect**, then **Bastion**.
483
483
484
-
6. Enter the username and password entered during VM creation.
484
+
1. Enter the username and password entered during VM creation.
485
485
486
-
7. Open **Internet Explorer** on **myTestVM**.
486
+
1. Open **Internet Explorer** on **myTestVM**.
487
487
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.
489
489
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":::
491
491
492
492
To see the load balancer distribute traffic across all three VMs, you can force-refresh your web browser from the test machine.
Copy file name to clipboardExpand all lines: articles/load-balancer/quickstart-load-balancer-standard-internal-template.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: mbender-ms
6
6
ms.service: azure-load-balancer
7
7
ms.topic: quickstart
8
8
ms.author: mbender
9
-
ms.date: 05/08/2024
9
+
ms.date: 01/28/2026
10
10
ms.custom:
11
11
- subject-armqs
12
12
- mode-arm
@@ -57,7 +57,7 @@ To find more templates that are related to Azure Load Balancer, see [Azure Quick
57
57
58
58
## Deploy the template
59
59
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.
61
61
62
62
1. Select **Try it** from the following code block to open Azure Cloud Shell, and then follow the instructions to sign in to Azure.
0 commit comments