az appconfig credential

Manage credentials for App Configurations.

Commands

az appconfig credential list

List access keys of an App Configuration.

az appconfig credential regenerate

Regenerate an access key for an App Configuration.

az appconfig credential list

List access keys of an App Configuration.

az appconfig credential list --name
                             [--resource-group]

Examples

List access keys of an App Configuration

az appconfig credential list -g MyResourceGroup -n MyAppConfiguration

Required Parameters

--name -n

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>.

az appconfig credential regenerate

Regenerate an access key for an App Configuration.

az appconfig credential regenerate --id
                                   --name
                                   [--resource-group]

Examples

Regenerate a read only access key for an App Configuration

az appconfig credential regenerate -g MyResourceGroup -n MyAppConfiguration --id 0-l0-s0:8ldbreMVH+d7EjaSUg3H

Required Parameters

--id

Id of the key to be regenerated. Can be found using az appconfig credential list command.

--name -n

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>.