Migrate Biztalk EDIfact message processing to Azure logic app.

venkat sai 1 Reputation point
2021-07-28T05:07:03.17+00:00

Existing code in BizTalk:-
• We receive multiple EDIfact messages from different partners, and we don’t have or validate any EDIFACT sender or partner information.
• Just enabled EDIFACT fall back configuration in admin console and no partners were configured.
• Which means Biztalk will process all the data irrespective of sender and receiver data.

Azure Logic app:-

How can do the same in Azure logic app, what I mean to say is, I don’t want to validate any sender or receiver information and just pass the EDIFACT file to map and then transform EDIFACT to xml.
I can upload schema and map xslt to the integration account and use that in logic app design viewer.

How can I achieve this, the reason being, we won’t validate sender information and no control over it.

Microsoft BizTalk Server
Microsoft BizTalk Server
A family of Microsoft server products that support large-scale implementation management of enterprise application integration processes.
363 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,064 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.