Forum Discussion
ati_puri
Resolver III
1 year agoCan we run Data Pipelines with Workspace Identity?
Hi Team, We are looking for a solution to run our data pipelines(triggers and schedules) in our production environment using Workspace Identity. We can use Service Principal to do so, but we need...
- 1 year ago
After all the analysis, it is concluded that for running data pipelines in production:
1) Usage of Service Principal is the ideal solution.
2) Workspace identity is only used for authenticating to Azure resources securely with Fabric.
3) Managed Identity is currently not supported to run data pipelines in Fabric.
Thanks
Ati Puri
nilendraFabric
Super User
1 year agoHi ati_puri
I have tried it and worked. Here is the very detailed tutorial
https://pl.seequality.net/microsoft-fabric-using-workspace-identity-for-authentication/
ati_puri
Resolver III
1 year agoHi nilendraFabric , Workspace Identity is used only for authentication, can we use in Azure Devops to trigger data pipelines in production? like we do usign User Identity or Service Principal?