|
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 | +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. |
15 | 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. |
| 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. |
| 17 | +- DiagnosticLogs provide insight into the operation of the service, for example, log level (information, warning, or error), and log message. |
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. |
21 |
| - |
22 |
| -At this time, Azure Health Data Services only supports AuditLogs. |
23 |
| - |
24 |
| -Below is one example of the AuditLog. |
| 19 | +Here's an example of the AuditLog: |
25 | 20 |
|
26 | 21 | ```
|
27 | 22 | {
|
@@ -51,17 +46,10 @@ Below is one example of the AuditLog.
|
51 | 46 |
|
52 | 47 | ## Next steps
|
53 | 48 |
|
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). |
58 |
| -
|
59 |
| -For more information about service logs and metrics for the DICOM service and MedTech service, see |
| 49 | +[Enable diagnostic logging in the DICOM service](./dicom/enable-diagnostic-logging.md) |
60 | 50 |
|
61 |
| ->[!div class="nextstepaction"] |
62 |
| ->[Enable diagnostic logging in the DICOM service](./dicom/enable-diagnostic-logging.md) |
| 51 | +[Enable diagnostic settings for the MedTech service](./../healthcare-apis/iot/how-to-enable-diagnostic-settings.md) |
63 | 52 |
|
64 |
| ->[!div class="nextstepaction"] |
65 |
| ->[How to enable diagnostic settings for the MedTech service](./../healthcare-apis/iot/how-to-enable-diagnostic-settings.md) |
| 53 | +[Use Azure Monitor logs](../azure-monitor/essentials/platform-logs-overview.md). |
66 | 54 |
|
67 |
| -FHIR® is a registered trademark of [HL7](https://hl7.org/fhir/) and is used with the permission of HL7. |
| 55 | +[Supported metrics with Azure Monitor](../azure-monitor/essentials/metrics-supported.md) |
0 commit comments