2 instantiations of AzureApplicationInsightsResource
Aspire.Hosting.Azure.Tests (2)
PublicApiTests\ApplicationInsightsPublicApiTests.cs (2)
64var action = () => new AzureApplicationInsightsResource(name, configureInfrastructure); 78var action = () => new AzureApplicationInsightsResource(name, configureInfrastructure);
3 references to AzureApplicationInsightsResource
Aspire.Hosting.Azure.ApplicationInsights (3)
AzureApplicationInsightsExtensions.cs (3)
23public static IResourceBuilder<AzureApplicationInsightsResource> AddAzureApplicationInsights(this IDistributedApplicationBuilder builder, [ResourceName] string name) 33public static IResourceBuilder<AzureApplicationInsightsResource> AddAzureApplicationInsights( 111var resource = new AzureApplicationInsightsResource(name, configureInfrastructure);