Skip to content

Commit 09cc8f5

Browse files
authored
Merge pull request #114016 from irenehua/patch-21
Update upgrade-basicInternal-standard.md
2 parents 2546c64 + 9cb176b commit 09cc8f5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

articles/load-balancer/upgrade-basicInternal-standard.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,17 @@ An Azure PowerShell script is available that does the following:
2929
* If the Standard load balancer is created in a different region, you won’t be able to associate the VMs existing in the old region to the newly created Standard Load Balancer. To work around this limitation, make sure to create a new VM in the new region.
3030
* If your Load Balancer does not have any frontend IP configuration or backend pool, you are likely to hit an error running the script. Make sure they are not empty.
3131

32+
## Change IP allocation method to Static for frontend IP Configuration (Ignore this step if it's already static)
33+
34+
1. Select **All services** in the left-hand menu, select **All resources**, and then select your Basic Load Balancer from the resources list.
35+
36+
2. Under **Settings**, select **Frontend IP Configuration**, and select the first frontend IP configuration.
37+
38+
3. For **Assignment**, select **Static**
39+
40+
4. Repeat the step 3 for all of the frontend IP configurations of the Basic Load Balancer.
41+
42+
3243
## Download the script
3344

3445
Download the migration script from the [PowerShell Gallery](https://www.powershellgallery.com/packages/AzureILBUpgrade/2.0).

0 commit comments

Comments
 (0)