az appconfig replica
Manage replicas of an App Configuration store.
Commands
Name | Description | Type | Status |
---|---|---|---|
az appconfig replica create |
Create a new replica of an App Configuration store. |
Core | GA |
az appconfig replica delete |
Delete a replica of an App Configuration store. |
Core | GA |
az appconfig replica list |
List replicas of an App Configuration store. |
Core | GA |
az appconfig replica show |
Show details of a replica of an App Configuration store. |
Core | GA |
az appconfig replica create
Create a new replica of an App Configuration store.
az appconfig replica create --location
--name
--store-name
[--resource-group]
Examples
Create a new replica of an App Configuration store at a location.
az appconfig replica create --store-name MyAppConfiguration --name MyReplicaName --location westus
Required Parameters
Location at which to create the replica.
Name of the replica of the App Configuration store.
Name of the App Configuration store. You can configure the default name using az configure --defaults app_configuration_store=<name>
.
Optional Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az appconfig replica delete
Delete a replica of an App Configuration store.
az appconfig replica delete --name
--store-name
[--resource-group]
[--yes]
Examples
Delete a replica of an App Configuration store.
az appconfig replica delete --store-name MyAppConfiguration --name MyReplicaName
Required Parameters
Name of the replica of the App Configuration store.
Name of the App Configuration store. You can configure the default name using az configure --defaults app_configuration_store=<name>
.
Optional Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Do not prompt for confirmation.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az appconfig replica list
List replicas of an App Configuration store.
az appconfig replica list --store-name
[--resource-group]
Examples
List replicas of an App Configuration store.
az appconfig replica list --store-name MyAppConfiguration
Required Parameters
Name of the App Configuration store. You can configure the default name using az configure --defaults app_configuration_store=<name>
.
Optional Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az appconfig replica show
Show details of a replica of an App Configuration store.
az appconfig replica show --name
--store-name
[--resource-group]
Examples
Show details of a replica of an App Configuration store.
az appconfig replica show --store-name MyAppConfiguration --name MyReplicaName
Required Parameters
Name of the replica of the App Configuration store.
Name of the App Configuration store. You can configure the default name using az configure --defaults app_configuration_store=<name>
.
Optional Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.