Skip to content

Commit a2ce02c

Browse files
Merge pull request #33491 from MikeRayMSFT/250313-arc-cng-limitation
Add supported types of certificates.
2 parents 99b1d3b + eda0ca6 commit a2ce02c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/includes/entra-id-tutorial.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,14 @@ In this tutorial, you learn how to:
2929
- The server and instance enabled by Azure Arc. For more information, see [Connect your SQL Server to Azure Arc](../sql-server/azure-arc/connect.md).
3030
- 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).
3131
- [SQL Server Management Studio (SSMS)](../ssms/download-sql-server-management-studio-ssms.md) version 18.0 or higher is installed on the client machine. Or download the latest [Azure Data Studio](/azure-data-studio/download-azure-data-studio).
32+
- A supported certificate.
33+
34+
Microsoft Entra ID supports CSP certificates. Entra ID does not support CNG certificates.
3235

3336
### Authentication prerequisites
3437

3538
> [!NOTE]
36-
> Extended functionality has been implemented in Azure to allow the automatic creation of the Azure Key Vault certificate and Microsoft Entra application during setting up a Microsoft Entra admin for the SQL Server. For more information, see [Tutorial: Using automation to set up the Microsoft Entra admin for SQL Server](../relational-databases/security/authentication-access/azure-ad-authentication-sql-server-automation-setup-tutorial.md).
39+
> You can use Azure to automatically create the Azure Key Vault certificate and Microsoft Entra application when you set up a Microsoft Entra admin for the server. For more information, see [Tutorial: Using automation to set up the Microsoft Entra admin for SQL Server](../relational-databases/security/authentication-access/azure-ad-authentication-sql-server-automation-setup-tutorial.md).
3740
3841
- Microsoft Entra application registration for SQL Server. Registering a SQL Server instance as a Microsoft Entra application allows the instance to query Microsoft Entra ID, and allows the Microsoft Entra application to authenticate on behalf of the SQL Server instance. Application registration also requires a few permissions, which are used by SQL Server for certain queries.
3942

0 commit comments

Comments
 (0)