Skip to content

Commit a2f00a0

Browse files
committed
removed screenshots - manager-rules
1 parent 0ec6f92 commit a2f00a0

9 files changed

+28
-46
lines changed

articles/load-balancer/manage-rules-how-to.md

Lines changed: 28 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ author: mbender-ms
55
ms.author: mbender
66
ms.service: azure-load-balancer
77
ms.topic: how-to
8-
ms.date: 02/12/2024
8+
ms.date: 12/06/2024
99
ms.custom: template-how-to, engagement-fy23
1010
---
1111

1212
# Manage rules for Azure Load Balancer using the Azure portal
1313

14-
Azure Load Balancer supports rules to configure traffic to the backend pool. In this article, you'll learn how to manage the rules for an Azure Load Balancer.
14+
Azure Load Balancer supports rules to configure traffic to the backend pool. In this article, you learn how to manage the rules for an Azure Load Balancer.
1515

1616
There are four types of rules:
1717

18-
* **Load-balancing rules** - A load balancer rule is used to define how incoming traffic is distributed to **all** the instances within the backend pool. A load-balancing rule maps a given frontend IP configuration and port to multiple backend IP addresses and ports. An example would be a rule created on port 80 to load balance web traffic.
18+
- **Load-balancing rules** - A load balancer rule is used to define how incoming traffic is distributed to **all** the instances within the backend pool. A load-balancing rule maps a given frontend IP configuration and port to multiple backend IP addresses and ports. An example would be a rule created on port 80 to load balance web traffic.
1919

20-
* **High availability ports** - A load balancer rule configured with **protocol - all** and **port - 0**. These rules enable a single rule to load-balance all TCP and UDP traffic that arrive on all ports of an internal standard load balancer. The HA ports load-balancing rules help with scenarios, such as high availability and scale for network virtual appliances (NVAs) inside virtual networks. The feature can help when a large number of ports must be load-balanced.
20+
- **High availability ports** - A load balancer rule configured with **protocol - all** and **port - 0**. These rules enable a single rule to load-balance all TCP and UDP traffic that arrive on all ports of an internal standard load balancer. The HA ports load-balancing rules help with scenarios, such as high availability and scale for network virtual appliances (NVAs) inside virtual networks. The feature can help when a large number of ports must be load-balanced.
2121

22-
* **Inbound NAT rule** - An inbound NAT rule forwards incoming traffic sent to frontend IP address and port combination. The traffic is sent to a **specific** virtual machine or instance in the backend pool. Port forwarding is done by the same hash-based distribution as load balancing.
22+
- **Inbound NAT rule** - An inbound NAT rule forwards incoming traffic sent to frontend IP address and port combination. The traffic is sent to a **specific** virtual machine or instance in the backend pool. Port forwarding is done by the same hash-based distribution as load balancing.
2323

24-
* **Outbound rule** - An outbound rule configures outbound Network Address Translation (NAT) for **all** virtual machines or instances identified by the backend pool. This rule enables instances in the backend to communicate (outbound) to the internet or other endpoints.
24+
- **Outbound rule** - An outbound rule configures outbound Network Address Translation (NAT) for **all** virtual machines or instances identified by the backend pool. This rule enables instances in the backend to communicate (outbound) to the internet or other endpoints.
2525

2626
## Prerequisites
2727

@@ -33,11 +33,11 @@ There are four types of rules:
3333

3434
## Load-balancing rules
3535

36-
In this section, you'll learn how to add and remove a load-balancing rule. A public load balancer is used in the examples.
36+
In this section, you learn how to add and remove a load-balancing rule. A public load balancer is used in the examples.
3737

3838
### Add a load-balancing rule
3939

40-
In this example, you'll create a rule to load balance port 80.
40+
In this example, you create a rule to load balance port 80.
4141

4242
1. Sign in to the [Azure portal](https://portal.azure.com).
4343

@@ -49,8 +49,6 @@ In this example, you'll create a rule to load balance port 80.
4949

5050
5. Select **+ Add** in **Load balancing rules** to add a rule.
5151

52-
:::image type="content" source="./media/manage-rules-how-to/load-balancing-rules.png" alt-text="Screenshot of the load-balancing rules page in a standard load balancer." border="true":::
53-
5452
6. Enter or select the following information in **Add load balancing rule**.
5553

5654
| Setting | Value |
@@ -61,21 +59,19 @@ In this example, you'll create a rule to load balance port 80.
6159
| Protocol | Leave the default of **TCP**. |
6260
| Port | Enter **80**. |
6361
| Backend port | Enter **80**. |
64-
| Backend pool | Select the backend pool of the load balancer. </br> In this example, it's **myBackendPool**. |
65-
| Health probe | Select **Create new**. </br> In **Name**, enter **myHealthProbe**. </br> Select **HTTP** in **Protocol**. </br> Leave the rest at the defaults or tailor to your requirements. </br> Select **OK**. |
66-
| Session persistence | Select **None** or your required persistence. </br> For more information about distribution modes, see [Azure Load Balancer distribution modes](load-balancer-distribution-mode.md). |
62+
| Backend pool | Select the backend pool of the load balancer.</br> In this example, it's **myBackendPool**. |
63+
| Health probe | Select **Create new**.</br> In **Name**, enter **myHealthProbe**.</br> Select **HTTP** in **Protocol**.</br> Leave the rest at the defaults or tailor to your requirements.</br> Select **OK**. |
64+
| Session persistence | Select **None** or your required persistence.</br> For more information about distribution modes, see [Azure Load Balancer distribution modes](load-balancer-distribution-mode.md). |
6765
| Idle timeout (minutes) | Leave the default of **4** or move the slider to your required idle timeout. |
68-
| TCP reset | Select **Enabled**. </br> For more information on TCP reset, see [Load Balancer TCP Reset and Idle Timeout](load-balancer-tcp-reset.md). |
69-
| Floating IP | Leave the default of **Disabled** or enable if your deployment requires floating IP. </br> For information on floating IP, see [Azure Load Balancer Floating IP configuration](load-balancer-floating-ip.md). |
70-
| Outbound source network address translation (SNAT) | Leave the default of **(Recommended) Use outbound rules to provide backend pool members access to the internet.** </br> For more information on outbound rules and (SNAT), see [Outbound rules Azure Load Balancer](outbound-rules.md) and [Using Source Network Address Translation (SNAT) for outbound connections](load-balancer-outbound-connections.md).|
66+
| TCP reset | Select **Enabled**.</br> For more information on TCP reset, see [Load Balancer TCP Reset and Idle Timeout](load-balancer-tcp-reset.md). |
67+
| Floating IP | Leave the default of **Disabled** or enable if your deployment requires floating IP.</br> For information on floating IP, see [Azure Load Balancer Floating IP configuration](load-balancer-floating-ip.md). |
68+
| Outbound source network address translation (SNAT) | Leave the default of **(Recommended) Use outbound rules to provide backend pool members access to the internet.**</br> For more information on outbound rules and (SNAT), see [Outbound rules Azure Load Balancer](outbound-rules.md) and [Using Source Network Address Translation (SNAT) for outbound connections](load-balancer-outbound-connections.md).|
7169

7270
7. Select **Add**.
7371

74-
:::image type="content" source="./media/manage-rules-how-to/add-load-balancing-rule.png" alt-text="Screenshot of the add load balancer rule page." border="true":::
75-
7672
### Remove a load-balancing rule
7773

78-
In this example, you'll remove a load-balancing rule.
74+
In this example, you remove a load-balancing rule.
7975

8076
1. Sign in to the [Azure portal](https://portal.azure.com).
8177

@@ -89,17 +85,15 @@ In this example, you'll remove a load-balancing rule.
8985

9086
6. Select **Delete**.
9187

92-
:::image type="content" source="./media/manage-rules-how-to/remove-load-balancing-rule.png" alt-text="Screenshot of removing a load-balancing rule." border="true":::
93-
9488
## High availability ports
9589

96-
In this section, you'll learn how to add and remove a high availability ports rule. You'll use an internal load balancer in this example.
90+
In this section, you learn how to add and remove a high availability ports rule. You use an internal load balancer in this example.
9791

9892
HA ports rules are supported on a standard internal load balancer.
9993

10094
### Add high availability ports rule
10195

102-
In this example, you'll create a high availability ports rule.
96+
In this example, you create a high availability ports rule.
10397

10498
1. Sign in to the [Azure portal](https://portal.azure.com).
10599

@@ -111,31 +105,27 @@ In this example, you'll create a high availability ports rule.
111105

112106
5. Select **+ Add** in **Load balancing rules** to add a rule.
113107

114-
:::image type="content" source="./media/manage-rules-how-to/load-balancing-rules.png" alt-text="Screenshot of the load-balancing rules page in a standard load balancer." border="true":::
115-
116108
6. Enter or select the following information in **Add load balancing rule**.
117109

118110
| Setting | Value |
119111
| ------- | ----- |
120112
| Name | Enter **myHARule**. |
121113
| IP Version | Select **IPv4** or **IPv6**. |
122-
| Frontend IP address | Select the frontend IP address of the load balancer. <br> In this example, it's **myFrontendIP**. </br> Select the box next to **HA Ports**. |
123-
| Backend pool | Select the backend pool of the load balancer. </br> In this example, it's **myBackendPool**. |
124-
| Health probe | Select **Create new**. </br> In **Name**, enter **myHealthProbe**. </br> Select **TCP** in **Protocol**. </br> Enter a TCP port in **Port**. In this example, it's port **80**. Enter a port that meets your requirements. </br> Leave the rest at the defaults or tailor to your requirements. </br> Select **OK**. |
125-
| Session persistence | Select **None** or your required persistence. </br> For more information about distribution modes, see [Azure Load Balancer distribution modes](load-balancer-distribution-mode.md). |
114+
| Frontend IP address | Select the frontend IP address of the load balancer. <br> In this example, it's **myFrontendIP**.</br> Select the box next to **HA Ports**. |
115+
| Backend pool | Select the backend pool of the load balancer.</br> In this example, it's **myBackendPool**. |
116+
| Health probe | Select **Create new**.</br> In **Name**, enter **myHealthProbe**.</br> Select **TCP** in **Protocol**.</br> Enter a TCP port in **Port**. In this example, it's port **80**. Enter a port that meets your requirements.</br> Leave the rest at the defaults or tailor to your requirements.</br> Select **OK**. |
117+
| Session persistence | Select **None** or your required persistence.</br> For more information about distribution modes, see [Azure Load Balancer distribution modes](load-balancer-distribution-mode.md). |
126118
| Idle timeout (minutes) | Leave the default of **4** or move the slider to your required idle timeout. |
127-
| TCP reset | Select **Enabled**. </br> For more information on TCP reset, see [Load Balancer TCP Reset and Idle Timeout](load-balancer-tcp-reset.md). |
128-
| Floating IP | Leave the default of **Disabled** or enable if your deployment requires floating IP. </br> For information on floating IP, see [Azure Load Balancer Floating IP configuration](load-balancer-floating-ip.md). |
119+
| TCP reset | Select **Enabled**.</br> For more information on TCP reset, see [Load Balancer TCP Reset and Idle Timeout](load-balancer-tcp-reset.md). |
120+
| Floating IP | Leave the default of **Disabled** or enable if your deployment requires floating IP.</br> For information on floating IP, see [Azure Load Balancer Floating IP configuration](load-balancer-floating-ip.md). |
129121

130122
For more information on HA ports rule configuration, see **[High availability ports overview](load-balancer-ha-ports-overview.md)**.
131123

132124
7. Select **Add**.
133125

134-
:::image type="content" source="./media/manage-rules-how-to/add-ha-ports-load-balancing-rule.png" alt-text="Screenshot of the add load balancer HA ports rule page." border="true":::
135-
136126
### Remove a high availability ports rule
137127

138-
In this example, you'll remove a load-balancing rule.
128+
In this example, you remove a load-balancing rule.
139129

140130
1. Sign in to the [Azure portal](https://portal.azure.com).
141131

@@ -149,21 +139,19 @@ In this example, you'll remove a load-balancing rule.
149139

150140
6. Select **Delete**.
151141

152-
:::image type="content" source="./media/manage-rules-how-to/remove-ha-ports-load-balancing-rule.png" alt-text="Screenshot of removing a HA ports load-balancing rule." border="true":::
153-
154142
## Inbound NAT rule
155143

156144
Inbound NAT rules are used to route connections to a specific VM in the backend pool. For more information and a detailed tutorial on configuring and testing inbound NAT rules, see [Tutorial: Configure port forwarding in Azure Load Balancer using the portal](tutorial-load-balancer-port-forwarding-portal.md).
157145

158146
## Outbound rule
159147

160-
You'll learn how to add and remove an outbound rule in this section. You'll use a public load balancer in this example.
148+
You learn how to add and remove an outbound rule in this section. You use a public load balancer in this example.
161149

162150
Outbound rules are supported on standard public load balancers.
163151

164152
### Add outbound rule
165153

166-
In this example, you'll create an outbound rule.
154+
In this example, you create an outbound rule.
167155

168156
1. Sign in to the [Azure portal](https://portal.azure.com).
169157

@@ -175,8 +163,6 @@ In this example, you'll create an outbound rule.
175163

176164
5. Select **+ Add** in **Outbound rules** to add a rule.
177165

178-
:::image type="content" source="./media/manage-rules-how-to/outbound-rules.png" alt-text="Screenshot of the outbound rules page in a standard load balancer." border="true":::
179-
180166
6. Enter or select the following information in **Add outbound rule**.
181167

182168
| Setting | Value |
@@ -187,7 +173,7 @@ In this example, you'll create an outbound rule.
187173
| Protocol | Leave the default of **All**. |
188174
| Idle timeout (minutes) | Leave the default of **4** or move the slider to meet your requirements. |
189175
| TCP Reset | Leave the default of **Enabled**. |
190-
| Backend pool | Select the backend pool of the load balancer. </br> In this example, it's **myBackendPool**. |
176+
| Backend pool | Select the backend pool of the load balancer.</br> In this example, it's **myBackendPool**. |
191177
| **Port allocation** | |
192178
| Port allocation | Select **Manually choose number of outbound ports**. |
193179
| **Outbound ports** | |
@@ -196,11 +182,9 @@ In this example, you'll create an outbound rule.
196182

197183
7. Select **Add**.
198184

199-
:::image type="content" source="./media/manage-rules-how-to/add-outbound-rule.png" alt-text="Screenshot of the add outbound rule page." border="true":::
200-
201185
### Remove an outbound rule
202186

203-
In this example, you'll remove an outbound rule.
187+
In this example, you remove an outbound rule.
204188

205189
1. Sign in to the [Azure portal](https://portal.azure.com).
206190

@@ -214,8 +198,6 @@ In this example, you'll remove an outbound rule.
214198

215199
6. Select **Delete**.
216200

217-
:::image type="content" source="./media/manage-rules-how-to/remove-outbound-rule.png" alt-text="Screenshot of removing an outbound rule." border="true":::
218-
219201
## Next steps
220202

221203
In this article, you learned how to manage load-balancing rules for an Azure Load Balancer.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)