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: articles/healthcare-apis/logging.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,10 @@ ms.author: jasteppe
11
11
12
12
# Logging for Azure Health Data Services
13
13
14
-
In this article, you learn about how logging works for the Azure Health Data Services. Also, the Azure platform provides three types of logs, activity logs, resource logs, and Microsoft Entra logs. For more information, see [activity logs](../azure-monitor/essentials/platform-logs-overview.md).
15
-
16
-
## AuditLogs
17
-
While activity logs are available for each Azure resource from the Azure portal, Azure Health Data Services emits resource logs, which include two categories of logs, AuditLogs and DiagnosticLogs.
14
+
While activity logs are available for each Azure resource from the Azure portal, Azure Health Data Services emits resource logs, which include two categories of logs: AuditLogs and DiagnosticLogs.
18
15
19
16
- AuditLogs provide audit trails for healthcare services. For example, a caller's IP address and resource URL are logged when a user or application accesses the FHIR service. Each service emits required properties and optionally implements other properties.
20
-
- DiagnosticLogs provides insight into the operation of the service, for example, log level (information, warning or error), and log message.
17
+
- DiagnosticLogs provide insight into the operation of the service, for example, log level (information, warning, or error), and log message.
21
18
22
19
Here's an example of the AuditLog:
23
20
@@ -49,10 +46,10 @@ Here's an example of the AuditLog:
49
46
50
47
## Next steps
51
48
52
-
[Supported metrics with Azure Monitor](../azure-monitor/essentials/metrics-supported.md).
53
-
54
49
[Enable diagnostic logging in the DICOM service](./dicom/enable-diagnostic-logging.md)
55
50
56
-
[How to enable diagnostic settings for the MedTech service](./../healthcare-apis/iot/how-to-enable-diagnostic-settings.md)
51
+
[Enable diagnostic settings for the MedTech service](./../healthcare-apis/iot/how-to-enable-diagnostic-settings.md)
0 commit comments