简体   繁体   English

通过 VPN 使用 AS2 连接器的 Azure 逻辑应用

[英]Azure logic app with AS2 connector through VPN

I am currently setting up an Azure logic app with an AS2 connector.我目前正在使用 AS2 连接器设置 Azure 逻辑应用程序。

Now I am being asked to connect to the partner via VPN.现在我被要求通过 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.通过谷歌搜索,我认为可以以某种方式将逻辑应用程序添加到 VNET,然后设置站点到站点 VPN 网关。

It is my first time to work with either Logic apps or AS2.这是我第一次使用 Logic 应用程序或 AS2。

Question:题:

  1. Is it possible to setup an Azure logic app with AS2 connector that connects through a VPN?是否可以使用通过 VPN 连接的 AS2 连接器设置 Azure 逻辑应用程序?

  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.首先,您需要使用集成服务环境 (ISE) 从 Azure 逻辑应用程序连接到 Azure 虚拟网络,借助 ISE,您可以将逻辑应用程序服务部署到您的虚拟网络中。

When you create a logic app or integration account, select your ISE as their location.创建逻辑应用程序或集成帐户时,选择您的 ISE 作为其位置。 Your logic app or integration account can then directly access resources, such as virtual machines (VMs), servers, systems, and services, in your virtual network.然后,您的逻辑应用或集成帐户可以直接访问虚拟网络中的资源,例如虚拟机 (VM)、服务器、系统和服务。 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.此虚拟网络可以是与合作伙伴建立 VPN 连接的现有 VNet,也可以选择 Azure VNet 作为环境的对等点

You may note those prerequisites before your deploy ISE, and your ISE needs four empty subnets that aren't delegated to any service.您可能会在部署 ISE 之前记下这些先决条件,并且您的 ISE 需要四个未委派给任何服务的子网。 You also can optionally set up NSGs by filtering network traffic across subnets .您还可以选择通过过滤跨子网的网络流量来设置 NSG。

Here is a detailed explanation in this blog-- Introducing Azure Logic Apps Integration Service Environment (ISE).下面是这篇博客的详细解释—— 介绍 Azure 逻辑应用集成服务环境 (ISE)。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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