1 instantiation of LogAnalyticsWorkspaceReferenceAnnotation
Aspire.Hosting.Azure.ApplicationInsights (1)
AzureApplicationInsightsExtensions.cs (1)
131
return builder.WithAnnotation(new
LogAnalyticsWorkspaceReferenceAnnotation
(workspaceId));
2 references to LogAnalyticsWorkspaceReferenceAnnotation
Aspire.Hosting.Azure.ApplicationInsights (2)
AzureApplicationInsightsExtensions.cs (2)
76
if (azureResource.TryGetLastAnnotation<
LogAnalyticsWorkspaceReferenceAnnotation
>(out
var
annotation))