Skip to content

Commit 8bfa448

Browse files
authored
Merge pull request #106375 from wesmc7777/newLandingPage
New landing page for IoT DPS
2 parents e88b9c2 + 8f20fc1 commit 8bfa448

File tree

1 file changed

+79
-47
lines changed

1 file changed

+79
-47
lines changed

articles/iot-dps/index.yml

Lines changed: 79 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,83 @@
1-
### YamlMime:YamlDocument
2-
documentType: LandingData
3-
title: Azure IoT Hub Device Provisioning Service Documentation
1+
### YamlMime:Landing
2+
3+
title: Azure IoT Hub Device Provisioning Service (DPS) Documentation
4+
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 hub(s) with our quickstarts, tutorials, and samples.
5+
46
metadata:
5-
title: Azure IoT Hub Device Provisioning Service Documentation
6-
description: Azure IoT Hub Device Provisioning Service - Tutorials, Quickstarts, HowTos, and API Reference
7-
author: nberdy
7+
title: Azure IoT Hub Device Provisioning Service (DPS) Documentation
8+
description: Azure IoT Hub Device Provisioning Service (DPS) - Tutorials, Quickstarts, HowTos, and API Reference
9+
author: wesmc7777
810
ms.service: iot-dps
911
services: iot-dps
1012
ms.topic: landing-page
11-
ms.date: 01/23/2017
12-
ms.author: nberdy
13-
abstract:
14-
description: 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 hub(s) with our quickstarts, tutorials, and samples.
15-
sections:
16-
- title: 5-Minute Quickstarts
17-
items:
18-
- type: paragraph
19-
text: 'Learn how to set up your first Device Provisioning Service instance and provision a simulated device to your IoT hub.'
20-
- type: list
21-
style: icon48
22-
items:
23-
- image:
24-
src: /azure/sql-database/media/index/portal.svg
25-
text: Set up auto provisioning
26-
href: /azure/iot-dps/quick-setup-auto-provision
27-
- image:
28-
src: /azure/sql-database/media/index/portal.svg
29-
text: Create simulated device
30-
href: /azure/iot-dps/quick-create-simulated-device
31-
- title: Step-by-Step Tutorials
32-
items:
33-
- type: paragraph
34-
text: Learn how to use the IoT Hub Device Provisioning Service to automatically provision security enabled devices to single or multiple IoT hubs.
35-
- type: list
36-
style: ordered
37-
items:
38-
- html: <a href="/azure/iot-dps/tutorial-set-up-cloud">Configure cloud resources</a>
39-
- html: <a href="/azure/iot-dps/tutorial-set-up-device">Set up your device to connect to Azure</a>
40-
- html: <a href="/azure/iot-dps/tutorial-provision-device-to-hub">Provision devices to a single IoT hub</a>
41-
- html: <a href="/azure/iot-dps/tutorial-provision-multiple-hubs">Provision devices to multiple, load-balanced IoT hubs</a>
42-
- title: Reference
43-
items:
44-
- type: list
45-
style: cards
46-
className: cardsD
47-
items:
48-
- title: REST API
49-
html: <p><a href="/rest/api/iot-dps">REST</a></p>
50-
- title: Azure IoT SDKs
51-
html: <p><a href="https://github.com/Azure/azure-iot-sdk-c">C</a></p><p><a href="https://github.com/Azure/azure-iot-sdk-python">Python</a></p><p><a href="https://github.com/Azure/azure-iot-sdk-node">Node</a></p><p><a href="https://github.com/Azure/azure-iot-sdk-java">Java</a></p><p><a href="https://github.com/Azure/azure-iot-sdk-csharp">C#</a></p>
13+
ms.date: 03/03/2020
14+
ms.author: wesmc
15+
16+
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new
17+
18+
landingContent:
19+
# Cards and links should be based on top customer tasks or top subjects
20+
# Start card title with a verb
21+
# Card (optional)
22+
- title: About Azure IoT Hub Device Provisioning Service (DPS)
23+
linkLists:
24+
- linkListType: overview
25+
links:
26+
- text: What is DPS?
27+
url: about-iot-dps.md
28+
- linkListType: concept
29+
links:
30+
- text: Auto-provisioning concepts for Azure IoT
31+
url: concepts-auto-provisioning.md
32+
- linkListType: video
33+
links:
34+
- text: IoT Hub DPS Demo
35+
url: https://azure.microsoft.com/resources/videos/iot-hub-dps-demo/
36+
37+
# Card (optional)
38+
- title: Get started
39+
linkLists:
40+
- linkListType: quickstart
41+
links:
42+
- text: Set up a DPS using the Azure Portal
43+
url: quick-setup-auto-provision.md
44+
- linkListType: sample
45+
links:
46+
- text: Provision a simulated symmetric key device using C
47+
url: quick-create-simulated-device-symm-key.md
48+
- text: Provision a simulated symmetric key device using Java
49+
url: quick-create-simulated-device-symmetric-key-java.md
50+
- linkListType: how-to-guide
51+
links:
52+
- text: How to provision for multitenancy
53+
url: how-to-provision-multitenant.md
54+
- text: How to use custom allocation policies
55+
url: how-to-use-custom-allocation-policies.md
56+
57+
# Card
58+
- title: Manage access
59+
linkLists:
60+
- linkListType: how-to-guide
61+
links:
62+
- text: How to manage device enrollments
63+
url: how-to-manage-enrollments.md
64+
- text: Control access to Azure IoT Hub Device Provisioning Service
65+
url: how-to-control-access.md
66+
67+
# Card
68+
- title: Develop an IoT solution with DPS
69+
linkLists:
70+
- linkListType: reference
71+
links:
72+
- text: Azure IoT SDK for C
73+
url: https://github.com/Azure/azure-iot-sdk-c
74+
- text: Azure IoT SDK for Python
75+
url: https://github.com/Azure/azure-iot-sdk-python
76+
- text: Azure IoT SDK for Node.js
77+
url: https://github.com/Azure/azure-iot-sdk-node
78+
- text: Azure IoT SDK for Java
79+
url: https://github.com/Azure/azure-iot-sdk-java
80+
- text: Azure IoT SDK for .NET
81+
url: https://github.com/Azure/azure-iot-sdk-csharp
82+
- text: REST API
83+
url: /rest/api/iot-dps

0 commit comments

Comments
 (0)