I'm creating a Microsoft graph webhook so an Azure Function triggers when a new email arrives to my Inbox.
My setup is:
- dotnet Azure Function with an MSGraph "Outlook message webhook creator"
- A MultiTenant Microsoft App so my Azure Active Directory can ask for
permissions
Mail.Read
The problem is: after accepting the requested permissions, Graph returns "Invalid request" Subscription validation request failed. Must respond with 200 OK to this request.
I also tried to create the subscription manually via the Microsoft Graph Explorer but the error is consistent

