Skip to content

Commit 674d289

Browse files
committed
add Kelly's fix to link in previous question. Also roll date
1 parent 0d9e498 commit 674d289

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-dps/dps-faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
description: Find answer to common questions about Azure IoT Hub Device Provisioning Service.
55
author: kgremban
66
ms.author: kgremban
7-
ms.date: 02/09/2022
7+
ms.date: 02/10/2022
88
ms.topic: conceptual
99
ms.service: iot-dps
1010
services: iot-dps
@@ -37,7 +37,7 @@ sections:
3737
- question: |
3838
How does the health of an IoT hub affect device provisioning?
3939
answer: |
40-
Currently DPS doesn't check the health of an IoT hub before assigning devices. DPS will continue to try to assign devices to an IoT hub that is down based on its configured allocation policy. For example, if the configured allocation policy is *Lowest latency* and DPS has a linked IoT hub in region A (hub A) and one in region B (hub B), it will assign a device trying to provision from region A to hub A, even if hub A is down. To factor in IoT hub health when provisioning devices, you can implement a custom allocation policy with your own monitoring logic based on [IoT Hub diagnostics](../iot-hub//monitor-iot-hub.md) or your own user-defined metrics. To learn more about custom allocation policies, see [How to use custom allocation policies](how-to-use-custom-allocation-policies.md).
40+
Currently DPS doesn't check the health of an IoT hub before assigning devices. DPS will continue to try to assign devices to an IoT hub that is down based on its configured allocation policy. For example, if the configured allocation policy is *Lowest latency* and DPS has a linked IoT hub in region A (hub A) and one in region B (hub B), it will assign a device trying to provision from region A to hub A, even if hub A is down. To factor in IoT hub health when provisioning devices, you can implement a custom allocation policy with your own monitoring logic based on [IoT Hub diagnostics](../iot-hub/monitor-iot-hub.md) or your own user-defined metrics. To learn more about custom allocation policies, see [How to use custom allocation policies](how-to-use-custom-allocation-policies.md).
4141
- question: |
4242
Can multiple DPS instances provision devices to the same IoT hub?
4343
answer: |

0 commit comments

Comments
 (0)