Share via


az spring-cloud application-configuration-service

Note

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

This command group is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

This command group is implicitly deprecated because command group 'spring-cloud' is deprecated and will be removed in a future release. Use 'spring' instead.

(Enterprise Tier Only) Commands to manage Application Configuration Service in Azure Spring Cloud.

Commands

Name Description Type Status
az spring-cloud application-configuration-service bind

Bind an app to Application Configuration Service.

Extension Preview and Deprecated
az spring-cloud application-configuration-service clear

Reset all Application Configuration Service settings.

Extension Preview and Deprecated
az spring-cloud application-configuration-service git

Commands to manage Application Configuration Service git property in Azure Spring Cloud.

Extension Preview and Deprecated
az spring-cloud application-configuration-service git repo

Commands to manage Application Configuration Service git repository in Azure Spring Cloud.

Extension Preview and Deprecated
az spring-cloud application-configuration-service git repo add

Add a Git property to the Application Configuration Service settings.

Extension Preview and Deprecated
az spring-cloud application-configuration-service git repo list

List all Git settings of Application Configuration Service.

Extension Preview and Deprecated
az spring-cloud application-configuration-service git repo remove

Delete an existing Git property from the Application Configuration Service settings.

Extension Preview and Deprecated
az spring-cloud application-configuration-service git repo update

Update an existing Git property in the Application Configuration Service settings.

Extension Preview and Deprecated
az spring-cloud application-configuration-service show

Show the provisioning status, runtime status, and settings of Application Configuration Service.

Extension Preview and Deprecated
az spring-cloud application-configuration-service unbind

Unbind an app from Application Configuration Service.

Extension Preview and Deprecated

az spring-cloud application-configuration-service bind

Preview Deprecated

Command group 'spring-cloud application-configuration-service' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

This command is implicitly deprecated because command group 'spring-cloud application-configuration-service' is deprecated and will be removed in a future release. Use 'spring application-configuration-service' instead.

Bind an app to Application Configuration Service.

az spring-cloud application-configuration-service bind --app
                                                       --resource-group
                                                       --service

Examples

Bind an app to Application Configuration Service.

az spring-cloud application-configuration-service bind --app MyApp -s MyService -g MyResourceGroup

Required Parameters

--app

Name of app.

--resource-group -g

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

--service -s

Name of Azure Spring Cloud, you can configure the default service using az configure --defaults spring-cloud=.

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 spring-cloud application-configuration-service clear

Preview Deprecated

Command group 'spring-cloud application-configuration-service' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

This command is implicitly deprecated because command group 'spring-cloud application-configuration-service' is deprecated and will be removed in a future release. Use 'spring application-configuration-service' instead.

Reset all Application Configuration Service settings.

az spring-cloud application-configuration-service clear --resource-group
                                                        --service

Required Parameters

--resource-group -g

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

--service -s

Name of Azure Spring Cloud, you can configure the default service using az configure --defaults spring-cloud=.

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 spring-cloud application-configuration-service show

Preview Deprecated

Command group 'spring-cloud application-configuration-service' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

This command is implicitly deprecated because command group 'spring-cloud application-configuration-service' is deprecated and will be removed in a future release. Use 'spring application-configuration-service' instead.

Show the provisioning status, runtime status, and settings of Application Configuration Service.

az spring-cloud application-configuration-service show --resource-group
                                                       --service

Required Parameters

--resource-group -g

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

--service -s

Name of Azure Spring Cloud, you can configure the default service using az configure --defaults spring-cloud=.

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 spring-cloud application-configuration-service unbind

Preview Deprecated

Command group 'spring-cloud application-configuration-service' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

This command is implicitly deprecated because command group 'spring-cloud application-configuration-service' is deprecated and will be removed in a future release. Use 'spring application-configuration-service' instead.

Unbind an app from Application Configuration Service.

az spring-cloud application-configuration-service unbind --app
                                                         --resource-group
                                                         --service

Examples

Unbind an app from Application Configuration Service.

az spring-cloud application-configuration-service unbind --app MyApp -s MyService -g MyResourceGroup

Required Parameters

--app

Name of app.

--resource-group -g

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

--service -s

Name of Azure Spring Cloud, you can configure the default service using az configure --defaults spring-cloud=.

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.