Blob Storage Event Not Not Trigerring Azure Function

Abhishek Singh 46 Reputation points
2022-06-24T12:17:54.063+00:00

Hi,

I am following below github doc for CDM Util tool, I am configuring it using Azure Functions, I have followed the exact doc but still the event are not getting triggered to azure function app when changes are done on the blob storage.

My blob is on private end point

Doc link : https://github.com/microsoft/Dynamics-365-FastTrack-Implementation-Assets/tree/master/Analytics/CDMUtilSolution#1-azure-function-with-integrated-storage-events-eventgrid

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,426 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
425 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,841 Reputation points
    2022-06-27T14:15:57.923+00:00

    @Abhishek Singh Thanks for reaching out. As per the workflow here I can see storage events are delivered to event grid and the event grid subscription has azure function as the webhook endpoint.

    Currently, it's not possible to deliver events using private endpoints. That is, there is no support if you have strict network isolation requirements where your delivered events traffic must not leave the private IP space as documented here and leverage the alternative.


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.