简体   繁体   English

由于“Webhook 验证握手失败”,Azure 应用程序配置部署事件订阅失败

[英]Azure App configuration Deploying Event Subscription failed due to “Webhook validation handshake failed”

Hi I am trying to create an event subscription for Azure App Configuration via Portal.您好,我正在尝试通过门户为 Azure 应用程序配置创建事件订阅。 Endpoint Type is Webhook.端点类型是 Webhook。 The System Topic gets created successfully, but the Event Subscription Deployment fails due to "Webhook validation handshake failed for..." I tried the postman call as mentioned here I don't get any validation response but a successful entry in the teams channel and status response 200, although i had to tweak the body to add a "text": "" value.系统主题已成功创建,但事件订阅部署因“Webhook 验证握手失败...”而失败,我尝试了此处提到的邮递员调用,但没有收到任何验证响应,但在团队频道中成功进入,并且状态响应 200,虽然我不得不调整正文以添加“文本”:“”值。 tried similar to event grid creation but still no luck.尝试类似于事件网格创建,但仍然没有运气。 Could it be, it is expecting a validation response from teams?是不是,它正在期待团队的验证响应? how do i get that setup?我如何获得该设置? Any help will be highly appreciated.任何帮助将不胜感激。 在此处输入图片说明 在此处输入图片说明 在此处输入图片说明 在此处输入图片说明

As the mentioned document , the Microsoft Teams is not in the list of services, where their webhook endpoint code is participated in a validation handshake with Event Grid.正如提到的文档Microsoft Teams不在服务列表中,他们的 webhook 端点代码参与了与 Event Grid 的验证握手。

You should use an integrator service, for instance: Azure Logic App or API Management to validate and mediate an event message based on the needs.您应该使用集成服务,例如: Azure 逻辑应用程序API 管理根据需要验证和调解事件消息。

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

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