Skip to content

Commit 074be5d

Browse files
authored
Merge pull request #190372 from JimacoMS4/remove-hub-10000-sas-uri-limit-from-arm-docs
Remove 10000 SAS URI limit from File Upload ops in RM documentation
2 parents 98882d1 + 4f9fc45 commit 074be5d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

includes/iot-hub-limits.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
author: robinsh
3-
ms.author: robinsh
2+
author: kgremban
3+
ms.author: kgremban
44
ms.service: iot-hub
55
ms.topic: include
6-
ms.date: 10/26/2018
6+
ms.date: 0/02/2022
77
---
88
The following table lists the limits associated with the different service tiers S1, S2, S3, and F1. For information about the cost of each *unit* in each tier, see [Azure IoT Hub pricing](https://azure.microsoft.com/pricing/details/iot-hub/).
99

@@ -14,8 +14,7 @@ The following table lists the limits associated with the different service tiers
1414

1515
> [!NOTE]
1616
> If you anticipate using more than 200 units with an S1 or S2 tier hub or 10 units with an S3 tier hub, contact Microsoft Support.
17-
>
18-
>
17+
>
1918
2019
The following table lists the limits that apply to IoT Hub resources.
2120

@@ -62,7 +61,7 @@ IoT Hub throttles requests when the following quotas are exceeded.
6261
| Device-to-cloud sends |6,000/sec/unit (for S3), 120/sec/unit (for S2), 12/sec/unit (for S1). <br/>Minimum of 100/sec. |
6362
| Cloud-to-device sends | 83.33/sec/unit (5,000/min/unit) (for S3), 1.67/sec/unit (100/min/unit) (for S1 and S2). |
6463
| Cloud-to-device receives |833.33/sec/unit (50,000/min/unit) (for S3), 16.67/sec/unit (1,000/min/unit) (for S1 and S2). |
65-
| File upload operations |83.33 file upload initiations/sec/unit (5,000/min/unit) (for S3), 1.67 file upload initiations/sec/unit (100/min/unit) (for S1 and S2). <br/> 10,000 SAS URIs can be out for an Azure Storage account at one time.<br/> 10 SAS URIs/device can be out at one time. |
64+
| File upload operations |83.33 file upload initiations/sec/unit (5,000/min/unit) (for S3), 1.67 file upload initiations/sec/unit (100/min/unit) (for S1 and S2). <br/> 10 concurrent file uploads per device. |
6665
| Direct methods | 24 MB/sec/unit (for S3), 480 KB/sec/unit (for S2), 160 KB/sec/unit (for S1).<br/> Based on 8-KB throttling meter size. |
6766
| Device twin reads | 500/sec/unit (for S3), Maximum of 100/sec or 10/sec/unit (for S2), 100/sec (for S1) |
6867
| Device twin updates | 250/sec/unit (for S3), Maximum of 50/sec or 5/sec/unit (for S2), 50/sec (for S1) |

0 commit comments

Comments
 (0)