You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
#1098(minor)
Add Azure App Configuration support. @initAzure() now accepts appConfigEndpoint, appConfigConnectionString, and defaultLabel (with vaultUrl now optional), and two new resolvers load settings: azureAppConfig() reads a single setting by key and label, and azureAppConfigBulk() loads many settings at once for @setValuesBulk(). Key Vault references stored in App Configuration are dereferenced automatically. Also adds a cloud option (public, usgov, china) so tokens use the right endpoints in sovereign clouds.