How To Resolve Keyvault References To Secrets Via Application Settings In Function Apps?
I have set up a separate test environment to try to retrieve app secrets from azure key vault. The @Microsoft.KeyVault(...) reference in Application Settings is not resolving to ei
Solution 1:
I have the same issue as you, I enabled MSI for my function and grant all permission of access policy in azure key vault , but it denied my access :
I removed "CLIENTID" item in appsettings , save the update and create the "CLINETID" item again , save the update . Once the appsettings has been updated successfully, click edit button , you can see its state is has been solved :
Test Result :
Hope it helps .
Post a Comment for "How To Resolve Keyvault References To Secrets Via Application Settings In Function Apps?"