Skip to content

Commit 9d89952

Browse files
authored
Update best-practices-concept.md
Adding support boundaries for third-party apps as per CSS policy
1 parent 1e091b8 commit 9d89952

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 are using a third-party application, you will need to enagage the vendor with our support team in order to be able to investigate any issue in the third-party application.

0 commit comments

Comments
 (0)