Setting the file. One moment.
Subchapter 21.34
references/sdk/azure-appconfiguration-ts.mdMarkdown1 KBView on GitHub
Condensed from azure-appconfiguration-ts. Full patterns (provider, dynamic refresh, Key Vault references, feature flags, snapshots) in the plugin skill if installed.
npm install @azure/app-configuration @azure/identity
Auth:
DefaultAzureCredentialis for local development. See auth-best-practices.md for production patterns.
import { AppConfigurationClient } from "@azure/app-configuration";
import { DefaultAzureCredential } from "@azure/identity";
const client = new AppConfigurationClient(process.env.AZURE_APPCONFIG_ENDPOINT!, new DefaultAzureCredential());