Skip to content

Commit

Permalink
Merge pull request #9480 from BassamMSFT/patch-4
Browse files Browse the repository at this point in the history
Update best-practices-concept.md
  • Loading branch information
Lauragra authored Dec 13, 2024
2 parents 5815217 + 7fc46f1 commit 389690c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions concepts/best-practices-concept.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,4 @@ To ensure reliability and facilitate support for your application:
- Generate a unique GUID and send it on each Microsoft Graph REST request. This helps Microsoft investigate any errors more easily if you need to report an issue with Microsoft Graph.
- On every request to Microsoft Graph, generate a unique GUID, send it in the `client-request-id` HTTP request header, and also log it in your application's logs.
- Always log the `request-id` and `Date` from the HTTP response headers. These, together with the `client-request-id`, are required when reporting issues in [Microsoft Q&A](/answers/products/m365#microsoft-graph) or to Microsoft Support.
- If you're using a third-party application, the app vendor needs to engage with our support team to investigate the issue.

0 comments on commit 389690c

Please sign in to comment.