You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sql-server/azure-arc/activity-logs.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,13 @@ ms.topic: conceptual
11
11
12
12
# Azure Arc-enabled SQL Server and Databases Activity logs
13
13
14
-
The Azure activity logs for Arc-enabled SQL Server provide an insight into [SQL Server - Azure Arc](overview.md) and [SQL Server databases - Azure Arc](view-databases.md) related events. The activity log includes information like when a resource is created or modified.
14
+
The Azure activity logs for Arc-enabled SQL Server provide an insight into [SQL Server - Azure Arc](overview.md) and [SQL Server databases - Azure Arc](view-databases.md) related events. The activity logs contain events corresponding to the creation and modification of resources.
15
+
One can access these activity logs by going to the **SQL Server - Azure Arc resource > Activity Log**. With the help of activity logs, one can identify events like SQL Server instance updates, *SqlServerInstance_Update* SQL Server Databases updates, *SqlServerDatabases_Update*, writing of tags to resources, and so on.
15
16
16
-
You can access these activity logs by going to the **SQL Server - Azure Arc resource > Activity Log**. With the help of activity logs, you can identify events like SQL Server instance updates, *SqlServerInstance_Update* SQL Server Databases updates, *SqlServerDatabases_Update*, writing of tags to resources, and so on.
17
-
18
-
This helps in auditing different operations performed on the resource, along with other crucial information such as the time at which operation was initiated, its status, and party responsible for event creation.
17
+
This helps in auditing different operations performed on the resource, along with other crucial information such as the time at which the operation was initiated, its status, and the party responsible for event creation.
19
18
20
19
## View the activity log
21
-
You can access the activity log from most menus in the Azure portal. The menu that you open it from determines its initial filter. You can always change the filter to view all other entries. Select **Add Filter** to add more properties to the filter.
20
+
One can access the activity log from most menus in the Azure portal. The menu from where the logs are opened determines its initial filter. The filter can be changed to view all other entries. Select **Add Filter** to add more properties to the filter.
22
21
23
22
:::image type="content" source="media/monitoring/activity-logs-filter.png" alt-text="Screenshot of the Arc-enabled SQL Server Activity Logs with Add Filter.":::
24
23
@@ -30,12 +29,12 @@ Select **Download as CSV** to download the events in the current view.
30
29
31
30
## View change history
32
31
33
-
For some events, you can view the change history, which shows what changes happened during that event time. Select an event from the activity log you want to look at more deeply. Select the **Change history** tab to view any associated changes with that event.
32
+
For some events, one can view the change history, which shows what changes happened during that event time. Select an event from the activity log to gather more information. Select the **Change history** tab to view any associated changes with that event.
34
33
35
-
If any changes are associated with the event, you'll see a list of changes that you can select. Selecting a change opens the Change history page. This page displays the changes to the resource.
34
+
One can see a list of changes that are associated with the event. Selecting a change opens the Change history page. This page displays the changes to the resource.
36
35
37
36
:::image type="content" source="media/monitoring/view-change-history.png" alt-text="Screenshot of the Change history list and tab for an event.":::
0 commit comments