12 references to AddAzureInfrastructure
Aspire.Hosting.Azure.Tests (11)
AzureBicepProvisionerTests.cs (2)
133
builder.
AddAzureInfrastructure
("infrastructure", _ => { })
148
builder.
AddAzureInfrastructure
("infrastructure", _ => { })
AzureBicepResourceTests.cs (1)
48
{ builder => builder.
AddAzureInfrastructure
(resourceName, CreateInfrastructure) },
AzureContainerAppsTests.cs (2)
730
var resource = builder.
AddAzureInfrastructure
("resourceWithSecret", infra =>
1376
var azResource = builder.
AddAzureInfrastructure
("infra", infra =>
AzureEnvironmentResourceTests.cs (1)
113
builder.
AddAzureInfrastructure
("mod", infra => { })
AzureInfrastructureExtensionsTests.cs (3)
16
var infrastructure1 = builder.
AddAzureInfrastructure
("infrastructure1", (infrastructure) =>
41
var infrastructure1 = builder.
AddAzureInfrastructure
("infrastructure1", (infrastructure) =>
80
var infrastructure1 = builder.
AddAzureInfrastructure
("infrastructure1", (infrastructure) =>
AzureKeyVaultTests.cs (1)
91
var module = builder.
AddAzureInfrastructure
("mymodule", infra =>
AzureProvisioningResourceExtensionsTests.cs (1)
23
var resource1 = builder.
AddAzureInfrastructure
("resource1", infrastructure =>
Aspire.Hosting.Tests (1)
Schema\SchemaTests.cs (1)
182
builder.
AddAzureInfrastructure
("infrastructure", infrastructure =>