Skip to content

Commit 4eb3e68

Browse files
authored
Merge pull request #145517 from MicrosoftDocs/master
2/03 PM Publish
2 parents 92fb086 + 33c1cf0 commit 4eb3e68

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

azure-sql/virtual-machines/windows/availability-group-manually-configure-multiple-regions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ To create a replica in a remote data center, do the following steps:
8484
- Use a TCP port probe specific to the IP address.
8585
- Have a load balancing rule specific to the SQL Server in the same region.
8686
- Be a Standard Load Balancer if the virtual machines in the backend pool are not part of either a single availability set or virtual machine scale set. For additional information review [Azure Load Balancer Standard overview](../../../load-balancer/load-balancer-overview.md).
87+
- Be a Standard Load Balancer if the two virtual networks in two different regions are peered over global VNet peering. For more information, see [Azure Virtual Network frequently asked questions (FAQ)](../../../virtual-network/virtual-networks-faq.md#what-are-the-constraints-related-to-global-vnet-peering-and-load-balancers).
8788

8889
1. [Add Failover Clustering feature to the new SQL Server](availability-group-manually-configure-prerequisites-tutorial.md#add-failover-clustering-features-to-both-sql-server-vms).
8990

@@ -201,4 +202,4 @@ For more information, see the following topics:
201202
* [Always On Availability Groups](/sql/database-engine/availability-groups/windows/always-on-availability-groups-sql-server)
202203
* [Azure Virtual Machines](../../../virtual-machines/windows/index.yml)
203204
* [Azure Load Balancers](availability-group-manually-configure-tutorial.md#configure-internal-load-balancer)
204-
* [Azure Availability Sets](../../../virtual-machines/manage-availability.md)
205+
* [Azure Availability Sets](../../../virtual-machines/manage-availability.md)

azure-sql/virtual-machines/windows/failover-cluster-instance-azure-shared-disks-manually-configure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To learn more, see an overview of [FCI with SQL Server on Azure VMs](failover-cl
2929
Before you complete the instructions in this article, you should already have:
3030

3131
- An Azure subscription. Get started for [free](https://azure.microsoft.com/free/).
32-
- [Two or more Windows Azure virtual machines](failover-cluster-instance-prepare-vm.md). [Availability sets](../../../virtual-machines/windows/tutorial-availability-sets.md) and [proximity placement groups](../../../virtual-machines/co-location.md#proximity-placement-groups) (PPGs) supported for Premium SSD and [availability zones](../../../virtual-machines/windows/create-portal-availability-zone.md#confirm-zone-for-managed-disk-and-ip-address) are supported for Ultra Disks. If you use a PPG, all nodes must exist in the same group.
32+
- [Two or more Windows Azure virtual machines](failover-cluster-instance-prepare-vm.md). [Availability sets](../../../virtual-machines/windows/tutorial-availability-sets.md) and [proximity placement groups](../../../virtual-machines/co-location.md#proximity-placement-groups) (PPGs) supported for Premium SSD and [availability zones](../../../virtual-machines/windows/create-portal-availability-zone.md#confirm-zone-for-managed-disk-and-ip-address) are supported for Ultra Disks. All nodes must exist in the same [proximity placement group](../../../virtual-machines/co-location.md#proximity-placement-groups).
3333
- An account that has permissions to create objects on both Azure virtual machines and in Active Directory.
3434
- The latest version of [PowerShell](/powershell/azure/install-az-ps).
3535

@@ -218,4 +218,4 @@ To learn more, see an overview of [FCI with SQL Server on Azure VMs](failover-cl
218218

219219
For more information, see:
220220
- [Windows cluster technologies](/windows-server/failover-clustering/failover-clustering-overview)
221-
- [SQL Server failover cluster instances](/sql/sql-server/failover-clusters/windows/always-on-failover-cluster-instances-sql-server)
221+
- [SQL Server failover cluster instances](/sql/sql-server/failover-clusters/windows/always-on-failover-cluster-instances-sql-server)

0 commit comments

Comments
 (0)