Microsoft Graph sending the same message

Enrique Carrillo 1 Reputation point
2021-10-05T17:02:25.12+00:00

I have a question about Microsoft Graph, I did this next tutorial https://learn.microsoft.com/en-us/graph/tutorials/azure-functions and currently i'm using it. This is how i'm using it: When someone send me a message i put the body message into a note in a web application but I can see in my Azure Function App that this same message is sending out several times, if i just use the code that's in the example i get a quick 200 response, but when i add part of my code to a class called Notify.cs inside the tutorial project, it sends the message several times, consequently, i get different notes with the same body content.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,249 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,569 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Enrique Carrillo 1 Reputation point
    2021-10-15T15:30:58.277+00:00

    Hi my apologizes, i didn't receive any notification from the 9 days ago message, is still do it that same process, sending out the same message, i was reading that if the message don't receive a 200 status within 3 seconds, microsoft graph would sending it again, and then i read this but i don't know how to return immediately
    140896-image.png