嵌套工作流(HTTP)-从Visual Studio部署 [英] nested workflows (HTTP) - deployment from Visual Studio

查看:80
本文介绍了嵌套工作流(HTTP)-从Visual Studio部署的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Visual Studio解决方案中创建了一个逻辑应用程序,该逻辑应用程序通过HTTP调用来调用另一个逻辑应用程序.但是我不知道如何在第二个逻辑应用程序中处理通用的HTTP URL.

I've created in my Visual Studio solution a logic apps that calls another logic apps through an HTTP call. But  I don't know how to deal with the generared HTTP URL in the second logic app.

我可以在我的ARM模板中生成此URL,还是真的必须在部署后手动修复该URL?

Can I generate this URL inside my ARM template or do I really have to fix the URL manually after deployment?

100%自动化此部署将非常好.

It would be great to automate this deployment 100%.

推荐答案

你好在自动化过程中,您可以部署逻辑应用程序,该逻辑应用程序首先接收请求,该应用程序将分配有问题的URL作为其请求触发器,然后进行REST调用 此端点获取该URL,然后继续部署具有必要定义的第二个Logic App,以利用该URL.

In your automation process, you can deploy the Logic App that receives requests first, which will get assigned with the URL in question for its Request trigger, and then make a REST call to this endpoint to get that URL, and then proceed to deploy your second Logic App with necessary definition to make use of that URL. Hope this helps :)


这篇关于嵌套工作流(HTTP)-从Visual Studio部署的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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