简体   繁体   English

Azure Logic应用HTTP侦听器

[英]Azure Logic App HTTP Listener

https://azure.microsoft.com/en-us/documentation/articles/app-service-logic-connector-http/#using-the-http-listener-in-your-logic-app says that after creating an HTTP Listener, I need to: https://azure.microsoft.com/zh-CN/documentation/articles/app-service-logic-connector-http/#using-the-http-listener-in-your-logic-app说在创建HTTP之后听众,我需要:

  1. Create a new Logic App. 创建一个新的逻辑应用程序。
  2. Open “Triggers and Actions” to open the Logic Apps Designer and configure your flow. 打开“触发器和操作”以打开Logic Apps Designer并配置流程。 The HTTP Listener is listed in the gallery. 在库中列出了HTTP侦听器。 Select it. 选择它。
  3. You can now set the HTTP Method and the relative URL on which you require the listener to trigger the flow 现在,您可以设置HTTP方法和要求侦听器触发流的相对URL。

I have followed the steps religiously yet no matter what I do, I see something different from the tutorial! 我认真地遵循了这些步骤,但是无论我做什么,我都会发现与本教程有所不同! In particular, I see something about Double cilck here to configure this API App 特别是,我Double cilck here to configure this API App看到有关Double cilck here to configure this API App一些信息Double cilck here to configure this API App 在此处输入图片说明

I have looked at many different tutorials online and they all have the same instructions with the same example photo. 我在网上看了很多不同的教程,它们都有相同的说明,并带有相同的示例照片。 None of them appear to see what I see. 他们似乎都看不到我所看到的。 Double clicking just takes me to the APIAPP blade where I can see an API definition but I don't see any way to add a new API endpoint. 双击只是将我带到APIAPP刀片,在那里我可以看到API定义,但看不到添加新API端点的任何方法。 It appears that I have a PUT, DELETE and POST endpoint created for me (all defaults I presume) and I can download a Swagger file but nothing about how I can add a new GET or POST trigger. 看来我已经为我创建了一个PUT,DELETE和POST端点(我假定所有默认设置),并且可以下载Swagger文件,但与如何添加新的GET或POST触发器无关。

I'm hoping someone can tell me what it is that I am doing wrong or missing here. 我希望有人可以告诉我我在这里做错了什么或想念什么。 Perhaps my API App is missing some critical piece of configuration information before it can be used in a Logic App? 也许我的API App缺少一些关键的配置信息,然后才能在Logic App中使用它? I followed the directions to the letter as far as I can tell. 据我所知,我遵循了这封信的指示。

Ah, the missing piece of the puzzle was to click on the arrow underneath the "Double click here" text. 啊,谜题中缺少的部分是单击“双击此处”文本下方的箭头。 I had assumed that the arrow was the same as double clicking. 我以为箭头与双击相同。

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

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