Um serviço do Azure que permite que provedores de serviços gerenciados, fornecedores de software independentes e equipes de TI corporativas forneçam soluções turnkey por meio do catálogo de serviços ou do Azure Marketplace.
Hi Elysson,
This behavior is expected for Microsoft Entra ID SCIM provisioning.
After the initial full provisioning cycle completes, Entra ID switches to incremental (delta-based) provisioning. During these incremental cycles, Entra ID only sends SCIM requests when it detects relevant changes in the source directory. If there are no user, group, assignment, or mapped attribute changes, no SCIM requests are sent to the target application.
When there are no changes, Entra ID does not issue periodic or “heartbeat” requests such as GET /Users. Incremental cycles still run internally on a scheduled basis, but if no deltas are found, the cycle completes without generating any outbound SCIM traffic. As a result, it is normal to see no SCIM calls for 24 hours or longer in stable environments.
Provisioning does not become silently inactive. If provisioning is stopped, paused, or blocked (for example, due to repeated failures), this will be reflected in the provisioning status and/or provisioning logs in the portal. When provisioning appears inactive but shows no errors, it typically indicates that there are simply no detected changes to process.
To confirm that incremental provisioning is functioning, you can modify a mapped attribute or assignment for a user or group assigned to the application. Within the next incremental cycle (typically within 20–40 minutes), Entra ID should issue the appropriate SCIM request and record it in the provisioning logs.
Refer:
https://learn.microsoft.com/en-us/entra/architecture/sync-scim
https://learn.microsoft.com/en-us/entra/identity/app-provisioning/scim-graph-scenarios