Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.07 KB

How to resolve MSINotEnabled status from Azure Key Vault References in Azure Function Apps?.md

File metadata and controls

26 lines (16 loc) · 1.07 KB

Problem

How to resolve MSINotEnabled status from Azure Key Vault References in Azure Function Apps?

Environment

Microsoft Azure subscription, Azure Functions App (with broken Key Vault reference) and Azure Key Vault with secret

Solution

Follow the following steps to resolve this error

image1

Step 1

Go to Identity blade of your function app, make sure system assigned identity is On

image2

Step 2

Go to you function app configuration blade and add your secret identifier in the following format without curly braces around identifier

image3

Run Flow

Now check your application settings in configuration blade, it will appear as resolved

image4