Skip to content

Commit 36aea17

Browse files
Merge pull request #164950 from vimeht/master
Create device-update-limits.md
2 parents 454afd5 + c9b2b88 commit 36aea17

File tree

5 files changed

+74
-3
lines changed

5 files changed

+74
-3
lines changed

articles/azure-resource-manager/management/azure-subscription-service-limits.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,10 @@ The following table details the features and limits of the Basic, Standard, and
239239

240240
[!INCLUDE [database-migration-service-limits](../../../includes/database-migration-service-limits.md)]
241241

242+
## Device Update for IoT Hub limits
243+
244+
[!INCLUDE [device-update-for-iot-hub-limits](../../../includes/device-update-for-iot-hub-limits.md)]
245+
242246
## Digital Twins limits
243247

244248
> [!NOTE]
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Understand Device Update for IoT Hub limits | Microsoft Docs
3+
description: Key limits for Device Update for IoT Hub.
4+
author: vimeht
5+
ms.author: vimeht
6+
ms.date: 7/8/2021
7+
ms.topic: conceptual
8+
ms.service: iot-hub-device-update
9+
---
10+
11+
# Device Update for IoT Hub limits
12+
13+
This document provides an overview of the various limits that are imposed on the Device Update for IoT Hub resource and its associated operations. It also indicates whether the limits are adjustable by contacting Microsoft Support or not.
14+
15+
## Preview limits
16+
17+
During preview, the Device Update for IoT Hub service is provided at no cost to customers. More restrictive limits are imposed during the service's preview offering. These limits
18+
are expected to change once the service is Generally Available.
19+
20+
[!INCLUDE [device-update-for-iot-hub-limits](../../includes/device-update-for-iot-hub-limits.md)]
21+
22+
## Next steps
23+
24+
- [Create a Device Update for IoT Hub account](create-device-update-account.md)
25+
- [Troubleshoot common Device Update for IoT Hub issues](troubleshoot-device-update.md)

articles/iot-hub-device-update/index.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,14 @@ landingContent:
4141
url: device-update-plug-and-play.md
4242
- text: Understand device update authentication and authorization
4343
url: device-update-control-access.md
44-
- text: Understand device update agent
44+
- text: Understand Device Update agent
4545
url: device-update-agent-overview.md
46-
- text: Understand device update importing
46+
- text: Understand Device Update importing
4747
url: import-concepts.md
48-
- text: Understand device update groups
48+
- text: Understand Device Update groups
4949
url: device-update-groups.md
50+
- text: Understand Device Update limits
51+
url: device-update-limits.md
5052
- title: Developer guide
5153
linkLists:
5254
- linkListType: how-to-guide

articles/iot-hub-device-update/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ items:
4747
href: import-concepts.md
4848
- name: Import-related schema
4949
href: import-schema.md
50+
- name: Device Update limits
51+
href: device-update-limits.md
5052

5153
- name: How-to guides
5254
items:
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
author: vimeht
3+
ms.author: vimeht
4+
ms.date: 7/8/2021
5+
ms.topic: include
6+
ms.service: iot-hub-device-update
7+
---
8+
9+
> [!NOTE]
10+
> When a given resource or operation doesn't have adjustable limits, the default and the maximum limits are the same.
11+
> When the limit can be adjusted, the table includes different values for Default limit and Maximum limit headers. The limit can be raised above the default limit
12+
> but not above the maximum limit.
13+
> If you want to raise the limit or quota above the default limit, open an [online customer support request](https://azure.microsoft.com/support/options/).
14+
15+
16+
This table provides the limits for the Device Update for IoT Hub resource in Azure Resource Manager:
17+
18+
| Resource | Default Limit | Maximum Limit | Adjustable? |
19+
| --- | --- | --- | --- |
20+
| Accounts per subscription | 2 | 25 | Yes |
21+
| Instances per account | 2 | 25 | Yes |
22+
| Length of account name | Minimum: 3 <br/> Maximum: 24 | Minimum: 3 <br/> Maximum: 24 | No |
23+
| Length of instance name | Minimum: 3 <br/> Maximum: 36 | Minimum: 3 <br/> Maximum: 36 | No |
24+
25+
26+
27+
This table provides the various limits associated with the operations within Device Update for IoT Hub:
28+
29+
| Operation | Default Limit | Maximum Limit | Adjustable? |
30+
| --- | --- | --- | --- |
31+
| Number of devices per instance | 1,000 | 10,000 | Yes |
32+
| Number of update providers per instance | 5 | 5 | No |
33+
| Number of update names per provider per instance | 5 | 5 | No |
34+
| Number of update versions per update provider and name per instance | 25 | 25 | No |
35+
| Total number of updates per instance | 100 | 100 | No |
36+
| Maximum single update file size | 800 MB | 800 MB | No |
37+
| Maximum combined size of all files in a single import action | 800 MB | 800 MB | No |
38+
| Number of device groups per instance | 75 | 75 | No |

0 commit comments

Comments
 (0)