Skip to content

Commit 56ef5e0

Browse files
committed
update image
1 parent cfae706 commit 56ef5e0

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

support/entra/entra-id/app-integration/404-not-found-error-manage-objects-microsoft-graph.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 404 Error When Managing Objects Using Microsoft Graph
33
description: Provides a solution to a 404 error when you try to manage a Microsoft Entra object that's just created using Microsoft Graph.
4-
ms.date: 01/06/2025
4+
ms.date: 01/07/2025
55
ms.reviewer: kakapans, v-weizhu
66
ms.service: entra-id
77
ms.custom: sap:Problem with querying or provisioning resources
@@ -20,7 +20,7 @@ Assume that you create an object, such as a user, group, or application, in Micr
2020

2121
As shown in the following diagram, when your application makes a request via Microsoft Graph to create a user in Microsoft Entra ID, the service begins the replication process and returns an object for that user, which includes the user's ID and other relevant data used in your request. If your application immediately attempts to update this user, it might connect with a replica that hasn't been updated with the new user object yet. Consequently, you receive a 404 error because the user isn't found on that replica.
2222

23-
:::image type="content" source="media/404-not-found-error-manage-objects-microsoft-graph/404-error-diagram.png" alt-text="Diagram that explains the cause of the 404 error." border="false":::
23+
:::image type="content" source="media/404-not-found-error-manage-objects-microsoft-graph/404-not-found-error-diagram.png" alt-text="Diagram that explains the cause of the 404 error.":::
2424

2525
## Solution
2626

56.6 KB
Loading

0 commit comments

Comments
 (0)