You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -20,13 +20,13 @@ To decide which IoT Hub tier is right for your solution, ask yourself two questi
20
20
21
21
Azure IoT Hub offers two tiers, basic and standard, that differ in the features that they support. If your IoT solution is based around collecting data from devices and analyzing it centrally, then the basic tier is probably right for you. If you want to use more advanced configurations to control IoT devices remotely or distribute some of your workloads onto the devices themselves, then you should consider the standard tier.
22
22
23
-
For a detailed breakdown of which features are included in each tier, continue to [Basic and standard tiers](#choose-your-features-basic-and-standard-tiers).
23
+
For a detailed breakdown of which features are included in each tier, continue to [Choose your features: basic and standard tiers](#choose-your-features-basic-and-standard-tiers).
24
24
25
25
**How much data do I plan to move daily?**
26
26
27
27
Each IoT Hub tier is available in three sizes, based around how much data throughput they can handle in a day. These sizes are numerically identified as 1, 2, and 3. The size determines the baseline daily message limit, and then you can scale out an IoT hub by adding *units*. For example, each unit of a level 1 IoT hub can handle 400,000 messages a day. A level 1 IoT hub with five units can handle 2,000,000 messages a day. Or, go up to a level 2 hub where each unit has a 6,000,000 messages daily limit.
28
28
29
-
For more details about determining your message requirements and limits, continue to [Tier editions and units](#choose-your-size-editions-and-units).
29
+
For more details about determining your message requirements and limits, continue to [Choose your size: editions and units](#choose-your-size-editions-and-units).
30
30
31
31
## Choose your features: basic and standard tiers
32
32
@@ -62,7 +62,7 @@ The difference in supported capabilities between the basic and standard tiers of
@@ -81,7 +81,7 @@ The difference in supported capabilities between the basic and standard tiers of
81
81
82
82
### Partitions
83
83
84
-
Azure IoT hubs contain many core components from [Azure Event Hubs](../event-hubs/event-hubs-features.md), including [partitions](../event-hubs/event-hubs-features.md#partitions). Event streams for IoT hubs are populated with incoming telemetry data that is reported by various IoT devices. The partitioning of the event stream is used to reduce contentions that occur when concurrently reading and writing to event streams.
84
+
Azure IoT hubs contain many core components from [Azure Event Hubs](../event-hubs/event-hubs-features.md), including [partitions](../event-hubs/event-hubs-features.md#partitions). Event streams for IoT hubs are populated with incoming telemetry data reported by various IoT devices. The partitioning of the event stream is used to reduce contentions that occur when concurrently reading and writing to event streams.
85
85
86
86
The partition limit is chosen when an IoT hub is created, and can't be changed. The maximum limit of device-to-cloud partitions for basic tier and standard tier IoT hubs is 32. Most IoT hubs only need four partitions. For more information on determining the partitions, see the [How many partitions do I need?](../event-hubs/event-hubs-faq.yml#how-many-partitions-do-i-need-) question in the FAQ for [Azure Event Hubs](../event-hubs/index.yml).
87
87
@@ -92,15 +92,15 @@ After you create your IoT hub, you can upgrade from the basic tier to the standa
92
92
The partition configuration remains unchanged when you migrate from basic tier to standard tier.
93
93
94
94
> [!NOTE]
95
-
> The free tier does not support upgrading to basic or standard tier.
95
+
> The free tier doesn't support upgrading to basic or standard tier.
96
96
97
97
## Choose your size: editions and units
98
98
99
-
Once you've chosen the tier that provides the best features for your solution, determine the size that provides the best data capacity for your solution.
99
+
Once you choose the tier that provides the best features for your solution, determine the size that provides the best data capacity for your solution.
100
100
101
101
Each IoT Hub tier is available in three sizes, based around how much data throughput they can handle in any given day. These sizes are numerically identified as 1, 2, and 3.
102
102
103
-
A tier-size pair is represented as an *edition*. A basic tier IoT hub of size 2 is represented by the edition **B2**. Similarly, a standard tier IoT hub of size 3 is represented by the edition **S3**. For more information, including pricing details, see [IoT Hub edition](https://azure.microsoft.com/pricing/details/iot-hub/)
103
+
A tier-size pair is represented as an *edition*. A basic tier IoT hub of size 2 is represented by the edition **B2**. Similarly, a standard tier IoT hub of size 3 is represented by the edition **S3**. For more information, including pricing details, see [Azure IoT Hub pricing](https://azure.microsoft.com/pricing/details/iot-hub/)
104
104
105
105
Once you choose an edition for your IoT hub, you can multiple its messaging capacity by increasing the number of *units*.
106
106
@@ -114,7 +114,7 @@ The following table shows the capacity for device-to-cloud messages for each siz
114
114
| 2 | 6,000,000 | 22.8 GB |
115
115
| 3 | 300,000,000 | 1144.4 GB |
116
116
117
-
You can purchase up to 200 units for a size 1 or 2 IoT hub, or up to 10 units for a size 3 IoT hub. Your daily message limit and throttling limits are based on the combined capacity of all units. For example, buying one unit of size 2 gives you the same daily message limit as fifteen units of size 1.
117
+
You can purchase up to 200 units for a size 1 or 2 IoT hub, or up to 10 units for a size 3 IoT hub. Your daily message limit and throttling limits are based on the combined capacity of all units. For example, buying one unit of size 2 gives you the same daily message limit as 15 units of size 1.
118
118
119
119
For more information on the capacity and limits of each IoT Hub edition, see [IoT Hub quotas and throttling](iot-hub-devguide-quotas-throttling.md).
0 commit comments