Skip to content

Commit dacf112

Browse files
authored
Update availability-group-load-balancer-portal-configure.md
Added information on which SKU type to select.
1 parent d455fbb commit dacf112

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

azure-sql/virtual-machines/windows/availability-group-load-balancer-portal-configure.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ First, create the load balancer.
6969
| **Name** |A text name representing the load balancer. For example, **sqlLB**. |
7070
| **Type** |**Internal**: Most implementations use an internal load balancer, which allows applications within the same virtual network to connect to the availability group. </br> **External**: Allows applications to connect to the availability group through a public Internet connection. |
7171
| **Virtual network** |Select the virtual network that the SQL Server instances are in. |
72+
| **SKU** |**Standard**: Required if your SQL instances are in a different Avalibility set to the loadbalancer. </br> **Basic**: Default option. |
7273
| **Subnet** |Select the subnet that the SQL Server instances are in. |
7374
| **IP address assignment** |**Static** |
7475
| **Private IP address** |Specify an available IP address from the subnet. Use this IP address when you create a listener on the cluster. In a PowerShell script, later in this article, use this address for the `$ILBIP` variable. |

0 commit comments

Comments
 (0)