Skip to content

Commit 00a5aa3

Browse files
Merge pull request #248160 from dominicbetts/central-audit-updates
IoT Central: Clarify audit log content
2 parents 4ba3430 + 168ccd9 commit 00a5aa3

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

articles/iot-central/core/howto-use-audit-logs.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Use Azure IoT Central audit logs
3-
description: Learn how to use audit logs in IoT Central to track changes made by users or programatically in an IoT Central application
3+
description: Learn how to use audit logs in IoT Central to track changes made by users or programmatically in an IoT Central application
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 07/25/2022
6+
ms.date: 08/14/2023
77
ms.topic: how-to
88
ms.service: iot-central
99
services: iot-central
1010

11-
# Administrator
11+
# CustomerIntent: As an administrator, I want to be able to track changes made to my IoT Central application so that I can understand who made what changes at what time.
1212
---
1313

1414
# Use audit logs to track activity in your IoT Central application
@@ -21,9 +21,9 @@ This article describes how to use audit logs to track who made what changes at w
2121
- Manage access to the audit log.
2222
- Export the audit log records.
2323

24-
The audit log records information about who made a change, information about the modified entity, the action that made change, and when the change was made. The log tracks changes made through the UI, programatically with the REST API, and through the CLI.
24+
The audit log records information about who made a change, information about the modified entity, the action that made change, and when the change was made. The log tracks changes made through the UI, programmatically with the REST API, and through the CLI.
2525

26-
The log records changes to the following IoT Central entities:
26+
The log records changes made to the following IoT Central entities:
2727

2828
- [Users](howto-manage-users-roles.md#add-users)
2929
- [Roles](howto-manage-users-roles.md#manage-roles)
@@ -35,6 +35,9 @@ The log records changes to the following IoT Central entities:
3535
- [Device templates](howto-set-up-template.md)
3636
- [Device lifecycle events](howto-export-to-blob-storage.md#device-lifecycle-changes-format)
3737

38+
> [!NOTE]
39+
> The audit log doesn't record when users sign in or out of your IoT Central application.
40+
3841
The log records changes made by the following types of user:
3942

4043
- IoT Central user - the log shows the user's email.
@@ -48,6 +51,9 @@ The following screenshot shows the audit log view with the location of the sorti
4851

4952
:::image type="content" source="media/howto-use-audit-logs/audit-log.png" alt-text="Screenshot that shows the audit log. The location of the sort and filter controls is highlighted." lightbox="media/howto-use-audit-logs/audit-log.png":::
5053

54+
> [!TIP]
55+
> If you want to monitor the health of your connected devices, use Azure Monitor. To learn more, see [Monitor application health](howto-manage-iot-central-from-portal.md#monitor-application-health).
56+
5157
## Customize the log
5258

5359
Select **Column options** to customize the audit log view. You can add and remove columns, reorder the columns, and change the column widths:

0 commit comments

Comments
 (0)