-
Notifications
You must be signed in to change notification settings - Fork 21.5k
/
Copy pathindex.yml
80 lines (72 loc) · 3.17 KB
/
index.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
### YamlMime:Landing
title: Azure IoT Hub Device Provisioning Service Documentation
summary: The IoT Hub Device Provisioning Service (DPS) is a helper service for IoT Hub that enables zero-touch, just-in-time provisioning to the right IoT hub without requiring human intervention, allowing customers to provision millions of devices in a secure and scalable manner. Learn how to provision devices to your IoT hubs with our quickstarts, tutorials, and samples.
metadata:
title: Azure IoT Hub Device Provisioning Service Documentation
description: Azure IoT Hub Device Provisioning Service (DPS) - Tutorials, Quickstarts, HowTos, and API Reference
author: kgremban
ms.service: azure-iot-hub
ms.topic: landing-page
ms.date: 08/16/2024
ms.author: kgremban
ms.subservice: azure-iot-hub-dps
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new
landingContent:
# Cards and links should be based on top customer tasks or top subjects
# Start card title with a verb
- title: Learn about Device Provisioning Service
linkLists:
- linkListType: overview
links:
- text: What is DPS?
url: about-iot-dps.md
- linkListType: concept
links:
- text: Understand the roles and operations of auto-provisioning
url: concepts-roles-operations.md
- title: Get started
linkLists:
- linkListType: quickstart
links:
- text: Set up DPS using the Azure portal
url: quick-setup-auto-provision.md
- text: Provision a simulated symmetric key device
url: quick-create-simulated-device-symm-key.md
- text: Provision a simulated X.509 certificate device
url: quick-create-simulated-device-x509.md
- text: Provision a simulated TPM device
url: quick-create-simulated-device-tpm.md
- title: Manage devices for multiple IoT hubs
linkLists:
- linkListType: tutorial
links:
- text: Provision for geolatency
url: how-to-provision-multitenant.md
- text: Use custom allocation policies
url: tutorial-custom-allocation-policies.md
- linkListType: how-to-guide
links:
- text: Link multiple IoT hubs to DPS
url: how-to-manage-linked-iot-hubs.md
- text: Use allocation policies to assign devices to IoT hubs
url: how-to-use-allocation-policies.md
- title: Develop with SDKs
linkLists:
- linkListType: reference
links:
- text: Libraries and SDKs
url: libraries-sdks.md
- title: Secure your IoT solution
linkLists:
- linkListType: concept
links:
- text: Security practices for device manufacturers
url: concepts-device-oem-security-practices.md
- linkListType: how-to-guide
links:
- text: Configure verified CA certificates
url: how-to-verify-certificates.md
- text: Roll X.509 device certificates
url: how-to-roll-certificates.md
- text: Control access to DPS
url: how-to-control-access.md