简体   繁体   English

如何从 Google pubsub 服务触发 azure 逻辑应用

[英]How to trigger azure logic app from Google pubsub service

I need to create an Azure logic app that listen to google cloud pubsub, consume the message and do a JSON transform.我需要创建一个 Azure 逻辑应用程序来监听谷歌云 pubsub,使用消息并进行 JSON 转换。 Is there a simple way to directly trigger Azure Logic App when a new message in Google pubsub ?有没有一种简单的方法可以在Google pubsub中有新消息时直接触发Azure Logic App

As of now, there is no direct or simple way to connect to Google Pubsub through Logic apps you can have a look at Google Connectors and Azure Logic App connectors for further details截至目前,没有直接或简单的方法通过逻辑应用程序连接到 Google Pubsub 您可以查看Google 连接器Azure 逻辑应用程序连接器以获取更多详细信息

Also, you can raise a feature request in Azure Feedback Portal and Microsoft Q&A which also be helpful for other community members who want to have a similar connection.此外,您可以在Azure 反馈门户Microsoft Q&A中提出功能请求,这对其他希望拥有类似联系的社区成员也很有帮助。

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

相关问题 从逻辑应用触发 Azure 操作组 - Trigger Azure Action Group from a Logic App 从 Azure Logic App 调用 SOAP 服务的可能方法 - Possible ways to call SOAP service from Azure Logic App Azure 逻辑应用触发 REST API Azure API 管理 - Azure Logic App trigger a REST API in Azure API Manegement 如何从github部署到Azure应用服务 - How to Deploy from github to Azure App Service 逻辑应用中的 Azure 服务总线队列错误 - Azure service bus queue error in the logic app 如何从 Azure 容器应用服务使用 Azure ACR 进行身份验证 - How to authenticate with Azure ACR from Azure container app service 在 Azure Function 运行时使用 Logic App Standard 触发执行警告 - Trigger execution warnings with Logic App Standard on Azure Function Runtime 如何从 Azure 管道中的 Azure 应用服务获取价值 - How to get value from Azure App Service from Azure pipeline 我们如何在 Azure 中创建 1 个操作组来触发多个订阅的逻辑应用 - How can we create 1 action group in Azure to trigger a logic app for multiple subscriptions 如何从 Azure 服务应用计划中删除/断开 Azure .NET? - How to remove/disconnect an Azure VNET from an Azure Service App Plan?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM