Skip to content

Commit b5c1683

Browse files
fix GH issue #115082
1 parent 868b4c2 commit b5c1683

File tree

2 files changed

+12
-21
lines changed

2 files changed

+12
-21
lines changed

articles/healthcare-apis/logging.md

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,25 @@
11
---
22
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.
44
services: healthcare-apis
5-
author: chachachachami
5+
author: msjasteppe
66
ms.service: healthcare-apis
77
ms.topic: tutorial
8-
ms.date: 10/10/2022
9-
ms.author: chrupa
8+
ms.date: 06/12/2024
9+
ms.author: jasteppe
1010
---
1111

1212
# Logging for Azure Health Data Services
1313

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).
1515

1616
## AuditLogs
1717
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.
1818

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.
2121

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:
2523

2624
```
2725
{
@@ -51,17 +49,10 @@ Below is one example of the AuditLog.
5149

5250
## Next steps
5351

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).
5853

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)
6055

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)
6357

64-
>[!div class="nextstepaction"]
65-
>[How to enable diagnostic settings for the MedTech service](./../healthcare-apis/iot/how-to-enable-diagnostic-settings.md)
6658

67-
FHIR® is a registered trademark of [HL7](https://hl7.org/fhir/) and is used with the permission of HL7.

articles/healthcare-apis/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
href: configure-private-link.md
5555
- name: Configure events
5656
href: ./events/events-deploy-portal.md
57-
- name: Enable diagnostic logging
57+
- name: Enable audit logging
5858
href: logging.md
5959
- name: Built-in policy definitions
6060
href: azure-health-data-services-policy-reference.md

0 commit comments

Comments
 (0)