Using Azure BizTalk features
Answers: b, d, e
For making the reception of X12 documents work, all that is needed are partners, Agreements, a Schema, and a destination where to send the X12 XML. An FTP Source could be needed but is not required since all Agreements has an HTTP(S) endpoint url as default.
Answer: d
The message body is stored in the Azure Storage account.
Answer: b
The
MapEach
Functoid is used for conditional mapping of a repeating record and will be the optimal choice here.Answer: b
When processing custom formats in a bridge, Message Inspectors are used. As we are receiving Json, we want to convert from Json to XML. Json is not Flat File and a Map can only convert from XML to XML.
Answer: c
The communication between Azure and the on-premise LOB services requires relaying.
Answer: b
For connecting your virtual machines to local domains, Virtual Networks are used.