az appconfig replica

Manage replicas of an App Configuration.

Commands

Name Description Type Status
az appconfig replica create

Create a new replica of an App Configuration.

Core GA
az appconfig replica delete

Delete a replica of an App Configuration.

Core GA
az appconfig replica list

List replicas of an App Configuration.

Core GA
az appconfig replica show

Show details of a replica of an App Configuration.

Core GA

az appconfig replica create

Create a new replica of an App Configuration.

az appconfig replica create --location
                            --name
                            --store-name
                            [--resource-group]

Examples

Create a new replica of an App Configuration at a location.

az appconfig replica create --store-name MyAppConfiguration --name MyReplicaName --location westus

Required Parameters

--location -l

Location at which to create the replica.

--name -n

Name of the replica of the App Configuration.

--store-name -s

Name of the App Configuration. You can configure the default name using az configure --defaults app_configuration_store=<name>.

Optional Parameters

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az appconfig replica delete

Delete a replica of an App Configuration.

az appconfig replica delete --name
                            --store-name
                            [--resource-group]
                            [--yes]

Examples

Delete a replica of an App Configuration.

az appconfig replica delete --store-name MyAppConfiguration --name MyReplicaName

Required Parameters

--name -n

Name of the replica of the App Configuration.

--store-name -s

Name of the App Configuration. You can configure the default name using az configure --defaults app_configuration_store=<name>.

Optional Parameters

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--yes -y

Do not prompt for confirmation.

default value: False
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az appconfig replica list

List replicas of an App Configuration.

az appconfig replica list --store-name
                          [--resource-group]

Examples

List replicas of an App Configuration.

az appconfig replica list --store-name MyAppConfiguration

Required Parameters

--store-name -s

Name of the App Configuration. You can configure the default name using az configure --defaults app_configuration_store=<name>.

Optional Parameters

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az appconfig replica show

Show details of a replica of an App Configuration.

az appconfig replica show --name
                          --store-name
                          [--resource-group]

Examples

Show details of a replica of an App Configuration.

az appconfig replica show --store-name MyAppConfiguration --name MyReplicaName

Required Parameters

--name -n

Name of the replica of the App Configuration.

--store-name -s

Name of the App Configuration. You can configure the default name using az configure --defaults app_configuration_store=<name>.

Optional Parameters

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.