Fabricio Carvalho Ferreira

Results 2 comments of Fabricio Carvalho Ferreira

I was able to solve the issue by following the steps from this article: https://www.c-sharpcorner.com/article/how-to-debug-azure-event-grid-trigger-function-using-postman/ TL;DR; Add the `aeg-event-type` header with value `Notification` to the request. I was able to...

> It looks like you are generating .cs files but not including them as `Compile` items during the build run. Then only a second build will pick it up when...