Skip to content

Commit 02f71fd

Browse files
authored
Merge pull request #218903 from w-azure/winona-dps-faq
Added recent FAQs
2 parents a248d90 + 5f62f3f commit 02f71fd

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

articles/iot-dps/dps-faq.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ sections:
2828
How can I disable or remove a single device within an enrollment group without affecting any other devices?
2929
answer: |
3030
You can create a disabled individual enrollment entry for the device. To learn more, see [How to disenroll a device from Azure IoT Hub Device Provisioning Service](how-to-revoke-device-access-portal.md).
31+
- question: |
32+
Does DPS support provisioning a parent/child topology of IoT Edge gateways and devices?
33+
answer: |
34+
No.
3135
- question: |
3236
Can I use a WHERE clause to filter results when querying individual enrollments or enrollment groups?
3337
answer: |
@@ -36,6 +40,10 @@ sections:
3640
How does the health of an IoT hub affect device provisioning?
3741
answer: |
3842
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 [Understand custom allocation policies](concepts-custom-allocation.md).
43+
- question: |
44+
How can I recover from an accidental deletion of a DPS instance?
45+
answer: |
46+
There's no recovery mechanism. Open a support ticket and we can create a new DPS instance with the same scope ID. The provisioning data will be lost but at least with the same scope ID, devices will be able to reconnect once the enrollments are rebuilt.
3947
- question: |
4048
Can multiple DPS instances provision devices to the same IoT hub?
4149
answer: |
@@ -51,6 +59,15 @@ sections:
5159
Which Device Provisioning Service API operations are billable and what are their prices?”
5260
answer: |
5361
For information on which operations are billable and their prices, see [Billable service operations and pricing for Microsoft Device Provisioning Service](about-iot-dps.md#billable-service-operations-and-pricing)
62+
- question: |
63+
Is it more expensive to deploy DPS in regions that support regional failover versus regions that don't?
64+
answer: |
65+
No, the availability of regional failover doesn't affect DPS pricing. [Azure pricing calculator](https://azure.microsoft.com/en-us/pricing/calculator/).
66+
- question: |
67+
Will I be billed again if my device was successfully provisioned to a hub, then I had to reconnect?
68+
answer: |
69+
Reprovisioning through DPS is a billable operation but reconnecting to IoT Hub is not. Whenever possible, devices should attempt to reconnect to their assigned IoT hub before going through the reprovisioning process.
70+
5471
5572
additionalContent: |
5673

0 commit comments

Comments
 (0)