Skip to content

Commit 501b6f4

Browse files
authored
Update how-to-reprovision.md
1 parent 177676f commit 501b6f4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/iot-dps/how-to-reprovision.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ In order for devices to be reprovisioned based on the configuration changes made
7272

7373
How often a device submits a provisioning request depends on the scenario. When designing your solution and defining a reprovisioning logic there are a few things to consider. For example:
7474

75-
* The size of your fleet
76-
* How you expect your devices to restart
75+
* How often you expect your devices to restart
7776
* The [DPS quotas and limits](about-iot-dps.md#quotas-and-limits)
7877
* Expected deployment time for your fleet (phased rollout vs all at once)
7978
* Retry capability implemented on your client code, as described on the [Retry general guidance](/architecture/best-practices/transient-faults) at the Azure Architecture Center
@@ -90,7 +89,7 @@ How often a device submits a provisioning request depends on the scenario. When
9089
> We also recommend taking into account the service limits when planning activities like pushing updates to your fleet. For example, updating the fleet all at once could cause all devices to re-register through DPS (which could easily be above the registration quota limit) - For such scenarios, consider planning for device updates in phases instead of updating your entire fleet at the same time.
9190
9291
>[!Note]
93-
> The get the device registration state API does not currently work for TPM devices (the API surface does not include enough information to authenticate the request).
92+
> The [get device registration state API](/rest/api/iot-dps/service/device-registration-state/get) does not currently work for TPM devices (the API surface does not include enough information to authenticate the request).
9493
9594
## Next steps
9695

0 commit comments

Comments
 (0)