Skip to content

Commit c130efb

Browse files
authored
Merge pull request #109813 from dominicbetts/pnp-limit-fix
Fix units
2 parents 409e658 + 4e3b8f2 commit c130efb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/iot-pnp/concepts-limits-quotas.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Limits and quotas IoT Plug and Play Preview | Microsoft Docs
33
description: Understand the limits, quotas, and throttling that apply when you use IoT Plug and Play Preview.
44
author: miagdp
55
ms.author: miag
6-
ms.date: 12/26/2019
6+
ms.date: 04/01/2020
77
ms.topic: conceptual
88
ms.service: iot-pnp
99
services: iot-pnp
@@ -22,19 +22,19 @@ For the public preview, the following limits and quotas apply to an IoT hub:
2222
| Number of device capability models (DCMs) or interfaces that can be registered per hub | 1500 ||
2323
| Maximum number of interfaces that can be registered per device | 40 ||
2424
| Maximum number of DCMs that can be registered per device | 1 ||
25-
| Maximum size of interface/DCM file | 512 chars ||
25+
| Maximum size of interface/DCM file | 512 KB ||
2626
| Maximum size of an interface name | 256 chars ||
2727
| Maximum size of a property name | 64 bytes, 7 levels in depth (and the first level is reserved for `$iotin`) | Allowed characters: a-z, A-Z, 0-9 (not as the first character), and underscore. |
2828
| Maximum size of a property value | 512 bytes ||
2929
| Maximum size of a command name | 100 bytes ||
3030
| Device twin size | Same as [IoT Hub Limits](../iot-hub/iot-hub-devguide-device-twins.md#device-twin-size) ||
31-
| Resolution API calls across SKU (regardless of units) | 100 request/second ||
31+
| Resolution API calls across SKU (regardless of units) | 100 requests/second ||
3232

3333
## Model Repository
3434

3535
For the public preview, the following limits and quotas apply to a model repository:
3636

37-
| Limits, restrictions, and throttles| Value |
37+
| Limits, restrictions, and throttles | Value |
3838
|-----|-----|
3939
| Number of company model repositories per Azure Active Directory tenant | 1 |
4040
| Number of authorization keys per model repository | 10 |

0 commit comments

Comments
 (0)