az spring application-configuration-service
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 command. Learn more about extensions.
(Enterprise Tier Only) Commands to manage Application Configuration Service in Azure Spring Apps.
Commands
Name | Description | Type | Status |
---|---|---|---|
az spring application-configuration-service bind |
Bind an app to Application Configuration Service. |
Extension | GA |
az spring application-configuration-service clear |
Reset all Application Configuration Service settings. |
Extension | GA |
az spring application-configuration-service config |
Commands to manage 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. |
Extension | GA |
az spring application-configuration-service create |
Create Application Configuration Service. |
Extension | GA |
az spring application-configuration-service delete |
Delete Application Configuration Service. |
Extension | GA |
az spring application-configuration-service git |
Commands to manage Application Configuration Service git property in Azure Spring Apps. |
Extension | GA |
az spring application-configuration-service git repo |
Commands to manage Application Configuration Service git repository in Azure Spring Apps. |
Extension | GA |
az spring application-configuration-service git repo add |
Add a Git property to the Application Configuration Service settings. |
Extension | GA |
az spring application-configuration-service git repo list |
List all Git settings of Application Configuration Service. |
Extension | GA |
az spring application-configuration-service git repo remove |
Delete an existing Git property from the Application Configuration Service settings. |
Extension | GA |
az spring application-configuration-service git repo update |
Update an existing Git property in the Application Configuration Service settings. |
Extension | GA |
az spring application-configuration-service show |
Show the provisioning status, runtime status, and settings of Application Configuration Service. |
Extension | GA |
az spring application-configuration-service unbind |
Unbind an app from Application Configuration Service. |
Extension | GA |
az spring application-configuration-service update |
Update Application Configuration Service. |
Extension | GA |
az spring application-configuration-service bind
Bind an app to Application Configuration Service.
az spring application-configuration-service bind --app
--resource-group
--service
Examples
Bind an app to Application Configuration Service.
az spring application-configuration-service bind --app MyApp -s MyService -g MyResourceGroup
Required Parameters
Name of app.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of Azure Spring Apps instance, you can configure the default service using az configure --defaults spring=.
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 application-configuration-service clear
Reset all Application Configuration Service settings.
az spring application-configuration-service clear --resource-group
--service
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of Azure Spring Apps instance, you can configure the default service using az configure --defaults spring=.
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 application-configuration-service create
Create Application Configuration Service.
az spring application-configuration-service create --resource-group
--service
[--generation {Gen1, Gen2}]
[--refresh-interval]
Examples
Create Application Configuration Service.
az spring application-configuration-service create -s MyService -g MyResourceGroup
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of Azure Spring Apps instance, you can configure the default service using az configure --defaults spring=.
Optional Parameters
Generation of Application Configuration Service.
Specify the interval (in seconds) for refreshing the repository. Use 0 to turn off automatic refresh. An interval of at least 60 seconds is recommended.
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 application-configuration-service delete
Delete Application Configuration Service.
az spring application-configuration-service delete --resource-group
--service
[--yes]
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of Azure Spring Apps instance, you can configure the default service using az configure --defaults spring=.
Optional Parameters
Do not prompt for confirmation.
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 application-configuration-service show
Show the provisioning status, runtime status, and settings of Application Configuration Service.
az spring application-configuration-service show --resource-group
--service
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of Azure Spring Apps instance, you can configure the default service using az configure --defaults spring=.
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 application-configuration-service unbind
Unbind an app from Application Configuration Service.
az spring application-configuration-service unbind --app
--resource-group
--service
Examples
Unbind an app from Application Configuration Service.
az spring application-configuration-service unbind --app MyApp -s MyService -g MyResourceGroup
Required Parameters
Name of app.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of Azure Spring Apps instance, you can configure the default service using az configure --defaults spring=.
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 application-configuration-service update
Update Application Configuration Service.
az spring application-configuration-service update --resource-group
--service
[--generation {Gen1, Gen2}]
[--refresh-interval]
Examples
Update Application Configuration Service.
az spring application-configuration-service update -s MyService -g MyResourceGroup --generation Gen2
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of Azure Spring Apps instance, you can configure the default service using az configure --defaults spring=.
Optional Parameters
Generation of Application Configuration Service.
Specify the interval (in seconds) for refreshing the repository. Use 0 to turn off automatic refresh. An interval of at least 60 seconds is recommended.
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.