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)
204
.
PublishAsAzureContainerApp
((module, c) =>
497
.
PublishAsAzureContainerApp
((module, c) =>
535
.
PublishAsAzureContainerApp
((module, c) =>
572
.
PublishAsAzureContainerApp
((module, c) =>
612
.
PublishAsAzureContainerApp
((module, c) =>
1485
.
PublishAsAzureContainerApp
((_, _) => { });
1597
.
PublishAsAzureContainerApp
((_, _) => { }));
1748
.
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) =>