Data Factory Trigger on Storage Account not allowing public access

Diego Gaston Arrighi 40 Reputation points
2023-04-03T14:06:09.5633333+00:00

I have a Data Factory, with a blobs storage trigger configured. The Storage Account is secured with Public network access = disabled, and it has private endpoints configured. User's image

In the Data Factory network, I also created private endpoint

User's image

But, when I try to test the connection..

User's image

User's image

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,986 questions
{count} votes

1 answer

Sort by: Most helpful
  1. PRADEEPCHEEKATLA 90,251 Reputation points
    2023-04-04T10:01:15.8166667+00:00


    Diego Gaston Arrighi
    - Thanks for the question and using MS Q&A platform.

    If the blob storage account resides behind a private endpoint and blocks public network access, you need to configure network rules to allow communications from blob storage to Azure Event Grid. You can either grant storage access to trusted Azure services, such as Event Grid, following Storage documentation, or configure private endpoints for Event Grid that map to VNet address space, following Event Grid documentation.

    For more details, refer to Create a trigger that runs a pipeline in response to a storage event. Hope this helps. Do let us know if you any further queries.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.