Unable to create Storage Event trigger in Data Factory

Anthony Lyon 1 Reputation point
2021-10-12T05:14:01.127+00:00

I am trying to create Event Trigger in Data Factory using storage account. When my subscription is selected there are no storage accounts shown. I have the owner access to account.

But i am able to use storage account in pipelines. My Storage account is allowed for all networks.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,599 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
318 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MartinJaffer-MSFT 26,026 Reputation points
    2021-10-12T22:44:42.7+00:00

    Hello @Anthony Lyon and welcome to Microsoft Q&A.

    I believe the cause is an unregistered Event Grid. Event Grid is the mechanism which notifies ADF of storage events.

    The integration described in this article depends on Azure Event Grid. Make sure that your subscription is registered with the Event Grid resource provider. For more info, see Resource providers and types. You must be able to do the Microsoft.EventGrid/eventSubscriptions/* action. This action is part of the EventGrid EventSubscription Contributor built-in role.

    0 comments No comments