Skip to content

Commit b7f3af3

Browse files
Merge pull request #222351 from pritamso/Broken-link-fix-guywild
Broken link fixed
2 parents cf02ee4 + 46f7d01 commit b7f3af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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](../logs/logicapp-flow-connector.md): Use the results of a log query in an automated workflow by using Logic Apps.
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](https://dev.loganalytics.io): 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+
- [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.
2424
- **Azure Monitor Query SDK**: 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/azquery)

0 commit comments

Comments
 (0)