Docs
Reference

Azure App Configuration

Per-key configuration with one label per environment.

Per-key configuration with one label per environment.

The connection

WhatThis provider
VendorMicrosoft Azure
Keyazure-app-configuration
Availabilityavailable. You can connect it today.
Credential penv holdsazure-service-principal
Values read backyes
Activationimmediate

What it moves

DirectionWhat it does
importReads names and values out of the store into penv.
exportWrites names and values from penv into the store.

When a written value goes live

immediate. The running app sees a new value at once.

What happens to a name that exists

DirectionPolicies you can pick
importskip_existing, new_version, fail
exportcreate_only, overwrite, overwrite_and_prune

How syncs work says what each one does.

How you connect

You paste a credential you already hold. penv seals it and never shows it again.

FieldLabelKindRequiredWhat it is
tenantIdDirectory (tenant) IDsecret, masked here and sealedyes
clientIdApplication (client) IDsecret, masked here and sealedyes
clientSecretClient secretsecret, masked here and sealedyes

What the connection asks for

Fixed when you connect, and shared by every mapping on it.

FieldLabelKindRequiredAdvancedWhat it is
storeNameStoretextyesnoThe store's name alone. Its host is <name>.azconfig.io.

What a mapping asks for

Answered once per environment you map.

FieldLabelKindRequiredAdvancedWhat it is
labelLabeltextyesnoA sync owns one label. Keys under other labels are left alone.

Permissions it needs

penv probes for these when it verifies the connection.

PermissionDirectionsBlockingWithout it
appconfig:readevery directionyesPreview cannot list what the store holds.
appconfig:writeexportyesExport cannot write anything.