Skip to content

Commit fb1decf

Browse files
authored
Merge pull request #190158 from JimacoMS4/dps-add-faq-for-getting-auth-token
Add DPS FAQ for auth token
2 parents 0695a82 + 2f394e8 commit fb1decf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/iot-dps/dps-faq.yml

Lines changed: 5 additions & 1 deletion
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/10/2022
7+
ms.date: 03/01/2022
88
ms.topic: faq
99
ms.service: iot-dps
1010
services: iot-dps
@@ -40,6 +40,10 @@ sections:
4040
Can multiple DPS instances provision devices to the same IoT hub?
4141
answer: |
4242
Yes; however, built-in allocation policies apply to each DPS instance individually, so load balancing across multiple IoT hubs is not possible when using the built-in DPS policies. Instead, you can use a custom allocation policy to implement load balancing when using multiple DPS instances. To learn more about custom allocation policies, see [How to use custom allocation policies](how-to-use-custom-allocation-policies.md).
43+
- question: |
44+
How can I get an authorization token to use for REST service operations?
45+
answer: |
46+
For information about how to get an authorization token for REST service operations like [Create or Update Enrollment Group](/rest/api/iot-dps/service/enrollment-group/create-or-update) and [Get Device Registration State](/rest/api/iot-dps/service/device-registration-state/get), see [Service API authentication](how-to-control-access.md#service-api-authentication).
4347
4448
- name: DPS Billing
4549
questions:

articles/iot-dps/how-to-control-access.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -273,11 +273,7 @@ The result, which would grant access to read all enrollment records, would be:
273273
274274
`SharedAccessSignature sr=mydps.azure-devices-provisioning.net&sig=JdyscqTpXdEJs49elIUCcohw2DlFDR3zfH5KqGJo4r4%3D&se=1456973447&skn=enrollmentread`
275275
276-
## Reference topics:
277-
278-
The following reference topics provide you with more information about controlling access to your IoT Device Provisioning Service.
279-
280-
### Device Provisioning Service permissions
276+
## Device Provisioning Service permissions
281277
282278
The following table lists the permissions you can use to control access to your IoT Device Provisioning Service.
283279

0 commit comments

Comments
 (0)