az spring-cloud api-portal custom-domain

Note

This reference is part of the spring-cloud extension for the Azure CLI (version 2.30.0 or higher). The extension will automatically install the first time you run an az spring-cloud api-portal custom-domain command. Learn more about extensions.

Commands to manage custom domains for API portal.

Commands

az spring-cloud api-portal custom-domain bind

Bind a custom domain with the API portal.

az spring-cloud api-portal custom-domain list

List all custom domains of the API portal.

az spring-cloud api-portal custom-domain show

Show details of a custom domain.

az spring-cloud api-portal custom-domain unbind

Unbind a custom-domain of the API portal.

az spring-cloud api-portal custom-domain update

Update a custom domain of the API portal.

az spring-cloud api-portal custom-domain bind

Bind a custom domain with the API portal.

az spring-cloud api-portal custom-domain bind --domain-name
                                              --resource-group
                                              --service
                                              [--certificate]

Examples

Bind a custom domain to API portal.

az spring-cloud api-portal custom-domain bind --domain-name MyDomainName --certificate MyCertName --service MyCluster --resource-group MyResourceGroup

Required Parameters

--domain-name

Name of custom domain.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--service -s

Name of Azure Spring Cloud, you can configure the default service using az configure --defaults spring-cloud=.

Optional Parameters

--certificate

Certificate name in Azure Spring Cloud.

az spring-cloud api-portal custom-domain list

List all custom domains of the API portal.

az spring-cloud api-portal custom-domain list --resource-group
                                              --service

Examples

List all custom domains of the API portal.

az spring-cloud api-portal custom-domain list --service MyCluster --resource-group MyResourceGroup

Required Parameters

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--service -s

Name of Azure Spring Cloud, you can configure the default service using az configure --defaults spring-cloud=.

az spring-cloud api-portal custom-domain show

Show details of a custom domain.

az spring-cloud api-portal custom-domain show --domain-name
                                              --resource-group
                                              --service

Required Parameters

--domain-name

Name of custom domain.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--service -s

Name of Azure Spring Cloud, you can configure the default service using az configure --defaults spring-cloud=.

az spring-cloud api-portal custom-domain unbind

Unbind a custom-domain of the API portal.

az spring-cloud api-portal custom-domain unbind --domain-name
                                                --resource-group
                                                --service

Required Parameters

--domain-name

Name of custom domain.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--service -s

Name of Azure Spring Cloud, you can configure the default service using az configure --defaults spring-cloud=.

az spring-cloud api-portal custom-domain update

Update a custom domain of the API portal.

az spring-cloud api-portal custom-domain update --domain-name
                                                --resource-group
                                                --service
                                                [--certificate]

Examples

Bind custom domain with a specified certificate.

az spring-cloud api-portal custom-domain update --domain-name MyDomainName --certificate MCertName --service MyCluster --resource-group MyResourceGroup

Required Parameters

--domain-name

Name of custom domain.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--service -s

Name of Azure Spring Cloud, you can configure the default service using az configure --defaults spring-cloud=.

Optional Parameters

--certificate

Certificate name in Azure Spring Cloud.