az spring gateway route-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 gateway route-config command. Learn more about extensions.
Commands to manage gateway route configs in Azure Spring Apps.
Commands
Name | Description | Type | Status |
---|---|---|---|
az spring gateway route-config create |
Create a gateway route config with routing rules of Json array format. |
Extension | GA |
az spring gateway route-config list |
List all existing gateway route configs. |
Extension | GA |
az spring gateway route-config remove |
Delete an existing gateway route config. |
Extension | GA |
az spring gateway route-config show |
Get an existing gateway route config. |
Extension | GA |
az spring gateway route-config update |
Update an existing gateway route config with routing rules of Json array format. |
Extension | GA |
az spring gateway route-config create
Create a gateway route config with routing rules of Json array format.
az spring gateway route-config create --name
--resource-group
--service
[--app-name]
[--routes-file]
[--routes-json]
Examples
Create a gateway route config targeting the app in Azure Spring Apps.
az spring gateway route-config create -s MyService -g MyResourceGroup --name MyName --app-name MyApp --routes-file MyJson.json
Required Parameters
Name of route config.
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
The Azure Spring Apps app name to configure the route.
The file path of JSON array of API routes.
The JSON array of API routes.
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 gateway route-config list
List all existing gateway route configs.
az spring gateway route-config list --resource-group
--service
Examples
List all existing gateway route configs.
az spring gateway route-config list -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=.
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 gateway route-config remove
Delete an existing gateway route config.
az spring gateway route-config remove --name
--resource-group
--service
Examples
Delete an existing gateway route config.
az spring gateway route-config remove -s MyService -g MyResourceGroup --name MyName
Required Parameters
Name of route config.
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 gateway route-config show
Get an existing gateway route config.
az spring gateway route-config show --name
--resource-group
--service
Examples
Get an existing gateway route config.
az spring gateway route-config show -s MyService -g MyResourceGroup --name MyName
Required Parameters
Name of route config.
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 gateway route-config update
Update an existing gateway route config with routing rules of Json array format.
az spring gateway route-config update --name
--resource-group
--service
[--app-name]
[--routes-file]
[--routes-json]
Examples
Update an existing gateway route config targeting the app in Azure Spring Apps.
az spring gateway route-config update -s MyService -g MyResourceGroup --name MyName --app-name MyApp --routes-file MyJson.json
Required Parameters
Name of route config.
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
The Azure Spring Apps app name to configure the route.
The file path of JSON array of API routes.
The JSON array of API routes.
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.