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: docs/includes/entra-id-tutorial.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
@@ -31,7 +31,7 @@ In this tutorial, you learn how to:
31
31
- Access to Microsoft Entra ID is available for authentication purpose. For more information, see [Microsoft Entra authentication for SQL Server](../relational-databases/security/authentication-access/azure-ad-authentication-sql-server-overview.md).
32
32
-[SQL Server Management Studio (SSMS)](../ssms/download-sql-server-management-studio-ssms.md) version 18.0 or higher is installed on the client machine.
33
33
- A supported certificate.
34
-
-[Network requirements for enabling Entra ID authentication](../sql-server/azure-arc/prerequisites.md#network-requirements-for-enabling-entra-id-authentication)
34
+
-[Network requirements for enabling Entra ID authentication](../sql-server/azure-arc/prerequisites.md#network-requirements-for-enabling-microsoft-entra-authentication)
35
35
36
36
Microsoft Entra ID supports CSP certificates. Entra ID doesn't support CNG certificates.
37
37
@@ -47,7 +47,7 @@ In this tutorial, you learn how to:
47
47
> [!WARNING]
48
48
> Connections authenticated by Microsoft Entra ID are always encrypted. If SQL Server is using a self-signed certificate, you must add `trust server cert = true` in the connection string. SQL Server and Windows authenticated connections don't require encryption, but it's strongly recommended.
49
49
>
50
-
> SQL Server connects directly to Microsoft Entra ID for authentication. Either [explicit firewall URLs](../sql-server/azure-arc/prerequisites.md#network-requirements-for-enabling-entra-id-authentication) need to be opened for direct access, or use a proxy server. Microsoft Entra ID doesn't use the Arc Connected Machine Agent proxy for authentication. If the machine requires using a proxy server, Microsoft Entra ID requires that the machine-level WinHTTP proxy is set using the following commands (replace `<http://proxyserver:port>` with the appropriate value):
50
+
> SQL Server connects directly to Microsoft Entra ID for authentication. Either [explicit firewall URLs](../sql-server/azure-arc/prerequisites.md#network-requirements-for-enabling-microsoft-entra-authentication) need to be opened for direct access, or use a proxy server. Microsoft Entra ID doesn't use the Arc Connected Machine Agent proxy for authentication. If the machine requires using a proxy server, Microsoft Entra ID requires that the machine-level WinHTTP proxy is set using the following commands (replace `<http://proxyserver:port>` with the appropriate value):
51
51
>
52
52
> ```console
53
53
> netsh winhttp set proxy proxy-server="<http://proxyserver:port>"
Copy file name to clipboardExpand all lines: docs/relational-databases/security/authentication-access/azure-ad-authentication-sql-server-automation-setup-tutorial.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ We'll also go over the updated functionality to set up a Microsoft Entra admin f
38
38
- SQL Server is connected to Azure cloud. For more information, see [Connect your SQL Server to Azure Arc](../../../sql-server/azure-arc/connect.md).
39
39
- Microsoft Entra ID is configured for authentication in the same tenant as the Azure Arc instance.
40
40
- An [Azure Key Vault](/azure/key-vault/general/quick-create-portal) is required.
41
-
-[Network requirements for enabling Entra ID authentication](../../../sql-server/azure-arc/prerequisites.md#network-requirements-for-enabling-entra-id-authentication) are met.
41
+
-[Network requirements for enabling Entra ID authentication](../../../sql-server/azure-arc/prerequisites.md#network-requirements-for-enabling-microsoft-entra-authentication) are met.
Copy file name to clipboardExpand all lines: docs/sql-server/azure-arc/includes/entra-id-authentication-prerequisites.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,12 @@ ms.date: 03/24/2025
5
5
ms.topic: include
6
6
---
7
7
8
-
Enabling Entra ID authentication for [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] enabled by Azure Arc requires some URLs to be allowed explicitly if a firewall blocks outbound URLs. Add the following URLs to the allowlist:
8
+
Enabling Microsoft Entra authentication for [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] enabled by Azure Arc requires some URLs to be allowed explicitly if a firewall blocks outbound URLs. Add the following URLs to the allowlist:
9
9
10
10
-`https://login.microsoftonline.com/`
11
-
-`https://<azure-keyvault-name>.vault.azure.net/`
11
+
-`https://login.microsoft.com/`
12
+
-`https://enterpriseregistration.windows.net/`
12
13
-`https://graph.microsoft.com/`
14
+
-`https://<azure-keyvault-name>.vault.azure.net/` (Required only if you're using certificates for Microsoft Entra authentication)
15
+
16
+
Additionally, you might need to allow [Azure portal authentication URLs](/azure/azure-portal/azure-portal-safelist-urls#azure-portal-authentication).
Copy file name to clipboardExpand all lines: docs/sql-server/azure-arc/prerequisites.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Describes prerequisites required for SQL Server enabled by Azure Ar
4
4
author: anosov1960
5
5
ms.author: sashan
6
6
ms.reviewer: mikeray, randolphwest
7
-
ms.date: 03/25/2025
7
+
ms.date: 10/21/2025
8
8
ms.topic: conceptual
9
9
ms.custom: references_regions
10
10
---
@@ -15,7 +15,7 @@ ms.custom: references_regions
15
15
16
16
An Azure Arc-enabled instance of [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] is an instance on-premises or in a cloud provider that is connected to Azure Arc. This article explains those prerequisites.
17
17
18
-
If your SQL Server VMs are on VMware clusters, review [Support on VMware](#support-on-vmware).
18
+
If your SQL Server virtual machines are on VMware clusters, review [Support on VMware](#support-on-vmware).
19
19
20
20
## Before you deploy
21
21
@@ -70,7 +70,7 @@ Only databases that are online and updateable are included.
70
70
71
71
Verify the state of any databases you plan to manage from Azure.
72
72
73
-
This query lists all databases, their status, and if they are updateable:
73
+
This query lists all databases, their status, and if they're updateable:
74
74
75
75
```sql
76
76
SELECT
@@ -98,9 +98,9 @@ For more information about this requirement, review [SQL Server service account]
98
98
### Set proxy exclusions
99
99
100
100
> [!NOTE]
101
-
> The exclusion in this section is required for the March, 2024 release and before.
101
+
> The exclusion in this section is required for the March 2024 release and before.
102
102
>
103
-
> Beginning with the release in April, 2024 this exclusion is not required.
103
+
> Beginning with the release in April 2024, this exclusion isn't required.
104
104
105
105
If a proxy server is used, set the `NO_PROXY` environment variable to exclude proxy traffic for:
106
106
@@ -121,7 +121,7 @@ If a proxy server is used, set the `NO_PROXY` environment variable to exclude pr
121
121
> [!NOTE]
122
122
> You can't use Azure Private Link connections to the Azure Arc data processing service. See [Unsupported configurations](#unsupported-configurations).
123
123
124
-
### Network requirements for enabling Entra ID authentication
124
+
### Network requirements for enabling Microsoft Entra authentication
0 commit comments