15 references to PublishAsAzureContainerApp
Aspire.Hosting.Azure.AppContainers (2)
ContainerAppExtensions.cs (2)
29
/// in conjunction with the <see cref="AzureContainerAppContainerExtensions.
PublishAsAzureContainerApp
{T}(IResourceBuilder{T}, Action{AzureResourceInfrastructure, ContainerApp})"/>
43
/// method via the <see cref="AzureContainerAppContainerExtensions.
PublishAsAzureContainerApp
{T}(IResourceBuilder{T}, Action{AzureResourceInfrastructure, ContainerApp})"/>
Aspire.Hosting.Azure.Tests (11)
AzureContainerAppsTests.cs (8)
206
.
PublishAsAzureContainerApp
((module, c) =>
499
.
PublishAsAzureContainerApp
((module, c) =>
537
.
PublishAsAzureContainerApp
((module, c) =>
574
.
PublishAsAzureContainerApp
((module, c) =>
614
.
PublishAsAzureContainerApp
((module, c) =>
1487
.
PublishAsAzureContainerApp
((_, _) => { });
1599
.
PublishAsAzureContainerApp
((_, _) => { }));
1750
.
PublishAsAzureContainerApp
((infra, app) => { });
AzureProvisioningResourceTests.cs (1)
90
container.
PublishAsAzureContainerApp
((infrastructure, containerApp) =>
PublicApiTests\AppContainersPublicApiTests.cs (2)
19
var action = () => container.
PublishAsAzureContainerApp
(configure);
32
var action = () => container.
PublishAsAzureContainerApp
(configure);
Aspire.Hosting.Tests (2)
Schema\SchemaTests.cs (2)
177
.
PublishAsAzureContainerApp
((_, _) => { });
189
.
PublishAsAzureContainerApp
((infrastructure, app) =>