Skip to content

Commit 9ac0d3e

Browse files
committed
Added note about API version
1 parent 4cbb60b commit 9ac0d3e

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

articles/sentinel/connect-dns-ama.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Stream and filter Windows DNS logs with the AMA connector
3-
description: Use the AMA connector to upload and filter data from your Windows DNS server logs. You can then dive into your logs to protect your DNS servers from threats and attacks.
3+
description: Ingest and filter data from your Windows DNS server logs with this data connector. Query this data to protect your DNS servers from threats and attacks.
44
author: yelevin
55
ms.topic: how-to
6-
ms.date: 11/11/2024
6+
ms.date: 03/25/2025
77
ms.author: yelevin
88

99
#Customer intent: As a security engineer, I want to stream and filter DNS server logs using a cloud-based monitoring agent so that analysts can detect and mitigate potential threats efficiently.
@@ -71,9 +71,13 @@ Use the following example as a template to create or update a DCR:
7171
### Request URL and header 
7272

7373
```http
74-
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionRules/{dataCollectionRuleName}?api-version=2019-11-01-preview
74+
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionRules/{dataCollectionRuleName}?api-version={latest-supported-version}
7575
```
76-
76+
77+
For the latest supported API version, see [Data Collection Rules - REST API (Azure Monitor) | Microsoft Learn](/rest/api/monitor/data-collection-rules).
78+
79+
:::image type="content" source="media/connect-dns-ama/windows-dns-ama-connector-dcr-api-version.png" alt-text="Screenshot of the API version's appearance in the DCR documentation.":::
80+
7781
### Request body
7882

7983
```json
21.3 KB
Loading

0 commit comments

Comments
 (0)