I am able to read keyvault secrets through Azure function managed identity using below URI.
@Microsoft.KeyVault(SecretUri=https://myvault.vault.azure.net/secrets/mysecret/)
I have provided get and set secrets access to FA managed identity using Keyvault access policy.
How can I update secretes in keyvault making use of Managed identity. I am developing FunctionApp in C# using visual Studio.