We have a Azure environment and a SQL MI instance (with SSMS) and a Azure AD (EntraID) that is handled by the security team at our company.
Today we are reading Active Directory data via SQL Server 2019 in Stored Procedure using "SELECT * FROM ''LDAP://<YourDomain>/DC=<YourDC>,DC=<YourDC>''"
It a pretty straight forward and simple task to do with an on-prem AD/SQL Server.
But how would we do it with Entra ID? Is it a possibility? Is there a feature or an add-on that can be installed within Database Engine (SSMS) or something?
I would like to do it via Stored Procedures in SSMS