You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-dps/index.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
### YamlMime:Landing
2
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.
3
+
title: Azure IoT Hub Device Provisioning Service 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 hubs with our quickstarts, tutorials, and samples.
5
5
6
6
metadata:
7
-
title: Azure IoT Hub Device Provisioning Service (DPS) Documentation
7
+
title: Azure IoT Hub Device Provisioning Service Documentation
8
8
description: Azure IoT Hub Device Provisioning Service (DPS) - Tutorials, Quickstarts, HowTos, and API Reference
Copy file name to clipboardExpand all lines: articles/iot-dps/quick-setup-auto-provision.md
+16-22Lines changed: 16 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,22 @@
1
1
---
2
-
title: Quickstart - Set up Device Provisioning Service in portal
2
+
title: Quickstart - Set up in portal
3
3
titleSuffix: Azure IoT Hub Device Provisioning Service
4
4
description: Quickstart - Set up the Azure IoT Hub Device Provisioning Service (DPS) in the Microsoft Azure portal
5
5
author: kgremban
6
6
ms.author: kgremban
7
7
manager: lizross
8
-
ms.date: 04/06/2023
8
+
ms.date: 08/16/2024
9
9
ms.topic: quickstart
10
10
ms.service: iot-dps
11
11
services: iot-dps
12
12
ms.custom: mvc, mode-ui
13
13
---
14
14
15
-
# Quickstart: Set up the IoT Hub Device Provisioning Service with the Azure portal
15
+
# Quickstart: Set up IoT Hub Device Provisioning Service with the Azure portal
16
16
17
-
In this quickstart, you learn how to set up the IoT Hub Device Provisioning Service in the Azure portal. The IoT Hub Device Provisioning Service enables zero-touch, just-in-time device provisioning to any IoT hub. The Device Provisioning Service enables customers to provision millions of IoT devices in a secure and scalable manner, without requiring human intervention. Azure IoT Hub Device Provisioning Service supports IoT devices with TPM, symmetric key, and X.509 certificate authentications. For more information, please refer to [IoT Hub Device Provisioning Service overview](about-iot-dps.md).
17
+
In this quickstart, you learn how to set up Azure IoT Hub Device Provisioning Service in the Azure portal. Device Provisioning Service enables zero-touch, just-in-time device provisioning to any IoT hub. The Device Provisioning Service enables customers to provision millions of IoT devices in a secure and scalable manner, without requiring human intervention. Azure IoT Hub Device Provisioning Service supports IoT devices with TPM, symmetric key, and X.509 certificate authentications.
18
18
19
-
To provision your devices, you first perform the following steps:
19
+
Before you can provision your devices, you first perform the following steps:
20
20
21
21
> [!div class="checklist"]
22
22
> * Use the Azure portal to create an IoT hub
@@ -33,7 +33,7 @@ If you don't have an Azure subscription, create a [free Azure account](https://a
33
33
34
34
## Create a new IoT Hub Device Provisioning Service instance
35
35
36
-
1. In the Azure portal, select the **+ Create a resource** button.
36
+
1. In the Azure portal, select **Create a resource**.
37
37
38
38
1. From the **Categories** menu, select **Internet of Things**, and then select **IoT Hub Device Provisioning Service**.
39
39
@@ -42,11 +42,11 @@ If you don't have an Azure subscription, create a [free Azure account](https://a
42
42
| Property | Value |
43
43
| --- | --- |
44
44
|**Subscription**| Select the subscription to use for your Device Provisioning Service instance. |
45
-
|**Resource group**| This field allows you to create a new resource group, or choose an existing one to contain the new instance. Choose the same resource group that contains the Iot hub you created in the previous steps. By putting all related resources in a group together, you can manage them together. For example, deleting the resource group deletes all resources contained in that group. For more information, see [Manage Azure Resource Manager resource groups](../azure-resource-manager/management/manage-resource-groups-portal.md). |
45
+
|**Resource group**| This field allows you to create a new resource group, or choose an existing one to contain the new instance. Choose the same resource group that contains the IoT hub that you created in the previous steps. By putting all related resources in a group together, you can manage them together. |
46
46
|**Name**| Provide a unique name for your new Device Provisioning Service instance. If the name you enter is available, a green check mark appears. |
47
47
|**Region**| Select a location that's close to your devices. For resiliency and reliability, we recommend deploying to one of the regions that support [Availability Zones](iot-dps-ha-dr.md). |
48
48
49
-
:::image type="content" source="./media/quick-setup-auto-provision/create-iot-dps-portal.png" alt-text="Screenshot showing the Basics tab of the IoT Hub device provisioning service. Enter basic information about your Device Provisioning Service instance in the portal blade.":::
49
+
:::image type="content" source="./media/quick-setup-auto-provision/create-iot-dps-portal.png" alt-text="Screenshot showing the Basics tab of the IoT Hub device provisioning service. Enter basic information about your Device Provisioning Service instance in the portal.":::
50
50
51
51
1. Select **Review + create** to validate your provisioning service.
52
52
@@ -56,11 +56,11 @@ If you don't have an Azure subscription, create a [free Azure account](https://a
56
56
57
57
## Link the IoT hub and your Device Provisioning Service instance
58
58
59
-
In this section, you add a configuration to the Device Provisioning Service instance. This configuration sets the IoT hub for which the instance provisions IoT devices.
59
+
In this section, you add a configuration to the Device Provisioning Service instance. This configuration sets the IoT hub to which the instance provisions IoT devices.
60
60
61
-
1. In the **Settings** menu, select **Linked IoT hubs**.
61
+
1. In the **Settings** menu of your Device Provisioning Service instance, select **Linked IoT hubs**.
62
62
63
-
1. Select **+ Add**.
63
+
1. Select **Add**.
64
64
65
65
1. On the **Add link to IoT hub** panel, provide the following information:
66
66
@@ -70,29 +70,23 @@ In this section, you add a configuration to the Device Provisioning Service inst
70
70
|**IoT hub**| Select the IoT hub to link with your new Device Provisioning System instance. |
71
71
|**Access Policy**| Select **iothubowner (RegistryWrite, ServiceConnect, DeviceConnect)** as the credentials for establishing the link with the IoT hub. |
72
72
73
-
:::image type="content" source="./media/quick-setup-auto-provision/link-iot-hub-to-dps-portal.png" alt-text="Screenshot showing how to link an IoT hub to the Device Provisioning Service instance in the portal blade.":::
73
+
:::image type="content" source="./media/quick-setup-auto-provision/link-iot-hub-to-dps-portal.png" alt-text="Screenshot showing how to link an IoT hub to the Device Provisioning Service instance in the portal.":::
74
74
75
75
1. Select **Save**.
76
76
77
-
1. Select **Refresh**. You should now see the selected hub under the **Linked IoT hubs** blade.
77
+
1. Select **Refresh**. You should now see the selected hub under the list of **Linked IoT hubs**.
78
78
79
79
## Clean up resources
80
80
81
81
The rest of the Device Provisioning Service quickstarts and tutorials use the resources that you created in this quickstart. However, if you don't plan on doing any more quickstarts or tutorials, delete these resources.
82
82
83
83
To clean up resources in the Azure portal:
84
84
85
-
1.From the left-hand menu in the Azure portal, select **All resources**.
85
+
1.In the Azure portal, navigate to the resource group that you used in this quickstart.
86
86
87
-
1.Select your Device Provisioning Service instance.
87
+
1.If you want to delete the resource group and all of the resources it contains, select **Delete resource group**.
88
88
89
-
1. At the top of the device detail pane, select **Delete**.
90
-
91
-
1. From the left-hand menu in the Azure portal, select **All resources**.
92
-
93
-
1. Select your IoT hub.
94
-
95
-
1. At the top of the hub detail pane, select **Delete**.
89
+
Otherwise, select your Device Provisioning Service instance and your IoT hub from the list of resources, then select **Delete**.
0 commit comments