Skip to content
DocsTry Aspire
DocsTry

configureCustomDomain

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

Signature

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

Applies to

This method applies to the following types: