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
[Azure Standard Load Balancer](load-balancer-overview.md) offers a rich set of functionality and high availability through zone redundancy. To learn more about Load Balancer SKU, see [comparison table](https://docs.microsoft.com/azure/load-balancer/concepts-limitations#skus). Since Standard Internal Load Balancer does not provide outbound connection, we provide a solution to create a Standard Public Load Balancer instead.
14
14
15
-
There are three stages in a upgrade:
15
+
There are four stages in a upgrade:
16
16
17
17
1. Migrate the configuration to Standard Public Load Balancer
18
18
2. Add VMs to backend pools of Standard Public Load Balancer
19
-
3. Set up NSG rules for Subnet/VMs that should be refrained from/to the Internet
19
+
3. Create an outbound rule on the Load Balancer for outbound connection
20
+
4. Set up NSG rules for Subnet/VMs that should be refrained from/to the Internet
20
21
21
22
This article covers configuration migration. Adding VMs to backend pools may vary depending on your specific environment. However, some high-level, general recommendations [are provided](#add-vms-to-backend-pools-of-standard-load-balancer).
### Add VMs to backend pools of Standard Load Balancer
@@ -105,6 +106,12 @@ Here are a few scenarios of how you add VMs to backend pools of the newly create
105
106
***Creating new VMs to add to the backend pools of the newly created Standard Public Load Balancer**.
106
107
* More instructions on how to create VM and associate it with Standard Load Balancer can be found [here](https://docs.microsoft.com/azure/load-balancer/quickstart-load-balancer-standard-public-portal#create-virtual-machines).
107
108
109
+
### Create an outbound rule for outbound connection
110
+
111
+
Follow the [instructions](https://docs.microsoft.com/azure/load-balancer/configure-load-balancer-outbound-portal#create-outbound-rule-configuration) to create an outbound rule so you can
112
+
* Define outbound NAT from scratch.
113
+
* Scale and tune the behavior of existing outbound NAT.
114
+
108
115
### Create NSG rules for VMs which to refrain communication from or to the Internet
109
116
If you would like to refrain Internet traffic from reaching to your VMs, you can create an [NSG rule](https://docs.microsoft.com/azure/virtual-network/manage-network-security-group) on the Network Interface of the VMs.
Copy file name to clipboardExpand all lines: articles/load-balancer/upgrade-basic-standard.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,11 @@ ms.author: irenehua
12
12
# Upgrade Azure Public Load Balancer
13
13
[Azure Standard Load Balancer](load-balancer-overview.md) offers a rich set of functionality and high availability through zone redundancy. To learn more about Load Balancer SKU, see [comparison table](https://docs.microsoft.com/azure/load-balancer/concepts-limitations#skus).
14
14
15
-
There are two stages in a upgrade:
15
+
There are three stages in a upgrade:
16
16
17
17
1. Migrate the configuration
18
18
2. Add VMs to backend pools of Standard Load Balancer
19
+
3. Create an outbound rule on the load balancer for outbound connection
19
20
20
21
This article covers configuration migration. Adding VMs to backend pools may vary depending on your specific environment. However, some high-level, general recommendations [are provided](#add-vms-to-backend-pools-of-standard-load-balancer).
### Add VMs to backend pools of Standard Load Balancer
@@ -104,6 +105,12 @@ Here are a few scenarios of how you add VMs to backend pools of the newly create
104
105
***Creating new VMs to add to the backend pools of the newly created Standard Public Load Balancer**.
105
106
* More instructions on how to create VM and associate it with Standard Load Balancer can be found [here](https://docs.microsoft.com/azure/load-balancer/quickstart-load-balancer-standard-public-portal#create-virtual-machines).
106
107
108
+
### Create an outbound rule for outbound connection
109
+
110
+
Follow the [instructions](https://docs.microsoft.com/azure/load-balancer/configure-load-balancer-outbound-portal#create-outbound-rule-configuration) to create an outbound rule so you can
111
+
* Define outbound NAT from scratch.
112
+
* Scale and tune the behavior of existing outbound NAT.
113
+
107
114
## Common questions
108
115
109
116
### Are there any limitations with the Azure PowerShell script to migrate the configuration from v1 to v2?
0 commit comments