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-cli.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: This quickstart shows how to create an internal load balancer using
5
5
author: mbender-ms
6
6
ms.service: azure-load-balancer
7
7
ms.topic: quickstart
8
-
ms.date: 09/30/2024
8
+
ms.date: 01/28/2026
9
9
ms.author: mbender
10
10
ms.custom:
11
11
- mvc
@@ -20,7 +20,7 @@ ms.custom:
20
20
21
21
# Quickstart: Create an internal load balancer to load balance VMs using the Azure CLI
22
22
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.
24
24
25
25
:::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":::
26
26
@@ -364,19 +364,19 @@ Use [az vm extension set](/cli/azure/vm/extension#az-vm-extension-set) to instal
364
364
365
365
1.[Sign in](https://portal.azure.com) to the Azure portal.
366
366
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**.
368
368
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**.
370
370
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**.
372
372
373
-
5. On the **Overview** page, select **Connect** > **Bastion**.
373
+
1. On the **Overview** page, select **Connect** > **Bastion**.
374
374
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.
376
376
377
-
7. On **myTestVM**, open **Internet Explorer**.
377
+
1. On **myTestVM**, open **Internet Explorer**.
378
378
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.
380
380
381
381
:::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":::
@@ -395,7 +395,7 @@ Copy the public IP address, and then paste it into the address bar of your brows
395
395
--query ipAddress \
396
396
--output tsv
397
397
```
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":::
0 commit comments