Skip to content

Commit 7c0e040

Browse files
committed
Index update and minor edits
1 parent 4a6f5c2 commit 7c0e040

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

articles/healthcare-apis/events/events-consume-logic-apps.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Consume events with Logic Apps - Azure Health Data Services
3-
description: Learn how to consume FHIR events with Logic Apps.
2+
title: Consume FHIR events with Logic Apps - Azure Health Data Services
3+
description: Learn how to consume FHIR events with Logic Apps to enable automation workflows.
44
services: healthcare-apis
55
author: msjasteppe
66
ms.service: healthcare-apis
@@ -259,7 +259,7 @@ The options in this example are:
259259

260260
- Method is "Get"
261261
- URL is `"concat('https://', triggerBody()?['subject'], '/_history/', triggerBody()?['dataVersion'])"`.
262-
- Authentication type is "Managed Identity".
262+
- Authentication type is **Managed Identity**.
263263
- Audience is `"concat('https://', triggerBody()?['data']['resourceFhirAccount'])"`.
264264

265265
### Allow FHIR Reader access to your Logic App
@@ -282,7 +282,7 @@ When you've specified the first four steps, add the role assignment by Managed i
282282

283283
### Add a condition
284284

285-
After you have given FHIR Reader access to your app, go back to the Logic App workflow Designer. Then add a condition to determine whether the event is one you want to process. Select the **+** below HTTP to "Choose an operation". On the right, search for the word "condition". Select on **Built-in** to display the Control icon. Next select **Actions** and choose **Condition**.
285+
After you have given FHIR Reader access to your app, go back to the Logic App workflow Designer. Then add a condition to determine whether the event is one you want to process. Select the **+** below HTTP to "Choose an operation". On the right, search for the word **Condition**. Select on **Built-in** to display the Control icon. Next select **Actions** and choose **Condition**.
286286

287287
When the condition is ready, you can specify what actions happen if the condition is true or false.
288288

articles/healthcare-apis/events/index.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,10 @@ landingContent:
4141
links:
4242
- text: How to disable events and delete events enabled workspaces
4343
url: events-disable-delete-workspace.md
44-
44+
45+
- title: Consume FHIR events with Logic Apps
46+
linkLists:
47+
- linkListType: concept
48+
links:
49+
- text: How to consume FHIR events with Logic Apps to enable automation workflows
50+
url: events-consume-logic-apps.md

0 commit comments

Comments
 (0)