简体   繁体   中英

Azure logic app with AS2 connector through VPN

I am currently setting up an Azure logic app with an AS2 connector.

Now I am being asked to connect to the partner via VPN. From googling I think that is possible to somehow add the logic app to a VNET and then setup a site-to-site VPN gateway.

It is my first time to work with either Logic apps or AS2.

Question:

  1. Is it possible to setup an Azure logic app with AS2 connector that connects through a VPN?

  2. How might I do it?

Yes, it's possible.

First of all, you need to connect to Azure virtual networks from Azure Logic Apps by using an integration service environment (ISE) , With ISE, you deploy the Logic Apps service into your virtual network.

When you create a logic app or integration account, select your ISE as their location. Your logic app or integration account can then directly access resources, such as virtual machines (VMs), servers, systems, and services, in your virtual network. This virtual network can be an existing VNet that has a VPN connection to the partner or you can select an Azure VNet as a peer for your environment.

You may note those prerequisites before your deploy ISE, and your ISE needs four empty subnets that aren't delegated to any service. You also can optionally set up NSGs by filtering network traffic across subnets .

Here is a detailed explanation in this blog-- Introducing Azure Logic Apps Integration Service Environment (ISE).

For more references: https://docs.microsoft.com/en-us/azure/logic-apps/connect-virtual-network-vnet-isolated-environment-overview

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM