Back to Browse

Authenticate Azure Function with Azure Web App Using Managed Service Identity

29.6K views
Aug 22, 2019
6:52

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

Download

0 formats

No download links available.

Authenticate Azure Function with Azure Web App Using Managed Service Identity | NatokHD