Create an App Configuration Store with Feature Flag
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:
- Azure Resource Manager documentation
- Quickstart: Create an Azure App Configuration store by using an ARM template
Tags: Azure4Student, AppConfiguration, Beginner, Microsoft.AppConfiguration/configurationStores, Microsoft.AppConfiguration/configurationStores/keyValues