Microsoft Graph Api Webhook subscription via Rest Api not working anymore
问题 I have a working application that receive email webhook events from MS-Graph Api. I noticed that I could not find the subscription back using the subscriptionId, I get a 404 error.I also cannot delete the subscription using the id. I investigated further and noticed that I cannot create new subscriptions anymore: The Application registered in Azure AD is a service-application (daemon) My application auto renews the subscriptions and every time it did that I get a 202 response, but somehow the