Authenticating to Azure AD as an application using ...
goodworkaround.com › 2020/07/07 › authenticating-toJul 07, 2020 · Give it a name, select PowerShell and create: When the function app (or App Service) has been created, go to “Identity” and enable Managed Service Identity: Go back to KeyVault and add an access policy allowing the Managed Service Identity (MSI) of the Azure Function the “Get” permission on Certificate and “Sign” permission on “Key”. Now that our app has the certificate and we have an empty app service that has access to KeyVault, we are ready to complete the Azure Function.