Skip to content

Commit 7f338d0

Browse files
committed
faq
1 parent ee01887 commit 7f338d0

File tree

3 files changed

+85
-3
lines changed

3 files changed

+85
-3
lines changed

articles/iot-dps/concepts-prices.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
---
2+
title: Billable service operations and pricing for Microsoft Device Provisioning Service
3+
description: Learn about which Microsoft Device Provisioning service operations are billable and their current price
4+
author: anastasia-ms
5+
ms.author: v-stharr
6+
ms.date: 11/08/2021
7+
ms.topic: conceptual
8+
ms.service: iot-dps
9+
services: iot-dps
10+
11+
---
12+
13+
# Billable service operations and pricing for Microsoft Device Provisioning Service
14+
15+
This article provides the current billable status and price for each DPS service API. APIs that are billable have a **** in the **Billable** column.
16+
17+
## Billable operations for DPS Certificate API
18+
19+
| Operation | Billable | Price |
20+
| --------------- | ------- |------- |
21+
| Create or Update | | N/A |
22+
| Delete | |N/A |
23+
| Generate Verification Code| | N/A |
24+
| Get | | N/A |
25+
| List | | N/A |
26+
| Verify Certificate | | N/A |
27+
28+
## Billable operations for IoT DPS Resource API
29+
30+
| Operation | Billable | Price |
31+
| --------------- | ------- |------- |
32+
| Create or Update | |N/A |
33+
| Delete | |N/A |
34+
| Get | |N/A |
35+
| Get Operation Result| |N/A |
36+
| All List operations | |N/A |
37+
| Verify Certificate | |N/A |
38+
39+
## Billable operations for Device API
40+
41+
| Operation | Billable | Price |
42+
| --------------- | ------- |------- |
43+
|Device Registration Status Lookup || $0.00 USD |
44+
|Operation Status Lookup| |N/A |
45+
|Register Device | |N/A |
46+
47+
## Billable operations for DPS Service API
48+
49+
### Device registration state
50+
51+
| Operation | Billable | Price |
52+
| --------------- | ------- |------- |
53+
| Delete || $0.00 USD |
54+
| Get || $0.00 USD |
55+
| Query || $0.00 USD |
56+
57+
### Enrollment groups
58+
59+
| Operation | Billable | Price |
60+
| --------------- | ------- |------- |
61+
| Create or Update || $0.00 USD |
62+
| Delete || $0.00 USD |
63+
| Get || $0.00 USD |
64+
| Get Attestation Mechanism|| $0.00 USD |
65+
| Query || $0.00 USD |
66+
| Run Bulk Operation || $0.00 USD |
67+
68+
### Individual enrollment
69+
70+
| Operation | Billable | Price |
71+
| --------------- | ------- |------- |
72+
| Create or Update || $0.00 USD |
73+
| Delete || $0.00 USD |
74+
| Get || $0.00 USD |
75+
| Get Attestation Mechanism|| $0.00 USD |
76+
| Query || $0.00 USD |
77+
| Run Bulk Operation || $0.00 USD |
78+
79+

articles/iot-dps/dps-faq.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ summary: |
1515
This article answers to common questions about Azure IoT Hub Device Provisioning Service. The following topics are covered:
1616
1717
* DPS Management
18+
* DPS Billing
1819
1920
2021
@@ -25,12 +26,12 @@ sections:
2526
What is the recommended way to update a linked hub when the primary key for the IoT Hub access policy is regenerated?
2627
answer: |
2728
Since the primary key is embedded within the connection string (the string DPS uses to auth) it gets changed whenever the primary is modified. To fix stale DPS-Hub links because of the connection string having changed you need to relink the Hub to the DPS.
28-
- name: DPS Development
29+
- name: DPS Billing
2930
questions:
3031
- question: |
31-
First question?
32+
Which Device Provisioning Service API operations are billable and what are their prices?”
3233
answer: |
33-
First answer.
34+
To information on which operations are billable and their prices, see [Billable service operations and pricing for Microsoft Device Provisioning Service](concepts-prices.md)
3435
3536
additionalContent: |
3637

articles/iot-dps/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@
6868
href: tls-support.md
6969
- name: Security practices for device manufacturers
7070
href: concepts-device-oem-security-practices.md
71+
- name: DPS billable services and pricing
72+
href: concepts-prices.md
7173
- name: How-to guides
7274
items:
7375
- name: Development

0 commit comments

Comments
 (0)