Quick Tip: Managing Azure Key Vault Secrets in Umbraco: Exclude Keys for Local Development
Easily bypass specific Azure Key Vault secrets—like database connections—during local development in Umbraco. Use a custom KeyVaultSecretManager and configure exclusions in Program.cs and appsettings.Development.json for a seamless and secure development experience
Continue Reading