13 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 (8)
AzureContainerAppsTests.cs (5)
1290
c.
ConfigureCustomDomain
(customDomain, certificateName);
1392
c.
ConfigureCustomDomain
(customDomain, initialCertificateName);
1393
c.
ConfigureCustomDomain
(customDomain, expectedCertificateName);
1500
c.
ConfigureCustomDomain
(customDomain1, certificateName1);
1501
c.
ConfigureCustomDomain
(customDomain2, certificateName2);
PublicApiTests\AppContainersPublicApiTests.cs (3)
125
var action = () => app.
ConfigureCustomDomain
(customDomain, certificateName);
140
var action = () => app.
ConfigureCustomDomain
(customDomain, certificateName);
155
var action = () => app.
ConfigureCustomDomain
(customDomain, certificateName);
AzureContainerApps.AppHost (1)
Program.cs (1)
57
app.
ConfigureCustomDomain
(customDomain, certificateName);