admin管理员组文章数量:1387422
I have requirement PUB/SUB architecture using Azure event grid domain topics. To implement that, I have created a publisher logic-app1-pub, with HTTP trigger request, receives payload data and publish to a domain topic, up to here works fine.
In the event grid domain topic I need to subscribe. For that I need to created another logic-app2-sub with http trigger request or event receiver to subscribe domain topic message. need help on this. I am using when a event receives connecter, when I create subscription, after updating updating logic app url in the subscription I am getting below exceptions
if I select custom domain schema option
if I select Event Domain Schema, getting the similar error if I select the last option cloud event schema, same exception
I suspect some thing wrong in the schema in the event receiver connecter in logic-app2-sub. am I missing something?
all logic apps are consumption plan multitenant
I trying achieve a flow - content update flow in cosmos db, involves an API backend as a logic app, this logic is a publisher to even domain topics - another logic app as a subscriber which has a event receiver connecter, once an event massage received, the logic will update database some file status
本文标签: Azure Event Grid Topic SubscriberStack Overflow
版权声明:本文标题:Azure Event Grid Topic Subscriber - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744558195a2612605.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论