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
Copy file name to clipboardExpand all lines: azure-sql/database/connectivity-settings.md
+19-10Lines changed: 19 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: rohitnayakmsft
6
6
ms.author: rohitna
7
7
ms.reviewer: wiassaf, mathoma, vanto
8
8
ms.service: azure-sql-database
9
-
ms.date: 07/31/2024
9
+
ms.date: 09/13/2024
10
10
ms.subservice: connect
11
11
ms.topic: how-to
12
12
ms.custom:
@@ -25,20 +25,27 @@ This article introduces settings that control connectivity to the server for Azu
25
25
26
26
## Networking and connectivity
27
27
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.
29
32
30
33
:::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.":::
31
34
32
35
## Change public network access
33
36
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.
35
38
36
39
> [!NOTE]
37
40
> 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.
38
41
39
42
### [Portal](#tab/azure-portal)
40
43
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**.
42
49
43
50
From this page, you can add a virtual network rule, as well as configure firewall rules for your public endpoint.
44
51
@@ -118,7 +125,7 @@ Starting November 2024, you will no longer be able to set the minimal TLS versio
118
125
119
126
### Configure minimum TLS version
120
127
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.
122
129
123
130
> [!CAUTION]
124
131
> - 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
140
147
141
148
### [Portal](#tab/azure-portal)
142
149
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**.
144
153
145
154
:::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":::
146
155
@@ -209,17 +218,17 @@ You can also query [sys.fn_get_audit_file](/sql/relational-databases/system-func
209
218
210
219
## Change the connection policy
211
220
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.
215
222
216
223
It's possible to change the connection policy by using the Azure portal, Azure PowerShell, and the Azure CLI.
217
224
218
225
### [Portal](#tab/azure-portal)
219
226
220
227
It's possible to change your connection policy for your logical server by using the Azure portal.
221
228
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**.
223
232
224
233
:::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":::
0 commit comments