Skip to content
Docs Try Aspire

withLogAnalyticsWorkspace

Function
📦 Aspire.Hosting.Azure.AppService v13.2.0-preview.1.26159.1
interface AzureApplicationInsightsResource {
// ... omitted for brevity
withLogAnalyticsWorkspace(logAnalyticsWorkspace: AzureLogAnalyticsWorkspaceResource): AzureApplicationInsightsResource;
}

Signature

method withLogAnalyticsWorkspace builder
Configures the Application Insights resource to use a Log Analytics Workspace
withLogAnalyticsWorkspace(logAnalyticsWorkspace: AzureLogAnalyticsWorkspaceResource): AzureApplicationInsightsResource
logAnalyticsWorkspace AzureLogAnalyticsWorkspaceResource
AzureApplicationInsightsResource

Applies to

This function is an extension method on the following types: