Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi All - I have notebook activity which reads data from azure data explorer and writes to one lake. I see the data pipeline is using user identity to run pipeline. Is there way to enforce pipeline to run using workspace identity.
Thanks,
Abhiram
Hi @abhiram342 ,
Is my follow-up just to ask if the problem has been solved?
If so, can you accept the correct answer as a solution or share your solution to help other members find it faster?
Thank you very much for your cooperation!
Best Regards,
Yang
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
Hi @abhiram342 ,
Why can't I run the pipeline using the user identity in the case of a successful run?
My suggestion is to run the pipeline as a user identity.
Best Regards,
Yang
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
Yang,
One reason why someone may want to run a notebook or pipeline with the user identity is if it's going to be a scheduled Production job. If that person leaves the company and their Entra ID is deactivated, that Production job will fail. User identity authorization works fine for ad hoc interactive tasks but generally isn't a scalable, enterprise-grade way to run scheduled Production workloads.
Christian