Created
June 7, 2024 09:07
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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