12 references to AddAzureInfrastructure
Aspire.Hosting.Azure.Tests (11)
AzureBicepProvisionerTests.cs (2)
134
builder.
AddAzureInfrastructure
("infrastructure", _ => { })
149
builder.
AddAzureInfrastructure
("infrastructure", _ => { })
AzureBicepResourceTests.cs (6)
59
{ builder => builder.
AddAzureInfrastructure
(resourceName, CreateInfrastructure) },
1115
var infrastructure1 = builder.
AddAzureInfrastructure
("infrastructure1", (infrastructure) =>
1140
var infrastructure1 = builder.
AddAzureInfrastructure
("infrastructure1", (infrastructure) =>
1179
var infrastructure1 = builder.
AddAzureInfrastructure
("infrastructure1", (infrastructure) =>
2943
var provisioningResource = builder.
AddAzureInfrastructure
("infrastructure", r =>
2957
var provisioningResource = builder.
AddAzureInfrastructure
("infrastructure", r =>
AzureContainerAppsTests.cs (1)
1921
var resource = builder.
AddAzureInfrastructure
("resourceWithSecret", infra =>
AzureProvisioningResourceExtensionsTests.cs (1)
24
var resource1 = builder.
AddAzureInfrastructure
("resource1", infrastructure =>
AzurePublisherTests.cs (1)
66
builder.
AddAzureInfrastructure
("mod", infra =>
Aspire.Hosting.Tests (1)
Schema\SchemaTests.cs (1)
182
builder.
AddAzureInfrastructure
("infrastructure", infrastructure =>