Authenticate to Graph in Azure Functions with Managed Identites (Part 1)

Authenticate to Graph in Azure Functions with Managed Identites (Part 1)

When creating Azure Functions, there has always been a way to create and use “managed identities” to securely and simply access resources within the resource group that the function app resides.

With a little bit of PowerShell and a basic understanding of how API permissions are programmatically applied, we can use the managed identity to access Graph without needing to store credentials anywhere! Secure AND cool, right?

7 minutes to read