Skip to content

Commit bdee9ad

Browse files
authored
Merge pull request #268330 from PatAltimore/patricka-dps-quotas
Change adjustable limits for IoT DPS
2 parents ceb3bbd + 5a08df2 commit bdee9ad

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

includes/iot-dps-limits.md

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,20 @@
22
author: kgremban
33
ms.service: iot-dps
44
ms.topic: include
5-
ms.date: 10/10/2021
5+
ms.date: 03/06/2024
66
ms.author: kgremban
77
---
88

9-
> [!NOTE]
10-
> Some areas of this service have adjustable limits. This is represented in the tables below with the *Adjustable?* column. When the limit can be adjusted, the *Adjustable?* value is *Yes*.
11-
>
12-
>The actual value to which a limit can be adjusted may vary based on each customer’s deployment. Multiple instances of DPS may be required for very large deployments.
13-
>
14-
> If your business requires raising an adjustable limit or quota above the default limit, you can submit a request for additional resources by [opening a support ticket](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest). **Requesting an increase does not guarantee that it will be granted, as it needs to be reviewed on a case-by-case basis. Please contact Microsoft support as early as possible during your implementation, to be able to determine if your request could be approved and plan accordingly.**
15-
169
The following table lists the limits that apply to Azure IoT Hub Device Provisioning Service resources.
1710

1811
| Resource | Limit | Adjustable? |
1912
| --- | --- | --- |
20-
| Maximum device provisioning services per Azure subscription | 10 | Yes |
21-
| Maximum number of registrations | 1,000,000 | Yes |
22-
| Maximum number of individual enrollments | 1,000,000 | Yes |
23-
| Maximum number of enrollment groups *(X.509 certificate)* | 100 | Yes |
13+
| Maximum device provisioning services per Azure subscription | 10 | No |
14+
| Maximum number of registrations | 1,000,000 | No |
15+
| Maximum number of individual enrollments | 1,000,000 | No |
16+
| Maximum number of enrollment groups *(X.509 certificate)* | 100 | No |
2417
| Maximum number of enrollment groups *(symmetric key)* | 100 | No |
25-
| Maximum number of CAs | 25 | Yes |
18+
| Maximum number of CAs | 25 | No |
2619
| Maximum number of linked IoT hubs | 50 | No |
2720
| Maximum size of message | 96 KB| No |
2821

@@ -33,7 +26,7 @@ The Device Provisioning Service has the following rate limits.
3326

3427
| Rate | Per-unit value | Adjustable? |
3528
| --- | --- | --- |
36-
| Operations | 1,000/min/service | Yes |
37-
| Device registrations | 1,000/min/service | Yes |
29+
| Operations | 1,000/min/service | No |
30+
| Device registrations | 1,000/min/service | No |
3831
| Device polling operation | 5/10 sec/device | No |
3932

0 commit comments

Comments
 (0)