az spring-cloud app binding
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 app binding command. Learn more about extensions.
This command group is implicitly deprecated because command group 'spring-cloud app' is deprecated and will be removed in a future release. Use 'spring app' instead.
Commands to manage bindings with Azure Data Services, you need to manually restart app to make settings take effect.
Commands
Name | Description | Type | Status |
---|---|---|---|
az spring-cloud app binding cosmos |
Commands to manage Azure Cosmos DB bindings. |
Extension | Deprecated |
az spring-cloud app binding cosmos add |
Bind an Azure Cosmos DB with the app. |
Extension | Deprecated |
az spring-cloud app binding cosmos update |
Update an Azure Cosmos DB service binding of the app. |
Extension | Deprecated |
az spring-cloud app binding list |
List all service bindings in an app. |
Extension | Deprecated |
az spring-cloud app binding mysql |
Commands to manage Azure Database for MySQL bindings. |
Extension | Deprecated |
az spring-cloud app binding mysql add |
Bind an Azure Database for MySQL with the app. |
Extension | Deprecated |
az spring-cloud app binding mysql update |
Update an Azure Database for MySQL service binding of the app. |
Extension | Deprecated |
az spring-cloud app binding redis |
Commands to manage Azure Cache for Redis bindings. |
Extension | Deprecated |
az spring-cloud app binding redis add |
Bind an Azure Cache for Redis with the app. |
Extension | Deprecated |
az spring-cloud app binding redis update |
Update an Azure Cache for Redis service binding of the app. |
Extension | Deprecated |
az spring-cloud app binding remove |
Remove a service binding of the app. |
Extension | Deprecated |
az spring-cloud app binding show |
Show the details of a service binding. |
Extension | Deprecated |
az spring-cloud app binding list
This command is implicitly deprecated because command group 'spring-cloud app binding' is deprecated and will be removed in a future release. Use 'spring app binding' instead.
List all service bindings in an app.
az spring-cloud app binding list --app
--resource-group
--service
Required Parameters
Name of app.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of Azure Spring Cloud, you can configure the default service using az configure --defaults spring-cloud=.
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 spring-cloud app binding remove
This command is implicitly deprecated because command group 'spring-cloud app binding' is deprecated and will be removed in a future release. Use 'spring app binding' instead.
Remove a service binding of the app.
az spring-cloud app binding remove --app
--name
--resource-group
--service
Required Parameters
Name of app.
Name of service binding.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of Azure Spring Cloud, you can configure the default service using az configure --defaults spring-cloud=.
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 spring-cloud app binding show
This command is implicitly deprecated because command group 'spring-cloud app binding' is deprecated and will be removed in a future release. Use 'spring app binding' instead.
Show the details of a service binding.
az spring-cloud app binding show --app
--name
--resource-group
--service
Required Parameters
Name of app.
Name of service binding.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of Azure Spring Cloud, you can configure the default service using az configure --defaults spring-cloud=.
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.