Create an App Configuration Store with Feature Flag

Azure Public Test Date Azure Public Test Result

Azure US Gov Last Test Date Azure US Gov Last Test Result

Best Practice Check Cred Scan Check

Bicep Version

Deploy To Azure Deploy To Azure US Gov Visualize

This template creates an Azure App Configuration store, then creates a feature flag inside the new store.

Feature flag belongs to keyValues resource type. To be a feature flag, the key of keyValues resource requires prefix .appconfig.featureflag/. However, / is forbidden in resource's name. ~2F is used to espace the forward slash character. For more information about the keyValues resrouce's name, refer to the Tip section of this tutorial.

If you're new to App Configuration, see:

If you're new to template deployment, see:

Tags: Azure4Student, AppConfiguration, Beginner, Microsoft.AppConfiguration/configurationStores, Microsoft.AppConfiguration/configurationStores/keyValues