diff --git a/extensions/azurecore/src/azureResource/providers/azuremonitor/azuremonitorTreeDataProvider.ts b/extensions/azurecore/src/azureResource/providers/azuremonitor/azuremonitorTreeDataProvider.ts index a5ab0e1fd0..9d6c06e0d2 100644 --- a/extensions/azurecore/src/azureResource/providers/azuremonitor/azuremonitorTreeDataProvider.ts +++ b/extensions/azurecore/src/azureResource/providers/azuremonitor/azuremonitorTreeDataProvider.ts @@ -16,7 +16,7 @@ import { azureResource } from 'azureResource'; export class AzureMonitorTreeDataProvider extends ResourceTreeDataProviderBase { private static readonly containerId = 'azure.resource.providers.AzureMonitorContainer'; - private static readonly containerLabel = localize('azure.resource.providers.AzureMonitorContainerLabel', "Azure Monitor Logs workspace"); + private static readonly containerLabel = localize('azure.resource.providers.AzureMonitorContainerLabel', "Log Analytics workspace"); public constructor( databaseServerService: IAzureResourceService, diff --git a/extensions/azuremonitor/README.md b/extensions/azuremonitor/README.md index 477b70ebce..6cd75dcd66 100644 --- a/extensions/azuremonitor/README.md +++ b/extensions/azuremonitor/README.md @@ -1,16 +1,16 @@ -# Azure Monitor extension for Azure Data Studio (Preview) +# Azure Monitor Logs extension for Azure Data Studio (Preview) -Connect and query Azure Monitor workspaces with Azure Data Studio, a modern data editor available for Linux, MacOS, and Windows. This extension enables you to interact with Azure Monitor using Azure Data Studio features like: +Connect and query Log Analytics workspaces with Azure Data Studio, a modern data editor available for Linux, MacOS, and Windows. This extension enables you to interact with Azure Monitor Logs using Azure Data Studio features like: -- Connect to Azure Monitor. +- Connect to Log Analytics workspaces. - Searchable object explorer view for database objects. - Query authoring and editing with Intellisense and syntax highlighting. -- Create a notebook with Azure Monitor. +- Create a notebook with Azure Monitor Logs. - View query results and save to CSV, JSON, XML, Excel, or as a chart. -## Connect to an Azure Monitor workspace +## Connect to an Log Analytics workspace -You can connect to an Azure Monitor cluster with Azure Data Studio. +You can connect to an Log Analytics workspace with Azure Data Studio. Select **New Connection** and choose **Azure Monitor Logs** for the **Connection Type**.