Skip to content

Commit faa22b0

Browse files
authored
Merge pull request #278062 from shellyhaverkamp/smh-logging
Fix GH issue #115082
2 parents 671be36 + 8556aeb commit faa22b0

File tree

2 files changed

+13
-25
lines changed

2 files changed

+13
-25
lines changed

articles/healthcare-apis/logging.md

Lines changed: 12 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,22 @@
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+
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.
1515

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.
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.
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:
2520

2621
```
2722
{
@@ -51,17 +46,10 @@ Below is one example of the AuditLog.
5146

5247
## Next steps
5348

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

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

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

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)

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