I have created function app with .net core 2.1 by using VS2017. I have followed this documentation to read settings from appsettings.json.
But I want to integrate Azure KeyVault with managed identity option, to read secrets from it and then update the configuration object.
So, can anyone suggest me on this issue?
Add the below method in startup.cs file. Here KeyVaultName needs to be added in the Azure portal Configuration or local appsettings file.