简体   繁体   English

在 Azure 逻辑应用(标准)中找不到自定义连接器

[英]Custom connector not found in Azure logic app(Standard)

I added a logic app custom connector resource to connect to on premise HTTP API. But I'm not able to find it in logic app actions,我添加了一个逻辑应用程序自定义连接器资源以连接到本地 HTTP API。但我无法在逻辑应用程序操作中找到它,

在此处输入图像描述

I tried creating consumption logic app and it showed up there.我尝试创建消费逻辑应用程序,它出现在那里。 在此处输入图像描述

Not getting in standard logic app for some reason.由于某种原因没有进入标准逻辑应用程序。 I tried searching with different keywords like custom connector and name of connectors.我尝试使用不同的关键字进行搜索,例如自定义连接器和连接器名称。 No results.没结果。 Also tried to include this action from code view.还尝试从代码视图中包含此操作。 It got added, but the logic app stops after executing trigger only.它已添加,但逻辑应用仅在执行触发器后停止。

Both my connector and logic app are in same region as per documentation.根据文档,我的连接器和逻辑应用程序都位于同一区域。 Can someone let me know why it is not showing up in standard logic app actions?有人可以告诉我为什么它没有出现在标准逻辑应用程序操作中吗?

Currently we don't support invoking the customer connector from Logic App standard .目前我们不支持从 Logic App 标准调用客户连接器 This is something product team are planning to support but no ETA yet.这是产品团队计划支持但还没有 ETA 的东西。

Custom managed connectors currently aren't currently supported.当前不支持自定义托管连接器。

As Mayank mentioned, custom connectors are not yet supported for Logic app standard version.正如 Mayank 所提到的,Logic 应用标准版本尚不支持自定义连接器。 Couple of possible workaround solutions are:几个可能的解决方法是:

1.Try built-in connector extensibility - https://techcommunity.microsoft.com/t5/integrations-on-azure/azure-logic-apps-running-anywhere-built-in-connector/ba-p/1921272 1.尝试内置连接器可扩展性 - https://techcommunity.microsoft.com/t5/integrations-on-azure/azure-logic-apps-running-anywhere-built-in-connector/ba-p/1921272

2.Use a consumption logic app for integrating custom connectors and invoke it from your standard logic app. 2. 使用消费逻辑应用来集成自定义连接器并从标准逻辑应用中调用它。

Custom connector support is coming soon to Logic Apps Standard. Logic Apps Standard 即将推出自定义连接器支持。

By creating a new custom connector and manually adding it to the connection json and manually crafting the workflow code view you can make this work today.通过创建一个新的自定义连接器并将其手动添加到连接 json 并手动制作工作流代码视图,您现在就可以完成这项工作。 Once you do this some of the UI will work, full support coming soon.执行此操作后,某些 UI 将起作用,即将提供全面支持。

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

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