Skip to content

Create throttling-device-registration.md #9572

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions concepts/throttling-limits.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ The rest of this article provides an overview of the service-specific throttling

[!INCLUDE [Identity and access data policy operation documentation](../includes/throttling-datapolicy-operation.md)]

## Identity and access device registration service limits

[!INCLUDE [Identity and access device registration throttling documentation](../includes/throttling-device-registration.md)]

## Identity protection and conditional access service limits

[!INCLUDE [Information protection throttling documentation](../includes/throttling-identityprotection-ca.md)]
Expand Down
16 changes: 16 additions & 0 deletions includes/throttling-device-registration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
author: sandeo-MSFT
ms.author: sandeo
ms.localizationpriority: high
ms.subservice: entra-id
ms.topic: include
---
<!-- markdownlint-disable MD041 -->

| Request type |Limit per app per tenant |
| ------------ |------------------------ |
| POST, PATCH, DELETE | 1500 requests per 150 seconds |

The preceding limits apply to the following resources:

- [device](/graph/api/resources/device)
Loading