Skip to content

Instantly share code, notes, and snippets.

@andrewmatveychuk
Created June 7, 2024 09:07
Show Gist options
  • Save andrewmatveychuk/005feff80a475ad3dc532d1e3b41ecf2 to your computer and use it in GitHub Desktop.
Save andrewmatveychuk/005feff80a475ad3dc532d1e3b41ecf2 to your computer and use it in GitHub Desktop.
A redacted appsettings.json file to authenticate to Azure resources using the DefaultAzureCredential type
{
"KeyVault": {
"vaultUri": "https://kv-4zdnwe1wgbwdp.vault.azure.net" // Your Key Vault URI
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment