Skip to content

Commit cfcf283

Browse files
Merge pull request #291087 from mbender-ms/lb-freshness-dec2024
load balancer | Freshness | dec2024
2 parents 2b6a230 + 771e7df commit cfcf283

7 files changed

+57
-58
lines changed

articles/load-balancer/load-balancer-custom-probe-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,4 @@ If you don't allow the [source IP](#probe-source-ip-address) of the probe in you
131131
- Learn more about [Standard Load Balancer](./load-balancer-overview.md)
132132
- Learn [how to manage health probes](../load-balancer/manage-probes-how-to.md)
133133
- [Get started creating a public load balancer in Resource Manager by using PowerShell](quickstart-load-balancer-standard-public-powershell.md)
134-
- [REST API for health probes](/rest/api/load-balancer/loadbalancerprobes/)
134+
- [REST API for health probes](/rest/api/load-balancer/loadbalancerprobes/)

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: 10/25/2023
9+
ms.date: 11/26/2023
1010
ms.author: mbender
1111
ms.custom: mvc, subject-bicepqs, mode-arm, template-quickstart, devx-track-bicep
1212
#Customer intent: I want to create a load balancer by using a Bicep file so that I can load balance internet traffic to VMs.

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

Lines changed: 3 additions & 3 deletions
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: 10/25/2023
10+
ms.date: 11/26/2024
1111
ms.author: mbender
1212
ms.custom: mvc, subject-armqs, mode-arm, template-quickstart, engagement-fy23, devx-track-arm-template
1313
#Customer intent: I want to create a load balancer by using an Azure Resource Manager template so that I can load balance internet traffic to VMs.
@@ -63,7 +63,7 @@ To find more templates that are related to Azure Load Balancer, see [Azure Quick
6363

6464
```azurepowershell-interactive
6565
$projectName = Read-Host -Prompt "Enter a project name with 12 or less letters or numbers that is used to generate Azure resource names"
66-
$location = Read-Host -Prompt "Enter the location (i.e. centralus)"
66+
$location = Read-Host -Prompt "Enter the location (i.e. EastUS)"
6767
$adminUserName = Read-Host -Prompt "Enter the virtual machine administrator account name"
6868
$adminPassword = Read-Host -Prompt "Enter the virtual machine administrator password" -AsSecureString
6969
@@ -84,7 +84,7 @@ To find more templates that are related to Azure Load Balancer, see [Azure Quick
8484

8585
1. Enter the values.
8686

87-
The template deployment creates three availability zones. Availability zones are supported only in [certain regions](../reliability/availability-zones-overview.md). Use one of the supported regions. If you aren't sure, enter **centralus**.
87+
The template deployment creates three availability zones. Availability zones are supported only in [certain regions](../reliability/availability-zones-overview.md). Use one of the supported regions. If you aren't sure, enter **EastUS**.
8888

8989
The resource group name is the project name with **`rg`** appended. You need the resource group name in the next section.
9090

articles/load-balancer/tutorial-gateway-outbound-connectivity.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: mbender-ms
66
ms.author: mbender
77
ms.service: azure-load-balancer
88
ms.topic: tutorial
9-
ms.date: 10/24/2023
9+
ms.date: 11/26/2024
1010
ms.custom: template-tutorial
1111
---
1212

@@ -36,15 +36,16 @@ In this section, you chain an existing virtual machine’s public IP to a gatewa
3636

3737
1. Navigate to your existing virtual machine. This example uses a virtual machine named **myVM1**.
3838

39-
1. To verify your virtual machine has a standard SKU public IP associated with it, select **Public IP address > Overview** and confirm that the SKU is **Standard**.
39+
1. To verify your virtual machine has a standard SKU public IP associated with it, select the listed public IP address in **Overview** of the virtual machine.
40+
1. Under **Overview** of the public IP address, confirm that the SKU is **Standard**.
4041
1. Return to your virtual machine.
41-
1. In **Overview** of the virtual machine, select **Networking** under **Settings**.
42+
1. In **Overview** of the virtual machine, select **Networking** > **Network settings**.
4243
1. Select the network interface attached to the virtual machine. This example uses **myvm1185_z1**.
4344

4445
:::image type="content" source="media/tutorial-gateway-outbound-connectivity/select-network-interface.png" alt-text="Screenshot of network interface attached to virtual machine.":::
4546

4647
1. In **Network interface**, select **IP configurations** under **Settings**.
47-
6. Select **myFrontend** in **Gateway Load balancer**.
48+
6. Under **IP settings**, select **myFrontend** from the **Gateway Load balancer** dropdown menu.
4849

4950
:::image type="content" source="media/tutorial-gateway-outbound-connectivity/select-gateway-load-balancer.png" alt-text="Screenshot of gateway load balancer selection in IP configuration settings.":::
5051

articles/load-balancer/tutorial-gateway-portal.md

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: mbender-ms
66
ms.author: mbender
77
ms.service: azure-load-balancer
88
ms.topic: tutorial
9-
ms.date: 07/31/2024
9+
ms.date: 11/26/2024
1010
ms.custom: template-tutorial, engagement-fy23
1111
---
1212

@@ -35,17 +35,17 @@ Sign in to the [Azure portal](https://portal.azure.com).
3535

3636
[!INCLUDE [load-balancer-create-no-gateway](../../includes/load-balancer-create-no-gateway.md)]
3737

38-
## Create NSG
38+
## Create a network security group
3939

4040
Use the following example to create a network security group. You configure the NSG rules needed for network traffic in the virtual network created previously.
4141

42-
1. In the search box at the top of the portal, enter **Network Security**. Select **Network security groups** in the search results.
42+
1. In the search box at the top of the portal, enter **Network security groups** and Select **Network security groups** in the search results.
4343

4444
1. Select **+ Create**.
4545

4646
1. In the **Basics** tab of **Create network security group**, enter, or select the following information:
4747

48-
| Setting | Value |
48+
| **Setting** | **Value** |
4949
| ------- | ----- |
5050
| **Project details** | |
5151
| Subscription | Select your subscription. |
@@ -62,13 +62,13 @@ Use the following example to create a network security group. You configure the
6262

6363
1. Select **lb-nsg-R*.
6464

65-
1. Select **Inbound security rules** in **Settings** in **lb-nsg-R*.
65+
1. Select **Inbound security rules** under **Settings**.
6666

6767
1. Select **+ Add**.
6868

6969
1. In **Add inbound security rule**, enter or select the following information.
7070

71-
| Setting | Value |
71+
| **Setting** | **Value** |
7272
| ------- | ----- |
7373
| Source | Leave the default of **Any**. |
7474
| Source port ranges | Leave the default of **'*'**. |
@@ -88,7 +88,7 @@ Use the following example to create a network security group. You configure the
8888

8989
1. In **Add outbound security rule**, enter or select the following information.
9090

91-
| Setting | Value |
91+
| **Setting** | **Value** |
9292
| ------- | ----- |
9393
| Source | Leave the default of **Any**. |
9494
| Source port ranges | Leave the default of **'*'**. |
@@ -110,20 +110,20 @@ In this section, you create the configuration and deploy the gateway load balanc
110110

111111
1. In the search box at the top of the portal, enter **Load balancer**. Select **Load balancers** in the search results.
112112

113-
1. In the **Load balancer** page, select **Create**.
113+
1. In the **Load Balancer** page, select **Create**.
114114

115115
1. In the **Basics** tab of the **Create load balancer** page, enter, or select the following information:
116116

117-
| Setting | Value |
118-
| --- | --- |
117+
| **Setting** | **Value** |
118+
| --- | --- |
119119
| **Project details** | |
120-
| Subscription | Select your subscription. |
120+
| Subscription | Select your subscription. |
121121
| Resource group | Select **load-balancer-rg**. |
122122
| **Instance details** | |
123-
| Name | Enter **gateway-load-balancer** |
124-
| Region | Select **(US) East US**. |
125-
| Type | Select **Internal**. |
123+
| Name | Enter **gateway-load-balancer** |
124+
| Region | Select **(US) East US**. |
126125
| SKU | Select **Gateway**. |
126+
| Type | Select **Internal**. |
127127

128128
:::image type="content" source="./media/tutorial-gateway-portal/create-load-balancer.png" alt-text="Screenshot of create standard load balancer basics tab." border="true":::
129129

@@ -132,50 +132,49 @@ In this section, you create the configuration and deploy the gateway load balanc
132132
1. In **Frontend IP configuration**, select **+ Add a frontend IP**.
133133
1. In **Add frontend IP configuration**, enter or select the following information:
134134

135-
| Setting | Value |
135+
| **Setting** | **Value** |
136136
| ------- | ----- |
137137
| Name | Enter **lb-frontend-IP**. |
138138
| Virtual network | Select **lb-vnet**. |
139139
| Subnet | Select **backend-subnet**. |
140140
| Assignment | Select **Dynamic** |
141141

142-
1. Select **Add**.
142+
1. Select **Save**.
143143

144144
1. Select **Next: Backend pools** at the bottom of the page.
145145

146146
1. In the **Backend pools** tab, select **+ Add a backend pool**.
147147

148148
5. In **Add backend pool**, enter or select the following information.
149149

150-
| Setting | Value |
150+
| **Setting** | **Value** |
151151
| ------- | ----- |
152152
| Name | Enter **lb-backend-pool**. |
153153
| Backend Pool Configuration | Select **NIC**. |
154-
| IP Version | Select **IPv4**. |
155154
| **Gateway load balancer configuration** | |
156155
| Type | Select **Internal and External**. |
157156
| Internal port | Leave the default of **10800**. |
158157
| Internal identifier | Leave the default of **800**. |
159158
| External port | Leave the default of **10801**. |
160159
| External identifier | Leave the default of **801**. |
161160

162-
6. Select **Add**.
161+
6. Select **Save**.
163162

164163
7. Select the **Next: Inbound rules** button at the bottom of the page.
165164

166165
8. In **Load balancing rule** in the **Inbound rules** tab, select **+ Add a load balancing rule**.
167166

168167
9. In **Add load balancing rule**, enter or select the following information:
169168

170-
| Setting | Value |
169+
| **Setting** | **Value** |
171170
| ------- | ----- |
172171
| Name | Enter **lb-rule** |
173172
| IP Version | Select **IPv4** or **IPv6** depending on your requirements. |
174173
| Frontend IP address | Select **lb-frontend-IP**. |
175174
| Backend pool | Select **lb-backend-pool**. |
176175
| 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**. |
177176
| Session persistence | Select **None**. |
178-
| Enable TCP reset | Leave the default of unchecked. |
177+
| Enable TCP reset | Leave default of unchecked. |
179178
| Enable floating IP | Leave default of unchecked. |
180179

181180
:::image type="content" source="./media/tutorial-gateway-portal/add-load-balancing-rule.png" alt-text="Screenshot of create load-balancing rule." border="true":::

0 commit comments

Comments
 (0)