Configuration & Usage
Detailed configuration, credential resolution order, caching, and runtime behavior for the bx-azure-secrets module.
π§ Configuration Sources
π§© Application.bx (Per-App)
Application.bx (Per-App)class {
this.name = "myApp"
this.azure = {
vaultUrl : "https://my-vault.vault.azure.net/",
tenantId : "",
clientId : "",
clientSecret : "",
cacheTTL : 300
}
}π Global boxlang.json Settings
boxlang.json Settingsπ± Environment Variable Fallback
Setting
Environment Variable(s)
π Settings Reference
Setting
Type
Default
Description
π Usage Examples
π§ Caching Behavior
π Client Lifecycle
π§ͺ Local Development with Azure CLI
π¨ Troubleshooting
Last updated
Was this helpful?
