简体   繁体   English

如何将 asp.net 自定义 WebHook API 与 Azure 逻辑应用程序集成

[英]How do I integrate asp.net Custom WebHook API with Azure Logic App

I'm implementing C# WebAPI for custom WebHook to integrate with LogicApp workflow.我正在为自定义 WebHook 实现 C# WebAPI 以与 LogicApp 工作流集成。 WebAPI is having action which will send message to serviebus queue, this message is been picked-up by azure function and will process the same and send response to queue. WebAPI 正在执行将消息发送到 serviebus 队列的操作,此消息由 azure 函数获取,并将对其进行处理并将响应发送到队列。 Once the response is received webhook will send the confirmation to the initial requestor.收到响应后,webhook 会将确认发送给初始请求者。

I've developed all the pieces but not sure how do I integrate/bring them together as flow using logic apps.我已经开发了所有部分,但不知道如何使用逻辑应用程序将它们集成/组合在一起。

Any help is appreciated.任何帮助表示赞赏。

When using an HTTP connector in logic apps, you may utilize them to make outgoing calls to other services.在逻辑应用中使用 HTTP 连接器时,您可以利用它们对其他服务进行传出调用。

在此处输入图像描述

For more information on this, you can refer Call service endpoints over HTTP or HTTPS from Azure Logic Apps - MSFT Docs有关这方面的更多信息,您可以参考通过 HTTP 或 HTTPS 从 Azure 逻辑应用调用服务终结点 - MSFT Docs

暂无
暂无

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

相关问题 如何在ASP.NET Web API 2中获取自定义RouteTemplate属性的值? - How do I get the value of a custom RouteTemplate attribute in ASP.NET Web API 2? 如何禁用ASP.NET Web API的动词 - How do I disable verbs for ASP.NET Web API 将Autofac与Mediatr ASP.NET Web API2集成 - Integrate Autofac with mediatr ASP.NET Web API2 我需要在ASP.NET MVC应用程序中做一些特别的事情来从Web API 2应用程序读取Json响应吗? - Do I need to do something special in the ASP.NET MVC app to read a Json response from a Web API 2 application? 如何通过ASP.NET Identity的FacebookAuthenticationProvider传递自定义声明? - How do I pass custom claims via ASP.NET Identity's FacebookAuthenticationProvider? 在ASP.NET Web API 2中,如何在JSON序列化中保留对象引用? - In ASP.NET Web API 2, how do I preserve object references across JSON serialization? How do i send an object from Angular to an Asp.net Web Api? - How do i send an object from Angular to an Asp.net Web Api? 我如何获取Asp.net Web API来联接2个表(1对多关系) - How do I Get Asp.net web api to join 2 tables (1 to many relation) 如何通过JSON对象将文件流上传到ASP.NET中的Web API 2? - How do I upload a file stream to the web API 2 in ASP.NET via JSON object? ASP.NET MVC 和 Web API 模型绑定 - 如何绑定到语言不允许的名称的属性? - ASP.NET MVC and Web API model binding - how do I bind to properties with names disallowed by the language?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM