4 references to AddAzureApplicationInsights
Aspire.Hosting.Azure.ApplicationInsights (1)
AzureApplicationInsightsExtensions.cs (1)
25return builder.AddAzureApplicationInsights(name, logAnalyticsWorkspace: null);
Aspire.Hosting.Azure.Tests (1)
AzureBicepResourceTests.cs (1)
622var appInsights = builder.AddAzureApplicationInsights("appInsights", law);
BicepSample.AppHost (1)
Program.cs (1)
48var appInsights = builder.AddAzureApplicationInsights("ai", logAnalytics);
CdkSample.AppHost (1)
Program.cs (1)
94var appInsights = builder.AddAzureApplicationInsights("appInsights", logAnalyticsWorkspace)