Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Azure Managed Identity support on-prem MS SQL Database?

Update

Azure Functions need to access on-prem MS SQL Databases via Azure Managed Identity.

Does Azure Managed Identity support this?

like image 276
Pingpong Avatar asked Dec 05 '25 20:12

Pingpong


1 Answers

Update

Managed identities allows Azure resources to authenticate or authorize themselves with other supported Azure resources.

On-Premise MS SQL Server supports two authentication modes, Windows authentication mode and mixed mode.

Azure Managed Identity does not support your case - Azure Function connection to On-Premise MS SQL Server.

https://learn.microsoft.com/en-us/sql/connect/ado-net/sql/authentication-sql-server?view=sql-server-ver15

Update June 2024: In SQL Server 2022 Microsoft introduced support for Microsoft Entra authentication

https://learn.microsoft.com/en-us/sql/relational-databases/security/authentication-access/azure-ad-authentication-sql-server-overview?view=sql-server-ver16

like image 173
Andriy Bilous Avatar answered Dec 08 '25 11:12

Andriy Bilous



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!