14 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 (10)
AzureContainerAppsTests.cs (8)
203
.
PublishAsAzureContainerApp
((module, c) =>
493
.
PublishAsAzureContainerApp
((module, c) =>
531
.
PublishAsAzureContainerApp
((module, c) =>
568
.
PublishAsAzureContainerApp
((module, c) =>
608
.
PublishAsAzureContainerApp
((module, c) =>
1481
.
PublishAsAzureContainerApp
((_, _) => { });
1593
.
PublishAsAzureContainerApp
((_, _) => { }));
1744
.
PublishAsAzureContainerApp
((infra, app) => { });
PublicApiTests\AppContainersPublicApiTests.cs (2)
19
var action = () => container.
PublishAsAzureContainerApp
(configure);
32
var action = () => container.
PublishAsAzureContainerApp
(configure);
Aspire.Hosting.Tests (2)
Schema\SchemaTests.cs (2)
167
.
PublishAsAzureContainerApp
((_, _) => { });
179
.
PublishAsAzureContainerApp
((infrastructure, app) =>