Skip to content

Commit 4b9f1eb

Browse files
committed
Adding references to setting up without arc
1 parent 58e28b0 commit 4b9f1eb

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

docs/relational-databases/security/authentication-access/azure-ad-authentication-sql-server-overview.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about Microsoft Entra authentication support for SQL Server
44
author: PratimDasgupta
55
ms.author: prdasgu
66
ms.reviewer: vanto, randolphwest
7-
ms.date: 02/21/2024
7+
ms.date: 11/04/2025
88
ms.service: sql
99
ms.subservice: security
1010
ms.topic: concept-article
@@ -47,13 +47,19 @@ If your Windows Server Active Directory is [federated](/entra/identity/hybrid/co
4747

4848
## <a id="connect-sql-server-to-azure-with-azure-ad"></a> Connect SQL Server to Azure with Microsoft Entra ID
4949

50-
For SQL Server to communicate with Azure, both SQL Server and the Windows or Linux host it runs on must be registered with [Azure Arc](../../../sql-server/azure-arc/overview.md). To enable SQL Server's communication with Azure, you need to install the [Azure Arc Agent](/azure/azure-arc/servers/overview) and [Azure extension for SQL Server](../../../sql-server/azure-arc/overview.md).
50+
### Setting up Microsoft Entra authentication with Azure Arc
51+
52+
For SQL Server to communicate with Azure, both SQL Server and the Windows or Linux host it runs on can be registered with [Azure Arc](../../../sql-server/azure-arc/overview.md). To enable SQL Server's communication with Azure, you need to install the [Azure Arc Agent](/azure/azure-arc/servers/overview) and [Azure extension for SQL Server](../../../sql-server/azure-arc/overview.md).
5153

5254
To get started, see [Connect your SQL Server to Azure Arc](../../../sql-server/azure-arc/connect.md).
5355

54-
> [!Note]
56+
> [!NOTE]
5557
> If you are running SQL Server on an Azure VM, you don't need to register the VM with Azure Arc, you must instead register the VM with the [SQL IaaS Agent extension](/azure/azure-sql/virtual-machines/windows/sql-agent-extension-manually-register-single-vm). Once the VM is registered, see [Enable Azure AD authentication for SQL Server on Azure VMs](/azure/azure-sql/virtual-machines/windows/configure-azure-ad-authentication-for-sql-vm) for more details.
5658
59+
### Setting up Microsoft Entra authentication without Azure Arc
60+
61+
You can also set up Microsoft Entra authentication for SQL Server on Windows without using Azure Arc. This approach involves manually configuring certificates, registry settings, and Microsoft Entra ID application registrations. For detailed instructions, see [Tutorial: Enable Microsoft Entra authentication for SQL Server on Windows without Azure Arc](microsoft-entra-authentication-sql-server-enable-without-arc.md).
62+
5763
## <a id="azure-active-directory-default"></a> Default authentication
5864

5965
The default authentication option with Microsoft Entra ID that enables authentication through password-less and non-interactive mechanisms including managed identities, Visual Studio, Visual Studio Code, the Azure CLI, and more.
@@ -109,5 +115,6 @@ Some non-GUI clients such as [Invoke-sqlcmd](/powershell/module/sqlserver/invoke
109115
- [Linked server for SQL Server with Microsoft Entra authentication](azure-ad-authentication-sql-server-linked-server.md)
110116
- [Tutorial: Using automation to set up the Microsoft Entra admin for SQL Server](azure-ad-authentication-sql-server-automation-setup-tutorial.md)
111117
- [Tutorial: Set up Microsoft Entra authentication for SQL Server](azure-ad-authentication-sql-server-setup-tutorial.md)
118+
- [Tutorial: Enable Microsoft Entra authentication for SQL Server on Windows without Azure Arc](microsoft-entra-authentication-sql-server-enable-without-arc.md)
112119
- [Rotate certificates](../../../sql-server/azure-arc/rotate-certificates.md)
113120
- [Connect your SQL Server to Azure Arc](../../../sql-server/azure-arc/connect.md)

0 commit comments

Comments
 (0)