diff --git a/concepts/best-practices-concept.md b/concepts/best-practices-concept.md index 6cd5476c222..a32be4ee9d9 100644 --- a/concepts/best-practices-concept.md +++ b/concepts/best-practices-concept.md @@ -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.