az spring-cloud app 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 app custom-domain 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 custom domains.
Commands
Name | Description | Type | Status |
---|---|---|---|
az spring-cloud app custom-domain bind |
Bind a custom domain with the app. |
Extension | Deprecated |
az spring-cloud app custom-domain list |
List all custom domains of the app. |
Extension | Deprecated |
az spring-cloud app custom-domain show |
Show details of a custom domain. |
Extension | Deprecated |
az spring-cloud app custom-domain unbind |
Unbind a custom-domain of the app. |
Extension | Deprecated |
az spring-cloud app custom-domain update |
Update a custom domain of the app. |
Extension | Deprecated |
az spring-cloud app custom-domain bind
This command is implicitly deprecated because command group 'spring-cloud app custom-domain' is deprecated and will be removed in a future release. Use 'spring app custom-domain' instead.
Bind a custom domain with the app.
az spring-cloud app custom-domain bind --app
--domain-name
--resource-group
--service
[--certificate]
[--enable-ingress-to-app-tls {false, true}]
Examples
Bind a custom domain to app.
az spring-cloud app custom-domain bind --domain-name MyDomainName --certificate MyCertName --app MyAppName --service MyCluster --resource-group MyResourceGroup
Required Parameters
Name of app.
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.
If true, enable ingress to app tls.
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 custom-domain list
This command is implicitly deprecated because command group 'spring-cloud app custom-domain' is deprecated and will be removed in a future release. Use 'spring app custom-domain' instead.
List all custom domains of the app.
az spring-cloud app custom-domain list --app
--resource-group
--service
Examples
List all custom domains of the app.
az spring-cloud app custom-domain list --app MyAppName --service MyCluster --resource-group MyResourceGroup -o table
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 custom-domain show
This command is implicitly deprecated because command group 'spring-cloud app custom-domain' is deprecated and will be removed in a future release. Use 'spring app custom-domain' instead.
Show details of a custom domain.
az spring-cloud app custom-domain show --app
--domain-name
--resource-group
--service
Required Parameters
Name of app.
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 app custom-domain unbind
This command is implicitly deprecated because command group 'spring-cloud app custom-domain' is deprecated and will be removed in a future release. Use 'spring app custom-domain' instead.
Unbind a custom-domain of the app.
az spring-cloud app custom-domain unbind --app
--domain-name
--resource-group
--service
Required Parameters
Name of app.
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 app custom-domain update
This command is implicitly deprecated because command group 'spring-cloud app custom-domain' is deprecated and will be removed in a future release. Use 'spring app custom-domain' instead.
Update a custom domain of the app.
az spring-cloud app custom-domain update --app
--domain-name
--resource-group
--service
[--certificate]
[--enable-ingress-to-app-tls {false, true}]
Examples
Bind custom domain with a specified certificate.
az spring-cloud app custom-domain update --domain-name MyDomainName --certificate MCertName --app MyAppName --service MyCluster --resource-group MyResourceGroup
Required Parameters
Name of app.
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.
If true, enable ingress to app tls.
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.