Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
验证 webhook 是否已通过 azure 事件网格而不是其他(可能是恶意的)服务或人员发送到我的订阅端点的最佳实践是什么。
配置 webhook URL 时,可以将秘密令牌放入查询参数中。然后,在您的代码中,您可以验证此参数。
例如,对于 Azure Function webhook,您将使用code参数:
code
https://myfunctionapp.azurewebsites.net/api/EventGridWebHook1?code=your_functionapp_code