13 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 (9)
AzureContainerAppsTests.cs (7)
202
.
PublishAsAzureContainerApp
((module, c) =>
490
.
PublishAsAzureContainerApp
((module, c) =>
528
.
PublishAsAzureContainerApp
((module, c) =>
565
.
PublishAsAzureContainerApp
((module, c) =>
605
.
PublishAsAzureContainerApp
((module, c) =>
1427
.
PublishAsAzureContainerApp
((_, _) => { });
1535
.
PublishAsAzureContainerApp
((_, _) => { }));
PublicApiTests\AppContainersPublicApiTests.cs (2)
19
var action = () => container.
PublishAsAzureContainerApp
(configure);
32
var action = () => container.
PublishAsAzureContainerApp
(configure);
Aspire.Hosting.Tests (2)
Schema\SchemaTests.cs (2)
168
.
PublishAsAzureContainerApp
((_, _) => { });
180
.
PublishAsAzureContainerApp
((infrastructure, app) =>