Skip to content

Commit a7acde2

Browse files
committed
fixed load balancer image
1 parent c338abc commit a7acde2

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed
Loading

articles/virtual-machines/windows/sql/virtual-machines-windows-portal-sql-create-failover-cluster-premium-file-storage.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -339,18 +339,21 @@ To create the load balancer:
339339

340340
1. Configure the load balancer with:
341341

342+
- **Subscription**: Your Azure subscription.
343+
- **Resource Group**: Use the same resource group as your virtual machines.
342344
- **Name**: A name that identifies the load balancer.
345+
- **Region**: Use the same Azure location as your virtual machines.
343346
- **Type**: The load balancer can be either public or private. A private load balancer can be accessed from within the same VNET. Most Azure applications can use a private load balancer. If your application needs access to SQL Server directly over the Internet, use a public load balancer.
347+
- **SKU**: The SKU for the your load balancer should be standard.
344348
- **Virtual Network**: The same network as the virtual machines.
345-
- **Subnet**: The same subnet as the virtual machines.
349+
- **IP address assignment**: The IP address assignment should be static.
346350
- **Private IP address**: The same IP address that you assigned to the SQL Server FCI cluster network resource.
347-
- **subscription**: Your Azure subscription.
348-
- **Resource Group**: Use the same resource group as your virtual machines.
349-
- **Location**: Use the same Azure location as your virtual machines.
350351
See the following picture:
351352

352353
![CreateLoadBalancer](./media/virtual-machines-windows-portal-sql-create-failover-cluster/30-load-balancer-create.png)
353354

355+
![CreateLoadBalancer](./media/virtual-machines-windows-portal-sql-create-failover-cluster/30-load-balancer-create.png)
356+
354357
### Configure the load balancer backend pool
355358

356359
1. Return to the Azure Resource Group with the virtual machines and locate the new load balancer. You may have to refresh the view on the Resource Group. Click the load balancer.

articles/virtual-machines/windows/sql/virtual-machines-windows-portal-sql-create-failover-cluster.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -372,14 +372,15 @@ To create the load balancer:
372372

373373
1. Configure the load balancer with:
374374

375+
- **Subscription**: Your Azure subscription.
376+
- **Resource Group**: Use the same resource group as your virtual machines.
375377
- **Name**: A name that identifies the load balancer.
378+
- **Region**: Use the same Azure location as your virtual machines.
376379
- **Type**: The load balancer can be either public or private. A private load balancer can be accessed from within the same VNET. Most Azure applications can use a private load balancer. If your application needs access to SQL Server directly over the Internet, use a public load balancer.
380+
- **SKU**: The SKU for the your load balancer should be standard.
377381
- **Virtual Network**: The same network as the virtual machines.
378-
- **Subnet**: The same subnet as the virtual machines.
382+
- **IP address assignment**: The IP address assignment should be static.
379383
- **Private IP address**: The same IP address that you assigned to the SQL Server FCI cluster network resource.
380-
- **subscription**: Your Azure subscription.
381-
- **Resource Group**: Use the same resource group as your virtual machines.
382-
- **Location**: Use the same Azure location as your virtual machines.
383384
See the following picture:
384385

385386
![CreateLoadBalancer](./media/virtual-machines-windows-portal-sql-create-failover-cluster/30-load-balancer-create.png)

0 commit comments

Comments
 (0)