Skip to content

Commit a384bf1

Browse files
authored
Merge pull request #276401 from MicrosoftDocs/main
Publish to live, Sunday 4:00PM PDT, 05/26
2 parents e3bc084 + dc64623 commit a384bf1

16 files changed

+42
-206
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6684,6 +6684,21 @@
66846684
"redirect_url": "/azure/azure-monitor/monitor-azure-monitor-reference",
66856685
"redirect_document_id": false
66866686
},
6687+
{
6688+
"source_path_from_root": "/articles/azure-monitor/ai-ops/responsible-ai-faq.md",
6689+
"redirect_url": "/azure/copilot/overview",
6690+
"redirect_document_id": false
6691+
},
6692+
{
6693+
"source_path_from_root": "/articles/azure-monitor/ai-ops/investigator-overview.md",
6694+
"redirect_url": "/azure/copilot/overview",
6695+
"redirect_document_id": false
6696+
},
6697+
{
6698+
"source_path_from_root": "/articles/azure-monitor/ai-ops/investigate-alert-instance.md",
6699+
"redirect_url": "/azure/copilot/overview",
6700+
"redirect_document_id": false
6701+
},
66876702
{
66886703
"source_path_from_root": "/articles/azure-monitor/insights/resource-group-insights.md",
66896704
"redirect_url": "/azure/azure-resource-manager/management/resource-group-insights",

articles/azure-monitor/ai-ops/investigate-alert-instance.md

Lines changed: 0 additions & 51 deletions
This file was deleted.

articles/azure-monitor/ai-ops/investigator-overview.md

Lines changed: 0 additions & 57 deletions
This file was deleted.

articles/azure-monitor/ai-ops/responsible-ai-faq.md

Lines changed: 0 additions & 58 deletions
This file was deleted.

articles/azure-monitor/logs/api/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Overview
33
description: This article describes the REST API that makes the data collected by Azure Log Analytics easily available.
4-
ms.date: 02/28/2023
4+
ms.date: 05/26/2024
55
author: guywi-ms
66
ms.author: guywild
77
ms.topic: article

articles/azure-monitor/logs/log-powerbi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Learn how to send results from a query in Log Analytics to Power BI
44
ms.topic: how-to
55
author: guywild
66
ms.author: guywild
7-
ms.reviewer: roygal
8-
ms.date: 02/06/2023
7+
ms.reviewer: ilanawaitser
8+
ms.date: 05/26/2024
99

1010
---
1111
# Integrate Log Analytics with Power BI
@@ -65,4 +65,4 @@ For more information, see [Create and share your first Power BI report](/trainin
6565

6666
Learn how to:
6767
- [Get started with Log Analytics queries](./log-query-overview.md).
68-
- [Integrate Log Analytics and Excel](log-excel.md).
68+
- [Integrate Log Analytics and Excel](log-excel.md).

articles/azure-monitor/logs/log-query-overview.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: This reference information for Kusto Query Language used by Azure M
44
ms.topic: conceptual
55
author: guywild
66
ms.author: guywild
7-
ms.reviewer: roygal
8-
ms.date: 02/28/2023
7+
ms.reviewer: ilanawaitser
8+
ms.date: 05/26/2024
99

1010
---
1111

@@ -20,7 +20,7 @@ Areas in Azure Monitor where you'll use queries include:
2020
- [Azure dashboards](../visualize/tutorial-logs-dashboards.md): Pin the results of any query into an Azure dashboard, which allows you to visualize log and metric data together and optionally share with other Azure users.
2121
- [Azure Logic Apps](../../connectors/connectors-azure-monitor-logs.md): Use the results of a log query in an automated workflow by using a logic app workflow.
2222
- [PowerShell](/powershell/module/az.operationalinsights/invoke-azoperationalinsightsquery): Use the results of a log query in a PowerShell script from a command line or an Azure Automation runbook that uses `Invoke-AzOperationalInsightsQuery`.
23-
- [Azure Monitor Logs API](/rest/api/loganalytics/): Retrieve log data from the workspace from any REST API client. The API request includes a query that's run against Azure Monitor to determine the data to retrieve.
23+
- [Log Analytics Query API](/rest/api/loganalytics/query): Retrieve log data from the workspace from any REST API client. The API request includes a query that's run against Azure Monitor to determine the data to retrieve.
2424
- **Azure Monitor Query client libraries**: Retrieve log data from the workspace via an idiomatic client library for the following ecosystems:
2525
- [.NET](/dotnet/api/overview/azure/Monitor.Query-readme)
2626
- [Go](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/monitor/query/azlogs)
@@ -36,7 +36,6 @@ The best way to get started learning to write log queries by using KQL is to use
3636
- [Log Analytics tutorial](./log-analytics-tutorial.md): Tutorial on using the features of Log Analytics, which is the tool that you'll use in the Azure portal to edit and run queries. It also allows you to write simple queries without directly working with the query language. If you haven't used Log Analytics before, start here so that you understand the tool you'll use with the other tutorials and samples.
3737
- [KQL tutorial](/azure/data-explorer/kusto/query/tutorial?pivots=azuremonitor): Guided walk through basic KQL concepts and common operators. This is the best place to start to come up to speed with the language itself and the structure of log queries.
3838
- [Example queries](../logs/queries.md): Description of the example queries available in Log Analytics. You can use the queries without modification or use them as samples to learn KQL.
39-
- [Query samples](/azure/data-explorer/kusto/query/samples?pivots=azuremonitor): Sample queries that illustrate different concepts.
4039

4140
## Reference documentation
4241
[Documentation for KQL](/azure/data-explorer/kusto/query/), including the reference for all commands and operators, is available in the Azure Data Explorer documentation. Even as you get proficient at using KQL, you'll still regularly use the reference to investigate new commands and scenarios that you haven't used before.

0 commit comments

Comments
 (0)