13 references to ConfigureCustomDomain
Aspire.Hosting.Azure.AppContainers (4)
ContainerAppExtensions.cs (4)
25
/// <para>The <see cref="
ConfigureCustomDomain
(ContainerApp, IResourceBuilder{ParameterResource}, IResourceBuilder{ParameterResource})"/> extension method
27
/// <para>The <see cref="
ConfigureCustomDomain
(ContainerApp, IResourceBuilder{ParameterResource}, IResourceBuilder{ParameterResource})"/> method is used
30
/// <para>The <see cref="
ConfigureCustomDomain
(ContainerApp, IResourceBuilder{ParameterResource}, IResourceBuilder{ParameterResource})"/> method takes
41
/// passing them to the <see cref="
ConfigureCustomDomain
(ContainerApp, IResourceBuilder{ParameterResource}, IResourceBuilder{ParameterResource})"/>
Aspire.Hosting.Azure.Tests (8)
AzureContainerAppsTests.cs (5)
594
c.
ConfigureCustomDomain
(customDomain, certificateName);
631
c.
ConfigureCustomDomain
(customDomain, initialCertificateName);
632
c.
ConfigureCustomDomain
(customDomain, expectedCertificateName);
671
c.
ConfigureCustomDomain
(customDomain1, certificateName1);
672
c.
ConfigureCustomDomain
(customDomain2, certificateName2);
PublicApiTests\AppContainersPublicApiTests.cs (3)
122
var action = () => app.
ConfigureCustomDomain
(customDomain, certificateName);
136
var action = () => app.
ConfigureCustomDomain
(customDomain, certificateName);
150
var action = () => app.
ConfigureCustomDomain
(customDomain, certificateName);
AzureContainerApps.AppHost (1)
AppHost.cs (1)
57
app.
ConfigureCustomDomain
(customDomain, certificateName);