Skip to content

Conversation

@linglingye001
Copy link
Member

export AzureAppConfigurationOptions and the related option types to improve the developer experience.

import { load, AzureAppConfigurationOptions } from "@azure/app-configuration-provider";

const options: AzureAppConfigurationOptions = {
    selectors: [{ keyFilter: "app.*" }],
    trimKeyPrefixes: ["app."]
};

const settings = await load(connectionString, options);

@linglingye001 linglingye001 merged commit e1d5e9a into main Nov 13, 2025
6 checks passed
@linglingye001 linglingye001 deleted the linglingye/export-option branch November 13, 2025 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants