mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
Changed README.md and changed name of azuremonitorlogs container label. (#16530)
This commit is contained in:
@@ -16,7 +16,7 @@ import { azureResource } from 'azureResource';
|
||||
|
||||
export class AzureMonitorTreeDataProvider extends ResourceTreeDataProviderBase<azureResource.AzureResourceDatabaseServer> {
|
||||
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<azureResource.AzureResourceDatabaseServer>,
|
||||
|
||||
@@ -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**.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user