Connect to Key Vault from a Local Azure Function Instance
I was having an issue debugging an Azure Function locally. The start routine loaded the Key Vault secrets into config to be used later:var secretClient = new SecretClient( new Uri($"https://{keyVault.KeyVaultName}.vault.azure.net/"), …