Skip to content

Commit dfdff6d

Browse files
authored
Merge pull request #202522 from JimacoMS4/fix-feedback-94528-limits-on-configuration-count
Fix feedback 94528 limits on configuration count
2 parents 4982869 + 8a953e5 commit dfdff6d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

articles/iot-hub/iot-hub-automatic-device-management-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Automatic device management works by updating a set of device twins or module tw
2525

2626
* The **metrics** define the summary counts of various configuration states such as **Success**, **In Progress**, and **Error**. Custom metrics are specified as queries on twin reported properties. System metrics are the default metrics that measure twin update status, such as the number of twins that are targeted and the number of twins that have been successfully updated.
2727

28-
Automatic configurations run for the first time shortly after the configuration is created and then at five minute intervals. Metrics queries run each time the automatic configuration runs.
28+
Automatic configurations run for the first time shortly after the configuration is created and then at five minute intervals. Metrics queries run each time the automatic configuration runs. A maximum of 100 automatic configurations is supported on standard tier IoT hubs; ten on free tier IoT hubs. Throttling limits also apply. To learn more, see [Quotas and Throttling](iot-hub-devguide-quotas-throttling.md).
2929

3030
## CLI prerequisites
3131

@@ -112,9 +112,9 @@ Metric queries for modules are also similar to queries for devices, but you sele
112112

113113
## Create a configuration
114114

115-
You configure target devices by creating a configuration that consists of the target content and metrics.
115+
You can create a maximum of 100 automatic configurations on standard tier IoT hubs; ten on free tier IoT hubs. To learn more, see [Quotas and Throttling](iot-hub-devguide-quotas-throttling.md).
116116

117-
Use the following command to create a configuration:
117+
You configure target devices by creating a configuration that consists of the target content and metrics. Use the following command to create a configuration:
118118

119119
```azurecli
120120
az iot hub configuration create --config-id [configuration id] \

articles/iot-hub/iot-hub-automatic-device-management.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Automatic device management works by updating a set of device twins or module tw
2626

2727
* The **metrics** define the summary counts of various configuration states such as **Success**, **In Progress**, and **Error**. Custom metrics are specified as queries on twin reported properties. System metrics are the default metrics that measure twin update status, such as the number of twins that are targeted and the number of twins that have been successfully updated.
2828

29-
Automatic configurations run for the first time shortly after the configuration is created and then at five minute intervals. Metrics queries run each time the automatic configuration runs.
29+
Automatic configurations run for the first time shortly after the configuration is created and then at five minute intervals. Metrics queries run each time the automatic configuration runs. A maximum of 100 automatic configurations is supported on standard tier IoT hubs; ten on free tier IoT hubs. Throttling limits also apply. To learn more, see [Quotas and Throttling](iot-hub-devguide-quotas-throttling.md).
3030

3131
## Implement twins
3232

@@ -49,6 +49,8 @@ Before you create a configuration, you must specify which devices or modules you
4949

5050
## Create a configuration
5151

52+
You can create a maximum of 100 automatic configurations on standard tier IoT hubs; ten on free tier IoT hubs. To learn more, see [Quotas and Throttling](iot-hub-devguide-quotas-throttling.md).
53+
5254
1. In the [Azure portal](https://portal.azure.com), go to your IoT hub.
5355

5456
2. Select **Configurations** in the left navigation pane.

0 commit comments

Comments
 (0)