Skip to content

Commit 3ca6d64

Browse files
committed
Minor Acrolynx updates.
1 parent b991dad commit 3ca6d64

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: jasteppe
1212

1313
# Consume events with Logic Apps
1414

15-
This tutorial shows how to use Azure Logic Apps to process Azure Health Data Services Fast Healthcare Interoperability Resources (FHIR®) events. Logic Apps create and run automated workflows to process event data from other applications. You'll learn how to register a FHIR event with your Logic App, meet a specified event criteria, and perform a service operation.
15+
This tutorial shows how to use Azure Logic Apps to process Azure Health Data Services Fast Healthcare Interoperability Resources (FHIR®) events. Logic Apps creates and runs automated workflows to process event data from other applications. You'll learn how to register a FHIR event with your Logic App, meet a specified event criteria, and perform a service operation.
1616

1717
Here's an example of a Logic App workflow:
1818

@@ -255,9 +255,9 @@ You need to add a specific action. Select "Choose an operation" to continue. The
255255
The options in this example are:
256256

257257
- Method is "Get"
258-
- URL is ```"concat('https://', triggerBody()?['subject'], '/_history/', triggerBody()?['dataVersion'])"```.
258+
- URL is `"concat('https://', triggerBody()?['subject'], '/_history/', triggerBody()?['dataVersion'])"`.
259259
- Authentication type is "Managed Identity".
260-
- Audience is ```"concat('https://', triggerBody()?['data']['resourceFhirAccount'])"```
260+
- Audience is `"concat('https://', triggerBody()?['data']['resourceFhirAccount'])"`.
261261

262262
### Allow FHIR Reader access to your Logic App
263263

@@ -269,7 +269,7 @@ At this point, you need to give the FHIR Reader access to your app, so it can ve
269269

270270
3. Select on Azure role assignments. Select "Add role assignment".
271271

272-
4. Specify the following:
272+
4. Specify the following options:
273273

274274
- Scope = Subscription
275275
- Subscription = your subscription
@@ -339,7 +339,7 @@ Here's an example of a workflow trigger success operation:
339339

340340
## Next steps
341341

342-
For more information about FHIR events, see
342+
For more information about FHIR events, see:
343343

344344
> [!div class="nextstepaction"]
345345
> [What are Events?](./events-overview.md)

0 commit comments

Comments
 (0)