Skip to content

Commit 760fcfa

Browse files
authored
Update pushing-subscription-activity-logs-to-sentinel.md
Edit review per CI 6476
1 parent 36aadb6 commit 760fcfa

File tree

1 file changed

+22
-24
lines changed

1 file changed

+22
-24
lines changed
Lines changed: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,54 @@
11
---
2-
title: Detailed Guide on Pushing Subscription Activity Logs to Sentinel
3-
description: Provides detailed instructions on how to push subscription activity logs to Sentinel.
2+
title: Detailed Guidance for Pushing Subscription Activity Logs to Sentinel
3+
description: Provides detailed instructions for pushing subscription activity logs to Sentinel.
44
ms.date: 07/10/2025
55
ms.reviewer: v-liuamson
66
ms.service: azure-monitor
77
ms.custom: I can’t configure export of Activity Logs
88
---
9-
# Detailed Guide on Pushing Subscription Activity Logs to Sentinel
9+
# Push subscription activity logs to Sentinel
1010

11-
This article provides guidance on how to push subscription activity logs to Sentinel using Azure's Diagnostic Settings. This process is essential for monitoring and analyzing activity logs effectively.
11+
This article provides guidance for pushing subscription activity logs to Microsoft Sentinel by using Azure's Diagnostic Settings. This process is essential for monitoring and analyzing activity logs effectively.
1212

13-
## Introduction
13+
Users might encounter challenges when they try to push subscription activity logs to Sentinel. This guide outlines the steps to configure Azure Diagnostic Settings to achieve seamless data transfer to Sentinel.
1414

15-
Users may encounter challenges when attempting to push subscription activity logs to Sentinel. This guide outlines the steps to configure Azure Diagnostic Settings to achieve seamless data transfer to Sentinel.
15+
## Instructions to configure Azure Diagnostic Settings
1616

17-
### Step-by-Step Instructions to configure Azure Diagnostic Settings
18-
19-
1. **Access Azure Portal**: Log in to your Azure account and navigate to the **Azure Portal**.
17+
1. **Access Azure Portal**: Log in to your Azure account, and navigate to the Azure portal.
2018

2119
2. **Navigate to Diagnostic Settings**:
2220
- Go to the **Azure Monitor** section.
23-
- Select **Diagnostic Settings** from the menu.
21+
- On the menu, select **Diagnostic Settings**.
2422

2523
3. **Configure Diagnostic Settings**:
26-
- Choose the resource for which you want to configure the logs.
27-
- Click on **Add Diagnostic Setting**.
28-
- Name your setting and select the logs you wish to send to Sentinel.
24+
- Select the resource that you want to configure the logs for.
25+
- Select **Add Diagnostic Setting**.
26+
- Name your setting, and select the logs that you want to send to Sentinel.
2927

30-
4. **Select Log Analytics Workspace**:
31-
- Under the **Destination details**, choose **Send to Log Analytics**.
32-
- Select the appropriate Log Analytics workspace where you want the logs to be sent.
28+
4. **Select Log Analytics workspace**:
29+
- Under **Destination details**, select **Send to Log Analytics**.
30+
- Select the appropriate Log Analytics workspace that you want to send the logs to.
3331

34-
5. **Save Configuration**:
35-
- Review your settings and click **Save** to apply the changes.
32+
5. **Save configuration**:
33+
- Review your settings, and select **Save** to apply the changes.
3634

37-
6. **Verify Data Transfer**:
38-
- Use the following query in your Log Analytics workspace to verify data transfer:
35+
6. **Verify data transfer**:
36+
- Use the following query in your Log Analytics workspace to verify the data transfer:
3937

4038
```plaintext
4139
AzureActivity | where SubscriptionId contains "<YourSubscriptionId>"
4240
```
4341
44-
### Common Issues and Solutions
42+
### Common issues and solutions
4543
4644
- **Issue**: Logs are not appearing in Sentinel.
47-
- **Solution**: Ensure that the correct Log Analytics workspace is selected and that the Diagnostic Settings are properly configured.
45+
- **Solution**: Make sure that the correct Log Analytics workspace is selected and that the diagnostic settings are correctly configured.
4846
49-
## Reference
47+
## References
5048
5149
- [Azure Sentinel Data Connectors Reference](https://learn.microsoft.com/azure/sentinel/data-connectors-reference)
5250
- [Azure Monitor Diagnostic Settings](https://learn.microsoft.com/azure/azure-monitor/platform/diagnostic-settings?tabs=CMD)
5351
- [Connect Services via Diagnostic Setting-Based Connector](https://learn.microsoft.com/azure/sentinel/connect-services-diagnostic-setting-based#connect-via-a-diagnostic-setting-based-connector-managed-by-azure-policy)
5452
- [Diagnostic settings in Azure Monitor](https://learn.microsoft.com/azure/azure-monitor/platform/diagnostic-settings#time-before-telemetry-gets-to-destination)
5553
56-
If the issue persists after following the solution steps, please open a support case for further assistance.
54+
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]

0 commit comments

Comments
 (0)