未收到 MS Teams 的任何更改通知

Not receiving any change Notifications for MS Teams

我创建了 2 个订阅(teams/allMessages 和 chats/allMessages)并且都有正确的通知端点(收到验证并确认)。如果消息是在团队中发送的,我不会收到任何通知。是否有一个页面可以了解请求是否已排队但未交付,或者是否存在导致接收更改通知延迟的中断。遇到这样的问题我们一般是怎么调试的?

Subscription registration:
{
    "changeType": "created,updated",
    "notificationUrl": "https://...amazonaws.com/api/notification/teams",
    "resource": "chats/allMessages",
    "clientState": "12c189af-16ed-41f9-9742-7c9f0fa2e22e",
    "expirationDateTime": "2020-07-16T22:01:33.639215Z",
    "includeResourceData": true,
    "lifecycleNotificationUrl": "...",
    "encryptionCertificateId": "84474ac9-eb09-41c3-b83e-396ffdc96a22",
    "encryptionCertificate": "..."
}

服务出现暂时性问题,通知延迟了几个小时。每当发生此类问题时,您都应该打开支持票以调查问题。