6 references to ConfigureCustomDomain
Aspire.Hosting.Azure.AppContainers (4)
ContainerAppExtensions.cs (4)
26/// <para>The <see cref="ConfigureCustomDomain(ContainerApp, IResourceBuilder{ParameterResource}, IResourceBuilder{ParameterResource})"/> extension method 28/// <para>The <see cref="ConfigureCustomDomain(ContainerApp, IResourceBuilder{ParameterResource}, IResourceBuilder{ParameterResource})"/> method is used 31/// <para>The <see cref="ConfigureCustomDomain(ContainerApp, IResourceBuilder{ParameterResource}, IResourceBuilder{ParameterResource})"/> method takes 43/// passing them to the <see cref="ConfigureCustomDomain(ContainerApp, IResourceBuilder{ParameterResource}, IResourceBuilder{ParameterResource})"/>
Aspire.Hosting.Azure.Tests (1)
AzureContainerAppsTests.cs (1)
864c.ConfigureCustomDomain(customDomain, certificateName);
AzureContainerApps.AppHost (1)
Program.cs (1)
42app.ConfigureCustomDomain(customDomain, certificateName);