Skip to content

Commit 892d70f

Browse files
authored
Merge pull request #95367 from CaitlinV39/master
Update enable-diagnostic-logging.md
2 parents 474ec43 + 628b151 commit 892d70f

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Here are a few basic Application Insights queries you can use to explore your lo
7171
Run this query to see the **100 most recent** logs:
7272

7373
```Application Insights
74-
MicrosoftHealthcareAPISAuditLogs
74+
MicrosoftHealthcareApisAuditLogs
7575
| limit 100
7676
```
7777

@@ -89,14 +89,6 @@ MicrosoftHealthcareApisAuditLogs
8989
| where ResultType == "Failed"
9090
```
9191

92-
Run this query to find the **average time to perform an operation** by **FHIRResourceType** and **ResultType**:
93-
94-
```Application Insights
95-
MicrosoftHealthcareApisAuditLogs
96-
| summarize avg(OperationDuration) by FhirResourceType, ResultType
97-
```
98-
![Audit Log Example](media/diagnostic-logging/audit-logging.png)
99-
10092
## Conclusion
10193
Having access to diagnostic logs is essential for monitoring a service and providing compliance reports. Azure API for FHIR® allows you to do these actions through diagnostic logs.
10294

0 commit comments

Comments
 (0)