az spring application-accelerator
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-accelerator command. Learn more about extensions.
(Enterprise Tier Only) Commands to manage Application Accelerator in Azure Spring Apps.
Commands
Name | Description | Type | Status |
---|---|---|---|
az spring application-accelerator create |
(Enterprise Tier Only) Create Application Accelerator in Azure Spring Apps instance. |
Extension | GA |
az spring application-accelerator customized-accelerator |
(Enterprise Tier Only) Commands to manage customized accelerator in Azure Spring Apps. |
Extension | GA |
az spring application-accelerator customized-accelerator create |
(Enterprise Tier Only) Create a customized accelerator. |
Extension | GA |
az spring application-accelerator customized-accelerator delete |
(Enterprise Tier Only) Delete a customized accelerator. |
Extension | GA |
az spring application-accelerator customized-accelerator list |
(Enterprise Tier Only) List all existing customized accelerators. |
Extension | GA |
az spring application-accelerator customized-accelerator show |
(Enterprise Tier Only) Show the settings, provisioning status and runtime status of customized accelerator. |
Extension | GA |
az spring application-accelerator customized-accelerator sync-cert |
(Enterprise Tier Only) Sync certificate of a customized accelerator. |
Extension | GA |
az spring application-accelerator customized-accelerator update |
(Enterprise Tier Only) Update a customized accelerator. |
Extension | GA |
az spring application-accelerator delete |
(Enterprise Tier Only) Delete Application Accelerator from Azure Spring Apps instance. |
Extension | GA |
az spring application-accelerator predefined-accelerator |
(Enterprise Tier Only) Commands to manage predefined accelerator in Azure Spring Apps. |
Extension | GA |
az spring application-accelerator predefined-accelerator disable |
(Enterprise Tier Only) Disable a predefined accelerator. |
Extension | GA |
az spring application-accelerator predefined-accelerator enable |
(Enterprise Tier Only) Enable a predefined accelerator. |
Extension | GA |
az spring application-accelerator predefined-accelerator list |
(Enterprise Tier Only) List all existing predefined accelerators. |
Extension | GA |
az spring application-accelerator predefined-accelerator show |
(Enterprise Tier Only) Show the settings, provisioning status and runtime status of predefined accelerator. |
Extension | GA |
az spring application-accelerator show |
(Enterprise Tier Only) Show the settings, provisioning status and runtime status of Application Accelerator. |
Extension | GA |
az spring application-accelerator create
(Enterprise Tier Only) Create Application Accelerator in Azure Spring Apps instance.
az spring application-accelerator create --resource-group
--service
[--no-wait]
Examples
Create Application Accelerator in Azure Spring Apps instance.
az spring application-accelerator create --service MyCluster --resource-group 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
Do not wait for the long-running operation to finish.
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-accelerator delete
(Enterprise Tier Only) Delete Application Accelerator from Azure Spring Apps instance.
az spring application-accelerator delete --resource-group
--service
[--no-wait]
[--yes]
Examples
Delete Application Accelerator from Azure Spring Apps instance.
az spring application-accelerator delete --service MyCluster --resource-group 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
Do not wait for the long-running operation to finish.
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-accelerator show
(Enterprise Tier Only) Show the settings, provisioning status and runtime status of Application Accelerator.
az spring application-accelerator show --resource-group
--service
Examples
Show details of a Application Accelerator.
az spring application-accelerator show --service MyCluster --resource-group 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=.
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.