az spring application-configuration-service config

Note

This reference is part of the spring extension for the Azure CLI (version 2.56.0 or higher). The extension will automatically install the first time you run an az spring application-configuration-service config command. Learn more about extensions.

Commands to manage the configurations pulled by Application Configuration Service from upstream Git repositories.

Commands

Name Description Type Status
az spring application-configuration-service config show

Command to show the configurations pulled by Application Configuration Service from upstream Git repositories.

Extension GA

az spring application-configuration-service config show

Command to show the configurations pulled by Application Configuration Service from upstream Git repositories.

az spring application-configuration-service config show --config-file-pattern
                                                        --resource-group
                                                        --service
                                                        [--export-path]

Required Parameters

--config-file-pattern --pattern

Case sensitive. Set the config file pattern in the formats like {application} or {application}/{profile} instead of {application}-{profile}.yml.

--resource-group -g

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

--service -s

The name of Azure Spring Apps instance, you can configure the default service using az configure --defaults spring=.

Optional Parameters

--export-path

The path of directory to export the configuration files. Default to the current folder if no value provided.

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.