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
- Add closing `**` to item (currently renders with `**` at the beginning)
- Update `\` character to `/`, it's linked to inside this page as `/` as well.
Copy file name to clipboardExpand all lines: articles/load-balancer/upgrade-basic-standard.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,15 +26,15 @@ An Azure PowerShell script is available that does the following:
26
26
* Seamlessly copies the configurations of the Basic SKU Load Balancer to the newly create Standard Load Balancer.
27
27
* Creates a default outbound rule which enables outbound connectivity.
28
28
29
-
### Caveats\Limitations
29
+
### Caveats/Limitations
30
30
31
31
* Script only supports Public Load Balancer upgrade. For Internal Basic Load Balancer upgrade, refer to [this page](./upgrade-basicinternal-standard.md) for instructions.
32
32
* The allocation method of the Public IP Address has to be changed to "static" before running the script.
33
33
* If your Load Balancer does not have any frontend IP configuration or backend pool, you are likely to hit an error running the script. Please make sure they are not empty.
34
34
35
35
### Change Allocation method of the Public IP Address to Static
36
36
37
-
***Here are our recommended steps:
37
+
***Here are our recommended steps:**
38
38
39
39
1. To do the tasks in this quickstart, sign in to the [Azure portal](https://portal.azure.com).
0 commit comments