Monday 19 February 2018

Hybrid Integration Solution Using BizTalk and Azure Logic App/Azure Func

In this article, I would show how to Trigger Logic App from BizTalk using Logic App Adapter,

Lets create, BizTalk solution and add a generate JSON schema using Product Json file, its quite similar to Flat File generation, refer below.



In order to send the request to and receive the response from logic app, create a receive and send pipeline with JSON Decoder and Encoder components, we would pass JSON request and convert the JSON response to XML Response.


Here is the simple orchestration which receive product message and then invokes the Logic app and places the response from the logic app to out folder.Lets deploy and configure the Application as shown below.


Test and verify the process, refer below for execution of BT odx, LogicApp and Azure Functions.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.