Hi All,
Our current BizTalk solution is reading and parsing the EDI files into CE. I am trying to migrate BizTalk solution into Azure logic app. While configuring the agreements between the partner, I came across that we can have multiple receivers from the same sender. To handle this in BizTalk, we have Receiver Qualifier as BT and Receiver Identifier as HostX12Recvr as per Microsoft Link.
As per the Microsoft documentation, if the receiver identifier is defined as "HostX12Recvr", BizTalk Server will be receiving the message.
Screenshot from BizTalk below for Receiver Qualifier and Identifier (highlighted in red):
In the logic app, If we provide specific receiver Qualifier and Identifier in the agreement, the agreement gets resolved. But this has a limitation that if we have 100s of receiver, there would be 100s of agreement between the sender and the receiver.
Do we have any similar configuration to BizTalk in Azure logic app to resolve the agreement with the single receiver Identifier?