az appconfig credential
Manage credentials for App Configuration stores.
Commands
Name | Description | Type | Status |
---|---|---|---|
az appconfig credential list |
List access keys of an App Configuration store. |
Core | GA |
az appconfig credential regenerate |
Regenerate an access key for an App Configuration store. |
Core | GA |
az appconfig credential list
List access keys of an App Configuration store.
az appconfig credential list --name
[--resource-group]
Examples
List access keys of an App Configuration store
az appconfig credential list -g MyResourceGroup -n 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 credential regenerate
Regenerate an access key for an App Configuration store.
az appconfig credential regenerate --id
--name
[--resource-group]
Examples
Regenerate a read only access key for an App Configuration store
az appconfig credential regenerate -g MyResourceGroup -n MyAppConfiguration --id 0-l0-s0:8ldbreMVH+d7EjaSUg3H
Required Parameters
Id of the key to be regenerated. Can be found using az appconfig credential list command.
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.