Skip to content

Commit f9cd68f

Browse files
authored
Add activity log entries (#34148)
1 parent 3f393e8 commit f9cd68f

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

docs/sql-server/azure-arc/activity-logs.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to view or download activity logs for Azure Arc-enabled S
44
author: guptasnigdha12
55
ms.author: guptasnigdha
66
ms.reviewer: mikeray, rajpo, randolphwest
7-
ms.date: 09/09/2024
7+
ms.date: 05/19/2025
88
ms.topic: conceptual
99
---
1010

@@ -36,6 +36,30 @@ For some events, you can view the history of changes that happened during the ev
3636

3737
:::image type="content" source="media/monitoring/view-change-history.png" alt-text="Screenshot of the change history for an event." lightbox="media/monitoring/view-change-history.png":::
3838

39+
## Related log entries
40+
41+
The activity log includes usage upload activity events for each Arc - Machine resource with Azure Extension for SQL Server.
42+
43+
### Successful usage upload
44+
45+
The activity log entry for successful usage upload includes:
46+
47+
- **Operation name**: `SQL Server Usage Upload Azure.Health`
48+
- **Event initiated by**: `<empty>`
49+
- **Description**: Indicates if SQL Server usage data has been received in the past 24 hours.
50+
- **Status**: `Succeeded`
51+
- **Level**: `Informational`
52+
53+
### Missing usage upload
54+
55+
The activity log entry for missing usage upload includes:
56+
57+
- **Operation name**: `SQL Server Usage Upload Azure.Health`
58+
- **Event initiated by**: `<empty>`
59+
- **Description**: Indicates if SQL Server usage data has been received in the past 24 hours.
60+
- **Status**: `Failed`
61+
- **Level**: `Error`
62+
3963
## Related content
4064

4165
- [Send Azure Monitor activity log data](/azure/azure-monitor/essentials/activity-log)

0 commit comments

Comments
 (0)