MENU

Fun & Interesting

Authenticate Azure Function with Azure Web App Using Managed Service Identity

Rahul Nath 28,722 6 years ago
Video Not Working? Fix It Now

Azure Functions are getting popular, and I start seeing them more at clients. One typical scenario I come across is to authenticate an Azure Function with an Azure Web API. Every time something like this comes up, it means more Azure AD applications, which in turn means more secrets/certificates that need to be managed. But with Managed Service Identity (MSI) feature on Azure, a lot of these secrets and authentication bits can be taken off from our shoulders and left to the platform to manage for us. Blog Post: https://www.rahulpnath.com/blog/how-to-authenticate-azure-function-with-azure-web-app-using-managed-service-identity/ Managed Service Identity: https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/overview

Comment