2 references to WithAzureApplicationInsights
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceEnvironmentExtensions.cs (1)
378
IResourceBuilder<ParameterResource> applicationInsightsLocationParameter => builder.
WithAzureApplicationInsights
(applicationInsightsLocationParameter),
Aspire.Hosting.Azure.Tests (1)
AzureAppServiceTests.cs (1)
1224
builder.AddAzureAppServiceEnvironment("env").
WithAzureApplicationInsights
(appInsightsParam);