question

venkatsai-9378 avatar image
0 Votes"
venkatsai-9378 asked KamleshKumar commented

Migrate Biztalk EDIfact message processing to Azure logic app.

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.

azure-logic-appsbiztalk-server
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Any idea on this?

0 Votes 0 ·

Hi There,

Thank you for asking this question on the Microsoft Q&A Platform.

As per my experience, there is some limitation in Azure Logic-App Integration Account, and there is no option in Integration Account, similar like "EDIFACT Fallback Settings" in the BizTalk solution. Already this request has been added in Logicapp user voice, though if you want to add please follow the instruction here,

https://azure.microsoft.com/en-us/feedback/

Here, I would suggest going through with a different approach like calling the function and pass the message as an input, the next step is to call the map and proceed further.

Regards,
Kamlesh Kumar

If this answer solved your problem, please click the Verify Answer button (found below the answer) to help other users who have the same question.

0 Votes 0 ·

0 Answers