Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I'm trying to create an event trigger for my pipeline but it indefinitely stays "in progress"
I've tested out the same feature with another storage account, and in the creation step, when choosing a storage account there's a message that says "Azure events are available for this account" so I wondered whether the capability of this trigger is dependent on the storage account? The only difference between the one that works and mine is that mine's not enabled to all networks.
Your guess is correct, the issue is due to your storage account being blocked in a network.
Though the below link is for ADF, the concept remains same here as well:
https://learn.microsoft.com/en-us/azure/data-factory/how-to-create-event-trigger?tabs=data-factory
Thanks Nathan, I've tried this, set up all private endpoints + DNS + VNets but it still doesn't seem to work.