简体   繁体   English

在逻辑应用程序中使用自定义连接器

[英]Using custom connector in logic app

My Issues: 我的问题:

  1. Create new logic app custom connector by uploading a swagger file. 通过上传一个摇摇欲坠的文件来创建新的逻辑应用程序自定义连接器。 No authentication is selected. 未选择身份验证。 Connect via on premise gateway option is checked. 选中通过本地网关连接选项。 API to be called by the connector is hosted on a VM and uses no authentication. 连接器将调用的API托管在VM上,并且不使用身份验证。

  2. Create a logic app and add the custom connector. 创建一个逻辑应用程序并添加自定义连接器。

  3. Running the logic app gives the following error: 运行逻辑应用程序会出现以下错误:

    { "status": 400, "message": "Header 'x-ms-apim-tokens' not found.\\r\\nclientRequestId: dc6.........", "source": "gatewayconnector-australiasoutheast.logic-ase-australiasoutheast.p.azurewebsites.net" }

Any idea what's going on? 知道发生了什么吗?

Thanks! 谢谢!

This is due to a regression that made its way to a few Logic Apps geo-regions earlier this week. 这是由于本周早些时候进行的回归已进入一些Logic Apps地理区域。 All regions should receive a patched build by end-of-day Tuesday 4/17. 所有地区都应在4/17星期二工作日结束之前收到修补的版本。

Once the patch is deployed, you would need to update the custom connector (there is no need to update/recreate any connections) 部署补丁程序后,您将需要更新自定义连接器(无需更新/重新创建任何连接)

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

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