Skip to content

Commit 3ebc1cb

Browse files
authored
Update upgrade-InternalBasic-To-PublicStandard.md
1 parent 9219f77 commit 3ebc1cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/load-balancer/upgrade-InternalBasic-To-PublicStandard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ There are four stages in a upgrade:
1616

1717
1. Migrate the configuration to Standard Public Load Balancer
1818
2. Add VMs to backend pools of Standard Public Load Balancer
19-
3. Create an outbound rule on the Load Balancer for outbound connection
2019
4. Set up NSG rules for Subnet/VMs that should be refrained from/to the Internet
2120

2221
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).
@@ -27,6 +26,7 @@ An Azure PowerShell script is available that does the following:
2726

2827
* Creates a Standard SKU Public Load Balancer in the resource group and location that you specify.
2928
* Seamlessly copies the configurations of the Basic SKU Internal Load Balancer to the newly create Standard Public Load Balancer.
29+
* Creates an outbound rule which enables egress connectivity.
3030

3131
### Caveats\Limitations
3232

@@ -37,7 +37,7 @@ An Azure PowerShell script is available that does the following:
3737

3838
## Download the script
3939

40-
Download the migration script from the [PowerShell Gallery](https://www.powershellgallery.com/packages/AzurePublicLBUpgrade/1.0).
40+
Download the migration script from the [PowerShell Gallery](https://www.powershellgallery.com/packages/AzureLBUpgrade/2.0).
4141
## Use the script
4242

4343
There are two options for you depending on your local PowerShell environment setup and preferences:

0 commit comments

Comments
 (0)