Skip to content

Commit 389690c

Browse files
authored
Merge pull request #9480 from BassamMSFT/patch-4
Update best-practices-concept.md
2 parents 5815217 + 7fc46f1 commit 389690c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

concepts/best-practices-concept.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,4 @@ To ensure reliability and facilitate support for your application:
160160
- 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.
161161
- 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.
162162
- 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.
163+
- If you're using a third-party application, the app vendor needs to engage with our support team to investigate the issue.

0 commit comments

Comments
 (0)