|
1 | 1 | ---
|
2 | 2 | title: Logging for Azure Health Data Services
|
3 |
| -description: This article explains how logging works and how to enable logging for the Azure Health Data Services |
| 3 | +description: Learn to monitor Azure Health Data Services with AuditLogs for secure healthcare service trails and operational insights. Discover log types and uses. |
4 | 4 | services: healthcare-apis
|
5 |
| -author: chachachachami |
| 5 | +author: msjasteppe |
6 | 6 | ms.service: healthcare-apis
|
7 | 7 | ms.topic: tutorial
|
8 |
| -ms.date: 10/10/2022 |
9 |
| -ms.author: chrupa |
| 8 | +ms.date: 06/12/2024 |
| 9 | +ms.author: jasteppe |
10 | 10 | ---
|
11 | 11 |
|
12 | 12 | # Logging for Azure Health Data Services
|
13 | 13 |
|
14 |
| -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). In this article, you’ll learn about how logging works for the Azure Health Data Services. |
| 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 | 15 |
|
16 | 16 | ## AuditLogs
|
17 | 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.
|
18 | 18 |
|
19 |
| -- AuditLogs provide auditing 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 additional properties. |
20 |
| -- DiagnosticLogs provides insight into the operation of the service, for example, log level (information, warning or error) and log message. |
| 19 | +- 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. |
21 | 21 |
|
22 |
| -At this time, Azure Health Data Services only supports AuditLogs. |
23 |
| - |
24 |
| -Below is one example of the AuditLog. |
| 22 | +Here's an example of the AuditLog: |
25 | 23 |
|
26 | 24 | ```
|
27 | 25 | {
|
@@ -51,17 +49,10 @@ Below is one example of the AuditLog.
|
51 | 49 |
|
52 | 50 | ## Next steps
|
53 | 51 |
|
54 |
| -In this article, you learned how to enable diagnostic logging for Azure Health Data Services. For more information about the supported metrics for Azure Health Data Services with Azure Monitor, see |
55 |
| - |
56 |
| ->[!div class="nextstepaction"] |
57 |
| ->[Supported metrics with Azure Monitor](../azure-monitor/essentials/metrics-supported.md). |
| 52 | +[Supported metrics with Azure Monitor](../azure-monitor/essentials/metrics-supported.md). |
58 | 53 |
|
59 |
| -For more information about service logs and metrics for the DICOM service and MedTech service, see |
| 54 | +[Enable diagnostic logging in the DICOM service](./dicom/enable-diagnostic-logging.md) |
60 | 55 |
|
61 |
| ->[!div class="nextstepaction"] |
62 |
| ->[Enable diagnostic logging in the DICOM service](./dicom/enable-diagnostic-logging.md) |
| 56 | +[How to enable diagnostic settings for the MedTech service](./../healthcare-apis/iot/how-to-enable-diagnostic-settings.md) |
63 | 57 |
|
64 |
| ->[!div class="nextstepaction"] |
65 |
| ->[How to enable diagnostic settings for the MedTech service](./../healthcare-apis/iot/how-to-enable-diagnostic-settings.md) |
66 | 58 |
|
67 |
| -FHIR® is a registered trademark of [HL7](https://hl7.org/fhir/) and is used with the permission of HL7. |
0 commit comments