13 references to AddAzureInfrastructure
Aspire.Hosting.Azure.Tests (12)
AzureBicepProvisionerTests.cs (2)
133
builder.
AddAzureInfrastructure
("infrastructure", _ => { })
148
builder.
AddAzureInfrastructure
("infrastructure", _ => { })
AzureBicepResourceTests.cs (6)
58
{ builder => builder.
AddAzureInfrastructure
(resourceName, CreateInfrastructure) },
725
var infrastructure1 = builder.
AddAzureInfrastructure
("infrastructure1", (infrastructure) =>
750
var infrastructure1 = builder.
AddAzureInfrastructure
("infrastructure1", (infrastructure) =>
789
var infrastructure1 = builder.
AddAzureInfrastructure
("infrastructure1", (infrastructure) =>
1926
var provisioningResource = builder.
AddAzureInfrastructure
("infrastructure", r =>
1940
var provisioningResource = builder.
AddAzureInfrastructure
("infrastructure", r =>
AzureContainerAppsTests.cs (1)
733
var resource = builder.
AddAzureInfrastructure
("resourceWithSecret", infra =>
AzureEnvironmentResourceTests.cs (1)
115
builder.
AddAzureInfrastructure
("mod", infra => { })
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 =>