Azure / azure-functions-eventgrid-extension

EventGrid extension for Azure Functions
MIT License
48 stars 34 forks source link

Event Grid not delivery storage blob create events to function app running in Azure #103

Closed saikovvuri closed 2 months ago

saikovvuri commented 2 years ago

Hello,

I have a storage account , Standard V2 LRS, , I created a subscription from the "Events" and selected endpoint type as Azure Function and selected an eventgrid triggered azure function. However when I try to upload new blob items, the event grid topic is reporting delivery failures -
outcome=Unauthorized, latencyInMs=1727, state=FilteredFailingDelivery

My function declaration is [FunctionName(nameof(ProcessOrderBlobEventClient))] public async Task Run( [EventGridTrigger] EventGridEvent eventGridEvent,

net6.0 v4

Regards, Sai

msekkappan commented 2 years ago

Sai Did you find an answer? I have similar issues, we have easy auth enabled in Azure function. Thanks Malathi