Skip to content

Commit e2bc4ff

Browse files
authored
Acrolinx fixes, make headings sentence case per MS style
1 parent 77eb226 commit e2bc4ff

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

articles/healthcare-apis/dicom/enable-diagnostic-logging.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 03/02/2022
99
ms.author: mmitrik
1010
---
1111

12-
# Enable Audit and Diagnostic Logging in the DICOM service
12+
# Enable audit and diagnostic logging in the DICOM service
1313

1414
In this article, you'll learn how to enable diagnostic logging in DICOM service and be able to review some sample queries for these logs. Access to diagnostic logs is essential for any healthcare service where compliance with regulatory requirements is a must. The feature in DICOM service enables diagnostic logs is the [Diagnostic settings](../../azure-monitor/essentials/diagnostic-settings.md) in the Azure portal.
1515

@@ -45,12 +45,12 @@ In this article, you'll learn how to enable diagnostic logging in DICOM service
4545
4646
For information on how to work with diagnostic logs, see [Azure Resource Log documentation](../../azure-monitor/essentials/platform-logs-overview.md)
4747

48-
## Log Details
49-
The log schema used differ based on the destination. Log Analytics has a schema that will differ from other destinations. Each log type will also have a schema that differs.
48+
## Log details
49+
The log schema used differs based on the destination. Log Analytics has a schema that will differ from other destinations. Each log type will also have a schema that differs.
5050

5151
### Audit log details
5252

53-
#### Raw Logs
53+
#### Raw logs
5454

5555
The DICOM service returns the following fields in the audit log as seen when streamed outside of Log Analytics:
5656

@@ -69,7 +69,7 @@ The DICOM service returns the following fields in the audit log as seen when str
6969
|level|String|Log level (Informational, Error).
7070

7171

72-
#### Log Analytics Logs
72+
#### Log Analytics logs
7373

7474
The DICOM service returns the following fields in the audit log in Log Analytics:
7575

@@ -88,9 +88,9 @@ The DICOM service returns the following fields in the audit log in Log Analytics
8888
|TenantId|String| Tenant ID.
8989

9090

91-
### Dignostic log details
91+
### Diagnostic log details
9292

93-
#### Raw Logs
93+
#### Raw logs
9494

9595
The DICOM service returns the following fields in the audit log as seen when streamed outside of Log Analytics:
9696

@@ -106,7 +106,7 @@ The DICOM service returns the following fields in the audit log as seen when str
106106
|properties|String|Additional information about the event in JSON array format. Examples include DICOM identifiers present in the request.
107107
|level|String|Log level (Informational, Error).
108108

109-
#### Log Analytics Logs
109+
#### Log Analytics logs
110110

111111
The DICOM service returns the following fields in the audit log in Log Analytics:
112112

articles/healthcare-apis/dicom/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ items:
3737
href: dicom-configure-azure-rbac.md#assign-roles-for-the-dicom-service
3838
- name: Configure CORS
3939
href: configure-cross-origin-resource-sharing.md
40-
- name: Audit and Diagnostic Logging
40+
- name: Audit and diagnostic logging
4141
expanded: false
4242
items:
4343
- name: Enable audit and diagnostic logging in the DICOM service

0 commit comments

Comments
 (0)