Forum Discussion
Using Managed Identity for Fabric Lakehouse SQL Analytics Authentication
- 11 months ago
Managed Identity is not yet supported for connecting from Azure apps (like Container Apps) to Fabric Lakehouse SQL Analytics.
✅ Use Service Principal (SPN) with Microsoft Entra ID instead:
Register an SPN in Entra ID.
Enable “Service principals can use Fabric APIs” in tenant settings.
Grant the SPN workspace + item-level access (e.g., “Read all SQL endpoint data”).
Connect with Authentication=ActiveDirectoryServicePrincipal.
👉 Managed Identity works in Data Factory/Synapse pipelines, but for app workloads, SPN is the recommended secure option.
Managed Identity is not yet supported for connecting from Azure apps (like Container Apps) to Fabric Lakehouse SQL Analytics.
✅ Use Service Principal (SPN) with Microsoft Entra ID instead:
Register an SPN in Entra ID.
Enable “Service principals can use Fabric APIs” in tenant settings.
Grant the SPN workspace + item-level access (e.g., “Read all SQL endpoint data”).
Connect with Authentication=ActiveDirectoryServicePrincipal.
👉 Managed Identity works in Data Factory/Synapse pipelines, but for app workloads, SPN is the recommended secure option.
No cert or client secret is required?