This project is how create and read secrets from Azure Key Vault.
dotnet add package Azure.Identity
dotnet add package Azure.Security.KeyVault.Secrets
az group create --name test-rg --location eastus
az keyvault create --resource-group test-rg --name test-kv
dotnet run