Skip to content

Commit b4e4231

Browse files
Merge pull request #230273 from bwren/logs-api-library
Add client library references to Logs ingestion API
2 parents 7aa4095 + 9407902 commit b4e4231

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,4 @@ For limits related to the Logs Ingestion API, see [Azure Monitor service limits]
100100

101101
- [Walk through a tutorial sending custom logs using the Azure portal](tutorial-logs-ingestion-portal.md)
102102
- [Walk through a tutorial sending custom logs using Resource Manager templates and REST API](tutorial-logs-ingestion-api.md)
103+
- Get guidance on using the client libraries for the Logs ingestion API for [.NET](/dotnet/api/overview/azure/Monitor.Ingestion-readme), [Java](/java/api/overview/azure/monitor-ingestion-readme), [JavaScript](/javascript/api/overview/azure/monitor-ingestion-readme), or [Python](/python/api/overview/azure/monitor-ingestion-readme).

articles/azure-monitor/logs/tutorial-logs-ingestion-api.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ The [Logs Ingestion API](logs-ingestion-api-overview.md) in Azure Monitor allows
1010

1111
> [!NOTE]
1212
> This tutorial uses ARM templates and a REST API to configure custom logs. For a similar tutorial using the Azure portal, see [Tutorial: Send data to Azure Monitor Logs using REST API (Azure portal)](tutorial-logs-ingestion-portal.md).
13+
>
1314
1415
In this tutorial, you learn to:
1516

@@ -21,6 +22,9 @@ In this tutorial, you learn to:
2122
2223
> [!NOTE]
2324
> This tutorial uses PowerShell from Azure Cloud Shell to make REST API calls by using the Azure Monitor **Tables** API and the Azure portal to install ARM templates. You can use any other method to make these calls.
25+
>
26+
> See [.NET](/dotnet/api/overview/azure/Monitor.Ingestion-readme), [Java](/java/api/overview/azure/monitor-ingestion-readme), [JavaScript](/javascript/api/overview/azure/monitor-ingestion-readme), or [Python](/python/api/overview/azure/monitor-ingestion-readme) for guidance on using the Logs ingestion API client libraries for other languages.
27+
2428

2529
## Prerequisites
2630
To complete this tutorial, you need:

articles/azure-monitor/logs/tutorial-logs-ingestion-portal.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ In this tutorial, you learn to:
1919
> * Create a data collection rule (DCR) that transforms incoming data to match the schema of the target table.
2020
> * Create a sample application to send custom data to Azure Monitor.
2121
22+
> [!NOTE]
23+
> This tutorial uses PowerShell to call the Logs ingestion API. See [.NET](/dotnet/api/overview/azure/Monitor.Ingestion-readme), [Java](/java/api/overview/azure/monitor-ingestion-readme), [JavaScript](/javascript/api/overview/azure/monitor-ingestion-readme), or [Python](/python/api/overview/azure/monitor-ingestion-readme) for guidance on using the client libraries for other languages.
24+
2225
## Prerequisites
2326
To complete this tutorial, you need:
2427

0 commit comments

Comments
 (0)