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
When using a health probe port between 49,152 and 65,536 (the [default dynamic port range for TCP/IP](/windows/client-management/troubleshoot-tcpip-port-exhaust#default-dynamic-port-range-for-tcpip)), add an exclusion for each health probe port on every VM.
32
+
When using a health probe port between 49,152 and 65,535 (the [default dynamic port range for TCP/IP](/windows/client-management/troubleshoot-tcpip-port-exhaust#default-dynamic-port-range-for-tcpip)), add an exclusion for each health probe port on every VM.
33
33
34
34
Configuring port exclusion prevents other system processes from being dynamically assigned the same port on the VM
1. While connected to the virtual machine, open [SQL Server Configuration Manager](/sql/tools/configuration-manager/sql-server-configuration-manager).
11
9
12
10
1. In SQL Server Configuration Manager, in the console pane, expand **SQL Server Network Configuration**.
13
11
14
-
1. In the console pane, click**Protocols for MSSQLSERVER** (the default instance name.) In the details pane, right-click **TCP** and click**Enable** if it is not already enabled.
12
+
1. In the console pane, select**Protocols for MSSQLSERVER** (the default instance name.) In the details pane, right-click **TCP** and select**Enable** if it is not already enabled.
1. In the console pane, click**SQL Server Services**. In the details pane, right-click **SQL Server (*instance name*)** (the default instance is **SQL Server (MSSQLSERVER)**), and then click**Restart**, to stop and restart the instance of SQL Server.
16
+
1. In the console pane, select**SQL Server Services**. In the details pane, right-click **SQL Server (*instance name*)** (the default instance is **SQL Server (MSSQLSERVER)**), and then select **Restart**, to stop and restart the instance of SQL Server.
Copy file name to clipboardExpand all lines: azure-sql/virtual-machines/scripts/create-sql-vm-powershell.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
@@ -4,7 +4,7 @@ description: This article provides an end-to-end Azure PowerShell sample script
4
4
author: bluefooted
5
5
ms.author: pamela
6
6
ms.reviewer: mathoma
7
-
ms.date: 05/29/2024
7
+
ms.date: 01/23/2026
8
8
ms.service: azure-vm-sql-server
9
9
ms.subservice: deployment
10
10
ms.topic: sample
@@ -21,7 +21,7 @@ This PowerShell script example creates a Windows SQL Server virtual machine (VM)
21
21
22
22
If you choose to install and use PowerShell locally, this tutorial requires Azure PowerShell 1.4.0 or later. If you need to upgrade, see [Install Azure PowerShell module](/powershell/azure/install-az-ps). If you're running PowerShell locally, you also need to run `Connect-AzAccount` to create a connection with Azure.
Copy file name to clipboardExpand all lines: azure-sql/virtual-machines/windows/availability-group-manually-configure-multiple-regions.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: "This tutorial explains how to configure an Always On availability
4
4
author: AbdullahMSFT
5
5
ms.author: amamun
6
6
ms.reviewer: mathoma, randolphwest
7
-
ms.date: 09/22/2025
7
+
ms.date: 01/23/2026
8
8
ms.service: azure-vm-sql-server
9
9
ms.subservice: hadr
10
10
ms.topic: tutorial
@@ -98,7 +98,7 @@ After you create the new virtual network and subnet, you're ready to connect the
98
98
99
99
-[Connect virtual networks with virtual network peering by using the Azure portal](/azure/virtual-network/tutorial-connect-virtual-networks-portal) (recommended)
100
100
101
-
In some cases, you might have to use PowerShell to create the connection between virtual networks. For example, if you use different Azure accounts, you can't configure the connection in the portal. In this case, review [Configure a network-to-network connection by using the Azure portal](/azure/vpn-gateway/vpn-gateway-vnet-vnet-rm-ps).
101
+
In some cases, you might have to use PowerShell to create the connection between virtual networks. For example, if you use different Azure accounts, you can't configure the connection in the portal. In this case, review [Configure a network-to-network connection by using PowerShell](/azure/vpn-gateway/vpn-gateway-vnet-vnet-rm-ps).
102
102
103
103
-[Configure a site-to-site VPN gateway connection by using the Azure portal](/azure/vpn-gateway/vpn-gateway-howto-vnet-vnet-resource-manager-portal)
104
104
@@ -145,7 +145,7 @@ The following table shows the settings for the two machines:
- Include a backend pool that consists of only the virtual machines in the same region as the load balancer.
370
370
- Use a TCP port probe that's specific to the IP address.
371
371
- Have a load-balancing rule that's specific to the SQL Server instance in the same region.
372
-
- Be a standard load balancer if the virtual machines in the backend pool aren't part of either a single availability set or a virtual machine scale set. For more information, review [What is Azure Load Balancer?](/azure/load-balancer/load-balancer-overview).
372
+
- Be a standard load balancer if the virtual machines in the backend pool aren't part of either a single availability set or a virtual machine scale set. For more information, review [What is Azure Load Balancer?](/azure/load-balancer/load-balancer-overview)
373
373
- Be a standard load balancer if the two virtual networks in two different regions are peered over global virtual network peering. For more information, see [Azure Virtual Network frequently asked questions (FAQ)](/azure/virtual-network/virtual-networks-faq#what-are-the-constraints-related-to-global-vnet-peering-and-load-balancers).
374
374
375
375
The steps to [create the load balancer](availability-group-manually-configure-tutorial-single-subnet.md#configure-internal-load-balancer) are:
@@ -647,7 +647,7 @@ After SQL Server is restarted on the newly created virtual machine, you can add
647
647
:::image type="content" source="./media/availability-group-manually-configure-multiple-regions/ag-validation.png" alt-text="Screenshot of the page that displays results of availability group validation in SSMS.":::
648
648
649
649
> [!NOTE]
650
-
> If you see a warning for the listener configuration that says the availability group listener isn't configured. You can ignore this warning because the listener is already set up. It was created after you created the Azure load balancer in the local region.
650
+
> If you see a warning for the listener configuration that says the availability group listener isn't configured. You can ignore this warning because the listener is already set up. It was created after you created the Azure load balancer in the local region in the [Tutorial to manually deploy an availability group in a single subnet in a single region](availability-group-manually-configure-prerequisites-tutorial-single-subnet.md).
651
651
652
652
1. On the **Summary** page, select **Finish**, and then wait while the wizard configures the new availability group. On the **Progress** page, you can select **More details** to view the detailed progress.
0 commit comments