az spring-cloud gateway custom-domain
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 gateway custom-domain command. Learn more about extensions.
Command group 'spring-cloud gateway' 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 gateway' is deprecated and will be removed in a future release. Use 'spring gateway' instead.
Commands to manage custom domains for gateway.
Commands
Name | Description | Type | Status |
---|---|---|---|
az spring-cloud gateway custom-domain bind |
Bind a custom domain with the gateway. |
Extension | Preview and Deprecated |
az spring-cloud gateway custom-domain list |
List all custom domains of the gateway. |
Extension | Preview and Deprecated |
az spring-cloud gateway custom-domain show |
Show details of a custom domain. |
Extension | Preview and Deprecated |
az spring-cloud gateway custom-domain unbind |
Unbind a custom-domain of the gateway. |
Extension | Preview and Deprecated |
az spring-cloud gateway custom-domain update |
Update a custom domain of the gateway. |
Extension | Preview and Deprecated |
az spring-cloud gateway custom-domain bind
Command group 'spring-cloud gateway' 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 gateway custom-domain' is deprecated and will be removed in a future release. Use 'spring gateway custom-domain' instead.
Bind a custom domain with the gateway.
az spring-cloud gateway custom-domain bind --domain-name
--resource-group
--service
[--certificate]
Examples
Bind a custom domain to gateway.
az spring-cloud gateway custom-domain bind --domain-name MyDomainName --certificate MyCertName --service MyCluster --resource-group MyResourceGroup
Required Parameters
Name of custom domain.
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=.
Optional Parameters
Certificate name in Azure 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 gateway custom-domain list
Command group 'spring-cloud gateway' 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 gateway custom-domain' is deprecated and will be removed in a future release. Use 'spring gateway custom-domain' instead.
List all custom domains of the gateway.
az spring-cloud gateway custom-domain list --resource-group
--service
Examples
List all custom domains of the gateway.
az spring-cloud gateway custom-domain list --service MyCluster --resource-group MyResourceGroup
Required Parameters
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 gateway custom-domain show
Command group 'spring-cloud gateway' 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 gateway custom-domain' is deprecated and will be removed in a future release. Use 'spring gateway custom-domain' instead.
Show details of a custom domain.
az spring-cloud gateway custom-domain show --domain-name
--resource-group
--service
Required Parameters
Name of custom domain.
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 gateway custom-domain unbind
Command group 'spring-cloud gateway' 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 gateway custom-domain' is deprecated and will be removed in a future release. Use 'spring gateway custom-domain' instead.
Unbind a custom-domain of the gateway.
az spring-cloud gateway custom-domain unbind --domain-name
--resource-group
--service
Required Parameters
Name of custom domain.
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 gateway custom-domain update
Command group 'spring-cloud gateway' 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 gateway custom-domain' is deprecated and will be removed in a future release. Use 'spring gateway custom-domain' instead.
Update a custom domain of the gateway.
az spring-cloud gateway custom-domain update --domain-name
--resource-group
--service
[--certificate]
Examples
Bind custom domain with a specified certificate.
az spring-cloud gateway custom-domain update --domain-name MyDomainName --certificate MCertName --service MyCluster --resource-group MyResourceGroup
Required Parameters
Name of custom domain.
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=.
Optional Parameters
Certificate name in Azure 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.