My Blob trigger function with source EvenGrid its not being triggered

Bernardo Chiletto 0 Reputation points
2024-10-18T11:28:58.1466667+00:00
	 [Function("myFunc")]

public async Task RunProd(

[BlobTrigger("files/{name}", Connection = "Storage:ConnectionString",

	 Source = BlobTriggerSource.EventGrid)] BlobClient blobClient,

	 string name)  
```*   in my storage created an event with webhook with the url that the guide told me to use

- the connection is succesful and when I upload a file to my storage I see it in my **Event Subscriptions chart**

- The problem is that the code is never being executed as I do not se my function is being invocated neither

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,027 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
384 questions
{count} vote

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.