Hello @balaram nanduri,
To securely connect external AS2 partners with your Azure Integration Account and Logic Apps, using Azure API Management (APIM) is highly recommended. APIM acts as a secure gateway, preventing direct exposure of your Logic App URLs. It allows you to enforce mutual TLS for certificate-based authentication, crucial for AS2. Its policy engine enables dynamic routing based on AS2 headers, directing messages to the correct Logic Apps.
Additionally, APIM effectively handles both synchronous and asynchronous MDN responses, ensuring reliable message delivery. By implementing APIM, you gain centralized control over security, routing, and monitoring, making it the ideal solution for complex AS2 integrations while maintaining strong security posture.
For further clarification, please refer to the following documentations: Document1, Document2
I hope this helps resolve your issue. Feel free to reach out if you have further concerns.