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
@@ -84,7 +84,7 @@ To find more templates that are related to Azure Load Balancer, see [Azure Quick
84
84
85
85
1. Enter the values.
86
86
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**.
88
88
89
89
The resource group name is the project name with **`rg`** appended. You need the resource group name in the next section.
Copy file name to clipboardExpand all lines: articles/load-balancer/tutorial-gateway-outbound-connectivity.md
+5-4Lines changed: 5 additions & 4 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.author: mbender
7
7
ms.service: azure-load-balancer
8
8
ms.topic: tutorial
9
-
ms.date: 10/24/2023
9
+
ms.date: 11/26/2024
10
10
ms.custom: template-tutorial
11
11
---
12
12
@@ -36,15 +36,16 @@ In this section, you chain an existing virtual machine’s public IP to a gatewa
36
36
37
37
1. Navigate to your existing virtual machine. This example uses a virtual machine named **myVM1**.
38
38
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**.
40
41
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**.
42
43
1. Select the network interface attached to the virtual machine. This example uses **myvm1185_z1**.
43
44
44
45
:::image type="content" source="media/tutorial-gateway-outbound-connectivity/select-network-interface.png" alt-text="Screenshot of network interface attached to virtual machine.":::
45
46
46
47
1. In **Network interface**, select **IP configurations** under **Settings**.
6.Under**IP settings**, select **myFrontend**from the **Gateway Load balancer** dropdown menu.
48
49
49
50
:::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.":::
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.
41
41
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.
43
43
44
44
1. Select **+ Create**.
45
45
46
46
1. In the **Basics** tab of **Create network security group**, enter, or select the following information:
47
47
48
-
| Setting | Value |
48
+
|**Setting**|**Value**|
49
49
| ------- | ----- |
50
50
|**Project details**||
51
51
| Subscription | Select your subscription. |
@@ -62,13 +62,13 @@ Use the following example to create a network security group. You configure the
62
62
63
63
1. Select **lb-nsg-R*.
64
64
65
-
1. Select **Inbound security rules**in**Settings** in **lb-nsg-R*.
1. In **Add inbound security rule**, enter or select the following information.
70
70
71
-
| Setting | Value |
71
+
|**Setting**|**Value**|
72
72
| ------- | ----- |
73
73
| Source | Leave the default of **Any**. |
74
74
| Source port ranges | Leave the default of **'*'**. |
@@ -88,7 +88,7 @@ Use the following example to create a network security group. You configure the
88
88
89
89
1. In **Add outbound security rule**, enter or select the following information.
90
90
91
-
| Setting | Value |
91
+
|**Setting**|**Value**|
92
92
| ------- | ----- |
93
93
| Source | Leave the default of **Any**. |
94
94
| Source port ranges | Leave the default of **'*'**. |
@@ -110,20 +110,20 @@ In this section, you create the configuration and deploy the gateway load balanc
110
110
111
111
1. In the search box at the top of the portal, enter **Load balancer**. Select **Load balancers** in the search results.
112
112
113
-
1. In the **Load balancer** page, select **Create**.
113
+
1. In the **Load Balancer** page, select **Create**.
114
114
115
115
1. In the **Basics** tab of the **Create load balancer** page, enter, or select the following information:
116
116
117
-
| Setting|Value|
118
-
| --- | --- |
117
+
|**Setting**|**Value**|
118
+
| --- | --- |
119
119
|**Project details**||
120
-
| Subscription | Select your subscription. |
120
+
| Subscription | Select your subscription. |
121
121
| Resource group | Select **load-balancer-rg**. |
122
122
|**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**. |
126
125
| SKU | Select **Gateway**. |
126
+
| Type | Select **Internal**. |
127
127
128
128
:::image type="content" source="./media/tutorial-gateway-portal/create-load-balancer.png" alt-text="Screenshot of create standard load balancer basics tab." border="true":::
129
129
@@ -132,50 +132,49 @@ In this section, you create the configuration and deploy the gateway load balanc
132
132
1. In **Frontend IP configuration**, select **+ Add a frontend IP**.
133
133
1. In **Add frontend IP configuration**, enter or select the following information:
134
134
135
-
| Setting | Value |
135
+
|**Setting**|**Value**|
136
136
| ------- | ----- |
137
137
| Name | Enter **lb-frontend-IP**. |
138
138
| Virtual network | Select **lb-vnet**. |
139
139
| Subnet | Select **backend-subnet**. |
140
140
| Assignment | Select **Dynamic**|
141
141
142
-
1. Select **Add**.
142
+
1. Select **Save**.
143
143
144
144
1. Select **Next: Backend pools** at the bottom of the page.
145
145
146
146
1. In the **Backend pools** tab, select **+ Add a backend pool**.
147
147
148
148
5. In **Add backend pool**, enter or select the following information.
149
149
150
-
| Setting | Value |
150
+
|**Setting**|**Value**|
151
151
| ------- | ----- |
152
152
| Name | Enter **lb-backend-pool**. |
153
153
| Backend Pool Configuration | Select **NIC**. |
154
-
| IP Version | Select **IPv4**. |
155
154
|**Gateway load balancer configuration**||
156
155
| Type | Select **Internal and External**. |
157
156
| Internal port | Leave the default of **10800**. |
158
157
| Internal identifier | Leave the default of **800**. |
159
158
| External port | Leave the default of **10801**. |
160
159
| External identifier | Leave the default of **801**. |
161
160
162
-
6. Select **Add**.
161
+
6. Select **Save**.
163
162
164
163
7. Select the **Next: Inbound rules** button at the bottom of the page.
165
164
166
165
8. In **Load balancing rule** in the **Inbound rules** tab, select **+ Add a load balancing rule**.
167
166
168
167
9. In **Add load balancing rule**, enter or select the following information:
169
168
170
-
| Setting | Value |
169
+
|**Setting**|**Value**|
171
170
| ------- | ----- |
172
171
| Name | Enter **lb-rule**|
173
172
| IP Version | Select **IPv4** or **IPv6** depending on your requirements. |
174
173
| Frontend IP address | Select **lb-frontend-IP**. |
175
174
| Backend pool | Select **lb-backend-pool**. |
176
175
| 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**. |
177
176
| Session persistence | Select **None**. |
178
-
| Enable TCP reset | Leave the default of unchecked. |
177
+
| Enable TCP reset | Leave default of unchecked. |
179
178
| Enable floating IP | Leave default of unchecked. |
180
179
181
180
:::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