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