Skip to content

Commit 438749f

Browse files
author
Michael Bender
committed
Updated articles for freshness
1 parent b073b35 commit 438749f

8 files changed

+16
-15
lines changed

articles/load-balancer/howto-load-balancer-imds.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: load-balancer
66
author: mbender-ms
77
ms.service: load-balancer
88
ms.topic: how-to
9-
ms.date: 05/08/2023
9+
ms.date: 06/28/2024
1010
ms.author: mbender
1111
ms.custom: template-how-to
1212
---
@@ -23,7 +23,7 @@ ms.custom: template-how-to
2323
2424
## Schema breakdown
2525

26-
| Data | Description | Version introduced |
26+
| **Data** | **Description** | **Version introduced** |
2727
|------|-------------|--------------------|
2828
| `publicIpAddresses` | The instance level Public or Private IP of the specific Virtual Machine instance | 2020-10-01
2929
| `inboundRules` | List of load balancing rules or inbound NAT rules using which the Load Balancer directs traffic to the specific Virtual Machine instance. Frontend IP addresses and the Private IP addresses listed here belong to the Load Balancer. | 2020-10-01

articles/load-balancer/load-balancer-multiple-ip-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: virtual-network
66
author: mbender-ms
77
ms.service: load-balancer
88
ms.topic: how-to
9-
ms.date: 05/30/2023
9+
ms.date: 06/28/2024
1010
ms.author: mbender
1111
ms.custom: template-how-to, devx-track-azurecli
1212
---

articles/load-balancer/load-balancer-multiple-ip-powershell.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: load-balancer
88
ms.topic: how-to
9-
ms.date: 06/27/2023
9+
ms.date: 06/27/2024
1010
ms.author: mbender
1111
ms.custom: template-how-to, devx-track-azurepowershell, engagement-fy23
1212
---

articles/load-balancer/load-balancer-multiple-ip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: mbender-ms
66
ms.author: mbender
77
ms.service: load-balancer
88
ms.topic: tutorial
9-
ms.date: 11/29/2023
9+
ms.date: 06/28/2024
1010
ms.custom: template-tutorial, engagement-fy23
1111
---
1212

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: load-balancer
66
author: mbender-ms
77
ms.service: load-balancer
88
ms.topic: quickstart
9-
ms.date: 10/19/2023
9+
ms.date: 06/28/2024
1010
ms.author: mbender
1111
ms.custom: mvc, mode-ui, template-quickstart, engagement-fy24
1212
#Customer intent: I want to create a internal load balancer so that I can load balance internal traffic to VMs.
@@ -97,7 +97,7 @@ During the creation of the load balancer, you configure:
9797
| Protocol | Select **TCP**. |
9898
| Port | Enter **80**. |
9999
| Backend port | Enter **80**. |
100-
| Health probe | Select **Create new**. </br> In **Name**, enter **lb-health-probe**. </br> Select **TCP** in **Protocol**. </br> Leave the rest of the defaults, and select **OK**. |
100+
| Health probe | Select **Create new**. </br> In **Name**, enter **lb-health-probe**. </br> Select **TCP** in **Protocol**. </br> Leave the rest of the defaults, and select **Save**. |
101101
| Session persistence | Select **None**. |
102102
| Idle timeout (minutes) | Enter or select **15**. |
103103
| Enable TCP reset | Select **checkbox**. |

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: "Quickstart: Create a public load balancer - Azure portal"
33
titleSuffix: Azure Load Balancer
4-
description: This quickstart shows how to create a load balancer using the Azure portal.
4+
description: Learn how to create a public load balancer using the Azure portal.
55
author: mbender-ms
66
ms.service: load-balancer
77
ms.topic: quickstart
8-
ms.date: 06/06/2023
8+
ms.date: 06/28/2024
99
ms.author: mbender
1010
ms.custom: mvc, mode-ui, template-quickstart, engagement-fy23
1111
#Customer intent: I want to create a load balancer so that I can load balance internet traffic to VMs.
@@ -85,9 +85,9 @@ During the creation of the load balancer, you configure:
8585
8686
1. Leave the default of **Microsoft Network** for **Routing preference**.
8787

88-
1. Select **OK**.
88+
1. Select **Save**.
8989

90-
1. Select **Add**.
90+
1. Select **Save**.
9191

9292
1. Select **Next: Backend pools** at the bottom of the page.
9393

includes/load-balancer-create-bastion.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ In this section, you create a virtual network with a resource subnet, an Azure B
2727
|---|---|
2828
| **Project details** | |
2929
| Subscription | Select your subscription. |
30-
| Resource group | Select **Create new**. </br> Enter **load-balancer-rg** in Name. </br> Select **OK**. |
30+
| Resource group | Select **load-balancer-rg** from the dropdown or **Create new** if it doesn't exist. </br> Enter **load-balancer-rg** in Name. </br> Select **OK**. |
3131
| **Instance details** | |
3232
| Name | Enter **lb-vnet**. |
33-
| Region | Select **East US**. |
33+
| Region | Select **(US) East US**. |
3434

3535
:::image type="content" source="./media/load-balancer-internal-create-bastion-include/create-virtual-network-basics.png" alt-text="Screenshot of Basics tab of Create virtual network in the Azure portal.":::
3636

@@ -52,7 +52,8 @@ In this section, you create a virtual network with a resource subnet, an Azure B
5252
| **Add IPv4 address space** | |
5353
| IPv4 address space | Enter **10.0.0.0/16 (65,356 addresses)**. |
5454
| **Subnets** | Select the **default** subnet link to edit. |
55-
| Subnet template | Leave the default **Default**. |
55+
| **Edit subnet** | |
56+
| Subnet purpose | Leave the default **Default**. |
5657
| Name | Enter **backend-subnet**. |
5758
| Starting address | Enter **10.0.0.0**. |
5859
| Subnet size | Enter **/24(256 addresses)**. |

includes/load-balancer-nat-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In this section, you'll create a NAT gateway for outbound internet access for re
3030
| **Instance details** | |
3131
| NAT gateway name | Enter **lb-nat-gateway**. |
3232
| Region | Select **East US**. |
33-
| Availability zone | Select **None**. |
33+
| Availability zone | Select **No zone**. |
3434
| Idle timeout (minutes) | Enter **15**. |
3535

3636
:::image type="content" source="./media/load-balancer-internal-create-bastion-include/create-nat-gateway.png" alt-text="Screenshot of Create network address translation gateway window in the Azure portal.":::

0 commit comments

Comments
 (0)