Skip to content

Commit 196f752

Browse files
Merge pull request #31841 from MicrosoftDocs/WilliamDAssafMSFT-patch-1
20240913 networking instructions in portal
2 parents 3fb5a51 + ee48942 commit 196f752

1 file changed

Lines changed: 19 additions & 10 deletions

File tree

azure-sql/database/connectivity-settings.md

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: rohitnayakmsft
66
ms.author: rohitna
77
ms.reviewer: wiassaf, mathoma, vanto
88
ms.service: azure-sql-database
9-
ms.date: 07/31/2024
9+
ms.date: 09/13/2024
1010
ms.subservice: connect
1111
ms.topic: how-to
1212
ms.custom:
@@ -25,20 +25,27 @@ This article introduces settings that control connectivity to the server for Azu
2525

2626
## Networking and connectivity
2727

28-
These settings apply to all SQL Database and dedicated SQL pool (formerly SQL DW) databases associated with the server. You can change these settings from the networking tab of your [logical server](logical-servers.md):
28+
You can change these settings in your [logical server](logical-servers.md). A logical SQL server can host both Azure SQL databases and standalone dedicated SQL pools not in an Azure Synapse Analytics workspace.
29+
30+
> [!NOTE]
31+
> These settings apply to Azure SQL databases and dedicated SQL pools (formerly SQL DW) associated with the logical server. These instructions do not apply to dedicated SQL pools in an Azure Synapse analytics workspace.
2932
3033
:::image type="content" source="media/connectivity-settings/manage-connectivity-settings.png" alt-text="Screenshot of the Firewalls and virtual networks settings in Azure portal for SQL server.":::
3134

3235
## Change public network access
3336

34-
It's possible to change the public network access via the Azure portal, Azure PowerShell, and the Azure CLI.
37+
It's possible to change the public network access for your Azure SQL Database or standalone dedicated SQL pool via the Azure portal, Azure PowerShell, and the Azure CLI.
3538

3639
> [!NOTE]
3740
> These settings take effect immediately after they're applied. Your customers might experience connection loss if they don't meet the requirements for each setting.
3841
3942
### [Portal](#tab/azure-portal)
4043

41-
To enable public network access for the logical server hosting your databases, go to the **Networking** page in the [Azure portal](https://portal.azure.com) for your [logical server in Azure](logical-servers.md), choose the **Public access** tab, and then set the **Public network access** to **Select networks**.
44+
To enable public network access for the logical server hosting your databases:
45+
46+
1. Go to the Azure portal, and go to the [logical server in Azure](logical-servers.md).
47+
1. Under **Security**, select the **Networking** page.
48+
1. Choose the **Public access** tab, and then set the **Public network access** to **Select networks**.
4249

4350
From this page, you can add a virtual network rule, as well as configure firewall rules for your public endpoint.
4451

@@ -118,7 +125,7 @@ Starting November 2024, you will no longer be able to set the minimal TLS versio
118125

119126
### Configure minimum TLS version
120127

121-
You can configure the minimum TLS version that your Azure SQL Database accepts for client connections by using the Azure portal, Azure PowerShell, or the Azure CLI.
128+
You can configure the minimum TLS version for client connections by using the Azure portal, Azure PowerShell, or the Azure CLI.
122129

123130
> [!CAUTION]
124131
> - The default for the minimal TLS version is to allow all versions. After you enforce a version of TLS, it's not possible to revert to the default.
@@ -140,7 +147,9 @@ Login failed with invalid TLS version
140147
141148
### [Portal](#tab/azure-portal)
142149

143-
In the [Azure portal](https://portal.azure.com), go to your **SQL server** resource. Under the **Security** settings, select **Networking** and then choose the **Connectivity** tab. Select the **Minimum TLS Version** desired for all databases associated with the server, and select **Save**.
150+
1. Go to the Azure portal, and go to the [logical server in Azure](logical-servers.md).
151+
1. Under **Security**, select the **Networking** page.
152+
1. Choose the **Connectivity** tab. Select the **Minimum TLS Version** desired for all databases associated with the server, and select **Save**.
144153

145154
:::image type="content" source="media/connectivity-settings/minimal-tls-version.png" alt-text="Screenshot of the Connectivity tab of the Networking settings for your logical server, minimal TLS version drop-down selected." lightbox="media/connectivity-settings/minimal-tls-version.png":::
146155

@@ -209,17 +218,17 @@ You can also query [sys.fn_get_audit_file](/sql/relational-databases/system-func
209218

210219
## Change the connection policy
211220

212-
[Connection policy](connectivity-architecture.md#connection-policy) determines how customers connect to Azure SQL Database.
213-
214-
We highly recommend the `Redirect` connection policy over the `Proxy` connection policy for the lowest latency and highest throughput.
221+
[Connection policy](connectivity-architecture.md#connection-policy) determines how customers connect. We highly recommend the `Redirect` connection policy over the `Proxy` connection policy for the lowest latency and highest throughput.
215222

216223
It's possible to change the connection policy by using the Azure portal, Azure PowerShell, and the Azure CLI.
217224

218225
### [Portal](#tab/azure-portal)
219226

220227
It's possible to change your connection policy for your logical server by using the Azure portal.
221228

222-
In the [Azure portal](https://portal.azure.com), go to your **SQL server** resource. Under the **Security** settings, select **Networking** and then choose the **Connectivity** tab. Choose the desired connection policy, and select **Save**.
229+
1. Go to the Azure portal. Go to the [logical server in Azure](logical-servers.md).
230+
1. Under **Security**, select the **Networking** page.
231+
1. Choose the **Connectivity** tab. Choose the desired connection policy, and select **Save**.
223232

224233
:::image type="content" source="media/connectivity-settings/change-connection-policy.png" alt-text="Screenshot of the Connectivity tab of the Networking page, Connection policy selected." lightbox="media/connectivity-settings/change-connection-policy.png":::
225234

0 commit comments

Comments
 (0)