Skip to content

Commit 50b23d3

Browse files
committed
update gw lb article
1 parent cbb9170 commit 50b23d3

File tree

3 files changed

+24
-25
lines changed

3 files changed

+24
-25
lines changed

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-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)