Skip to content

Commit 28b5c7d

Browse files
authored
Merge pull request #197733 from nimengan/patch-3
Add Note for device/module identity retrieval delay after creation
2 parents 249c1fd + 49e28c0 commit 28b5c7d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/iot-hub/iot-hub-devguide-identity-registry.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ An IoT Hub identity registry:
4747
> [!IMPORTANT]
4848
> Only use the identity registry for device management and provisioning operations. High throughput operations at run time should not depend on performing operations in the identity registry. For example, checking the connection state of a device before sending a command is not a supported pattern. Make sure to check the [throttling rates](iot-hub-devguide-quotas-throttling.md) for the identity registry, and the [device heartbeat](iot-hub-devguide-identity-registry.md#device-heartbeat) pattern.
4949
50+
> [!NOTE]
51+
> It can take a few seconds for a device or module identity to be available for retrieval after creation. Please retry `get` operation of device or module identities in case of failures.
52+
5053
## Disable devices
5154

5255
You can disable devices by updating the **status** property of an identity in the identity registry. Typically, you use this property in two scenarios:
@@ -243,4 +246,4 @@ To try out some of the concepts described in this article, see the following IoT
243246

244247
To explore using the IoT Hub Device Provisioning Service to enable zero-touch, just-in-time provisioning, see:
245248

246-
* [Azure IoT Hub Device Provisioning Service](https://azure.microsoft.com/documentation/services/iot-dps)
249+
* [Azure IoT Hub Device Provisioning Service](https://azure.microsoft.com/documentation/services/iot-dps)

0 commit comments

Comments
 (0)