20 references to AzureResourceInfrastructure
Aspire.Hosting.Azure (1)
AzureProvisioningResource.cs (1)
77var infrastructure = new AzureResourceInfrastructure(this, Name);
Aspire.Hosting.Azure.Tests (19)
AzureAIFoundryExtensionsTests.cs (1)
156var infrastructure = new AzureResourceInfrastructure(aiFoundryResource, "test-foundry");
AzureAppConfigurationExtensionsTests.cs (1)
99var infrastructure = new AzureResourceInfrastructure(appConfigurationResource, "test-app-config");
AzureAppServiceEnvironmentExtensionsTests.cs (1)
13var infrastructure = new AzureResourceInfrastructure(appServiceEnvironmentResource, "test-app-service-env");
AzureContainerAppEnvironmentExtensionsTests.cs (1)
15var infrastructure = new AzureResourceInfrastructure(containerAppEnvironmentResource, "test-container-app-env");
AzureContainerRegistryTests.cs (1)
101var infrastructure = new AzureResourceInfrastructure(containerRegistryResource, "test-acr");
AzureCosmosDBExtensionsTests.cs (1)
558var infrastructure = new AzureResourceInfrastructure(cosmosDBResource, "test-cosmosdb");
AzureEventHubsExtensionsTests.cs (1)
626var infrastructure = new AzureResourceInfrastructure(eventHubsResource, "test-eventhubs");
AzureKeyVaultTests.cs (1)
281var infrastructure = new AzureResourceInfrastructure(keyVaultResource, "test-keyvault");
AzureLogAnalyticsWorkspaceExtensionsTests.cs (1)
37var infrastructure = new AzureResourceInfrastructure(logAnalyticsWorkspaceResource, "test-log-workspace");
AzureOpenAIExtensionsTests.cs (1)
115var infrastructure = new AzureResourceInfrastructure(openAIResource, "test-openai");
AzurePostgresExtensionsTests.cs (1)
494var infrastructure = new AzureResourceInfrastructure(postgresResource, "test-postgres");
AzureRedisExtensionsTests.cs (1)
226var infrastructure = new AzureResourceInfrastructure(redisResource, "test-redis");
AzureSearchExtensionsTests.cs (1)
104var infrastructure = new AzureResourceInfrastructure(searchResource, "test-search");
AzureServiceBusExtensionsTests.cs (1)
847var infrastructure = new AzureResourceInfrastructure(serviceBusResource, "test-servicebus");
AzureSignalRExtensionsTests.cs (1)
74var infrastructure = new AzureResourceInfrastructure(signalRResource, "test-signalr");
AzureSqlExtensionsTests.cs (1)
305var infrastructure = new AzureResourceInfrastructure(sqlResource, "test-sql");
AzureStorageExtensionsTests.cs (1)
898var infrastructure = new AzureResourceInfrastructure(storageResource, "test-storage");
AzureUserAssignedIdentityTests.cs (1)
337var infrastructure = new AzureResourceInfrastructure(userAssignedIdentityResource, "test-identity");
AzureWebPubSubExtensionsTests.cs (1)
358var infrastructure = new AzureResourceInfrastructure(webPubSubResource, "test-webpubsub");