Open TechWatching opened 6 years ago
This was possibly fixed in beta2 of the extension. Unfortunately, we don't have a clean way to have users actually use this updated version. I will investigate to make sure that beta2 actually solved this, and if not we will have a fix for beta3.
I have the following error : "This template requires an AAD configuration for the function app. App service Authentication / Authorization: not configured" when I try to create an Outlook message webhook handler whereas I have configured the azure active directory authorization.
It seems to be linked with the fact that the AAD I use is on a different tenant. When I use the same tenant than the one of my Function App there is no error message.
I followed microsoft documentation to configure AAD authorization.