Skip to content
Docs Try Aspire
Docs Try

configureCustomDomain

Method
📦 Aspire.Hosting.Azure.AppContainers v13.4.0
interface ContainerApp {
// ... omitted for brevity
configureCustomDomain(
customDomain: ParameterResource,
certificateName: ParameterResource): void;
}

Signature

method configureCustomDomain
Configures the custom domain for the container app.
configureCustomDomain(
customDomain: ParameterResource,
certificateName: ParameterResource): void
customDomain ParameterResource
certificateName ParameterResource

Applies to

This method applies to the following types: