Hi @Hegel , have you looked into Application Insights? You can monitor your azure functions this way. Please let me knoe if you have any questions!
Best,
James
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
i want to use azure ad b2c to manage authentication. i searched the internet and find the documents here: https://learn.microsoft.com/en-us/azure/app-service/configure-authentication-provider-aad?toc=/azure/azure-functions/toc.json
but i still do not know how i can use azure ad b2c in my azure functions. For example how can i get the email address of the logined user who send request to the azure function? Thank you!
Hi @Hegel , have you looked into Application Insights? You can monitor your azure functions this way. Please let me knoe if you have any questions!
Best,
James
Hello Hegel,
Have you managed to use the filters in AppInsights or used query to find the user or respective information?
You can add alerts accordingly or may implement some sort of notifications using custom mode.
With Regards,
Indul
For authenticating outside user from your domain you can add identity provider in your Azure Function and for while inviting guest account would recommend to create a group and add all your guest users in that group and then add that users group to azure function in *Access Control *
I hope this will fix the issue .