用于BizTalk流程的Azure Logicapps [英] Azure Logicapps for the BizTalk flow

查看:77
本文介绍了用于BizTalk流程的Azure Logicapps的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我几乎是Azure的新手。我刚刚开始浏览下面的msdn链接。

I am pretty much new to Azure. I just started going through the below msdn link.

https://docs.microsoft.com/en-us/azure/logic-apps/quickstart-create-first-logic-app -workflow

https://docs.microsoft.com/en-us/azure/logic-apps/quickstart-create-first-logic-app-workflow

我们计划将Azure Integartion与Logic应用程序一起用于BizTalk 2016流程。请详细说明如何实现以下方案。

We are planning to use Azure Integartion with Logic apps for the BizTalk 2016 flow. Please shed some light on how to achieve the below scenarios.

场景1:


1。接收来自SQL StoredProc调用的一堆请求(批处理消息)


2。通过调用web服务(循环)来处理它们通过Orchestratios


3。使用另一个StoredProc调用将Web服务响应发送到SQL


情景2:

1。从网络位置接收批量xml消息

2。通过调用web服务(循环)来处理它们通过Orchestratios

3。将网络服务响应发送到网络位置





推荐答案

对于场景1 



1.创建
批量接收器
逻辑应用程序。批处理接收器继续收集消息,直到满足您指定的条件释放为止


2.添加一个动作以添加
为每个
循环,在每个循环下,添加
HTTP Tigger
 连接Web服务然后使用
$ b连接到SQL Server $ b Azure SQL数据库连接器
$




对于场景2 



1.连接到
本地数据来自Azure Logic Apps的来源



2.添加操作以添加
为每个
循环,在每个循环下,添加
HTTP Tigger
 连接Web服务然后创建
文件系统连接器



For Scenario 1 

1. Create the batch receiver logic app. The batch receiver continues collecting messages until your specified criteria are met for releasing

2. Add an action for add a for each loop and under the for each loop, add HTTP Tigger  to connect a web service then connect to SQL Server by using Azure SQL Database connector


For Scenario 2 

1. Connect to on-premises data sources from Azure Logic Apps

2. Add an action for add a for each loop and under the for each loop, add HTTP Tigger  to connect a web service then create the File System connector


这篇关于用于BizTalk流程的Azure Logicapps的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆