Microsoft.AppConfiguration configurationStores/keyValues 2020-07-01-preview

The configurationStores/keyValues resource type can be deployed to: Resource groups.

To learn about resource group deployments, see Bicep or ARM template.

Template format

To create a Microsoft.AppConfiguration/configurationStores/keyValues resource, add the following Bicep or JSON to your template.

resource symbolicname 'Microsoft.AppConfiguration/configurationStores/keyValues@2020-07-01-preview' = {
  name: 'string'
  parent: resourceSymbolicName
  properties: {
    contentType: 'string'
    tags: {}
    value: 'string'
  }
}

Property values

configurationStores/keyValues

Name Description Value
type The resource type

For Bicep, set this value in the resource declaration.
'Microsoft.AppConfiguration/configurationStores/keyValues'
apiVersion The resource api version

For Bicep, set this value in the resource declaration.
'2020-07-01-preview'
name The resource name

See how to set names and types for child resources in Bicep or JSON ARM templates.
string (required)
parent In Bicep, you can specify the parent resource for a child resource. You only need to add this property when the child resource is declared outside of the parent resource.

For more information, see Child resource outside parent resource.
Symbolic name for resource of type: configurationStores
properties All key-value properties. KeyValueProperties

KeyValueProperties

Name Description Value
contentType The content type of the key-value's value.
Providing a proper content-type can enable transformations of values when they are retrieved by applications.
string
tags A dictionary of tags that can help identify what a key-value may be applicable for. object
value The value of the key-value. string

Quickstart templates

The following quickstart templates deploy this resource type.

Template Description
App Configuration

Deploy to Azure
This template creates a new Azure App Configuration store with one feature flag.
App Configuration

Deploy to Azure
This template creates a new Azure App Configuration store with one Key Vault reference.
App Configuration

Deploy to Azure
This template creates a new Azure App Configuration store with two key-values.
App Configuration Key-Values

Deploy to Azure
This template creates a new Azure App Configuration store with three key-values controlled by a copy function.