Skip to content

Commit 93b8b11

Browse files
authored
Merge pull request #91195 from MashaMSFT/20191009_fcipfs
added sql pfs doc (1606839)
2 parents 18ff8ce + a7acde2 commit 93b8b11

File tree

11 files changed

+483
-5
lines changed

11 files changed

+483
-5
lines changed

articles/virtual-machines/windows/sql/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,10 @@
100100
href: virtual-machines-windows-portal-sql-ps-alwayson-int-listener.md
101101
- name: Failover Cluster Instance
102102
items:
103-
- name: Configure
103+
- name: With Storage Spaces Direct
104104
href: virtual-machines-windows-portal-sql-create-failover-cluster.md
105+
- name: With premium file storage
106+
href: virtual-machines-windows-portal-sql-create-failover-cluster-premium-file-storage.md
105107
- name: Reference
106108
items:
107109
- name: Azure PowerShell
Loading
Loading
Loading
Loading
Loading
Loading

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

Lines changed: 474 additions & 0 deletions
Large diffs are not rendered by default.

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)