Skip to content

Commit 42b5ba4

Browse files
Merge pull request #226748 from kgremban/feb7-hubpricing
update, clarify pricing and scale
2 parents cafcc93 + 33cff47 commit 42b5ba4

16 files changed

+178
-197
lines changed

articles/azure-percept/quickstart-percept-dk-set-up.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ To verify if your Azure account is an “owner” or “contributor” within th
151151
- Select the **S1 (standard) pricing tier**.
152152

153153
> [!NOTE]
154-
> It may take a few minutes for your IoT Hub deployment to complete. If you need a higher [message throughput](../iot-hub/iot-hub-scaling.md#message-throughput) for your edge AI applications, you may [upgrade your IoT Hub to a higher standard tier](../iot-hub/iot-hub-upgrade.md) in the Azure Portal at any time. B and F tiers do NOT support Azure Percept.
154+
> It may take a few minutes for your IoT Hub deployment to complete. If you need a higher [message throughput](../iot-hub/iot-hub-scaling.md#tier-editions-and-units) for your edge AI applications, you may [upgrade your IoT Hub to a higher standard tier](../iot-hub/iot-hub-upgrade.md) in the Azure Portal at any time. B and F tiers do NOT support Azure Percept.
155155
156156
1. When the deployment is complete, select **Register**.
157157

articles/iot-hub-device-update/create-update-group.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ You can schedule a job on multiple devices to add or update a Device Update tag.
7777
For more information, see [Schedule and broadcast jobs](../iot-hub/iot-hub-csharp-csharp-schedule-jobs.md).
7878

7979
> [!NOTE]
80-
> This action counts against your IoT Hub messages quota. We recommend only changing up to 50,000 device or module twin tags at a time, otherwise you may need to buy more IoT Hub units if you exceed your daily IoT Hub message quota. For more information, see [Quotas and throttling](../iot-hub/iot-hub-devguide-quotas-throttling.md#quotas-and-throttling).
80+
> This action counts against your IoT Hub messages quota. We recommend only changing up to 50,000 device or module twin tags at a time, otherwise you may need to buy more IoT Hub units if you exceed your daily IoT Hub message quota. For more information, see [Quotas and throttling](../iot-hub/iot-hub-devguide-quotas-throttling.md).
8181
8282
### Add tags by updating twins
8383

@@ -195,14 +195,14 @@ az iot du device group show \
195195

196196
## Deleting device groups
197197

198-
While device groups are automatically created, groups, device classes and deployments are not automatically cleaned up so as to retain them for historical records or other user needs. Device groups can be deleted through Azure Portal by individually selecting and deleting the desired groups, or by calling the DELETE API on the group. [Learn more](/cli/azure/iot/du/device/group#az-iot-du-device-group-delete)
198+
While device groups are automatically created, groups, device classes and deployments are not automatically cleaned up so as to retain them for historical records or other user needs. Device groups can be deleted through Azure portal by individually selecting and deleting the desired groups, or by calling the DELETE API on the group. [Learn more](/cli/azure/iot/du/device/group#az-iot-du-device-group-delete)
199199

200200
If a device is ever connected again for this group after the group is deleted, while the group will be automatically re-created there will be no associated device or deployment history.
201201

202202
To be deleted, a group must meet the following requirements:
203203
* The group must have NO member devices. This means that no device provisioned in the Device Update instance should have a ADUGroup tag with a value matching the selected group's name.
204204
* The group must NOT be a default group.
205-
* The group must have NO active or cancelled deployments associated with it.
205+
* The group must have NO active or canceled deployments associated with it.
206206

207207
> [!NOTE]
208208
> If you are still unable to delete a group after meeting the above requirements, then validate whether you have any Unhealthy devices that are tagged as part of the group. Unhealthy devices are devices that cannot receive a deployment, and as a result don't show up directly in the list of member devices within a group. You can validate whether you have any unhealthy devices by going to "Find missing devices" within the Diagnostics tab in the Device Update Portal experience. In case you have Unhealthy devices that are tagged as part of the group, you will need to modify the tag value or delete the device entirely before attempting to delete your group.

articles/iot-hub/TOC.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@
9696
href: query-twins.md
9797
- name: Job queries
9898
href: query-jobs.md
99-
- name: Quotas and throttling
100-
displayName: operations, traffic, connections, latency
101-
href: iot-hub-devguide-quotas-throttling.md
10299
- name: Compare IoT Hub and Event Hubs
103100
href: iot-hub-compare-event-hubs.md
104101
- name: React to IoT Hub events with Event Grid
@@ -114,6 +111,9 @@
114111
- name: Choose the right IoT Hub tier
115112
displayName: basic, standard, partitions, message throughput
116113
href: iot-hub-scaling.md
114+
- name: Quotas and throttling
115+
displayName: operations, traffic, connections, latency
116+
href: iot-hub-devguide-quotas-throttling.md
117117
- name: Pricing examples
118118
href: iot-hub-devguide-pricing.md
119119
- name: Messaging

0 commit comments

Comments
 (0)