Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,894 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a python function app and I would like to send mail using Graph api.
I was able to send mail locally using credentials from app service identity.
Can I grant permissions to functions system assigned identity? If so how can I do that?
If it is not possible how can I refer refer app service id and secret in code? What is equivalent of local settings in portal?
Cheers
Hi kanna-2335,
Could you please follow these 2 docs , managed-identity and managed-identities-azure-resources , hope this might help you . let me know if you need any other info