Skip to content

Commit 6359d17

Browse files
authored
Merge pull request #284884 from kgremban/aug16-dpsfresh
DPS freshness; index and portal qs
2 parents 96b7417 + 2fbd4d9 commit 6359d17

File tree

2 files changed

+20
-26
lines changed

2 files changed

+20
-26
lines changed

articles/iot-dps/index.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
### YamlMime:Landing
22

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.
55

66
metadata:
7-
title: Azure IoT Hub Device Provisioning Service (DPS) Documentation
7+
title: Azure IoT Hub Device Provisioning Service Documentation
88
description: Azure IoT Hub Device Provisioning Service (DPS) - Tutorials, Quickstarts, HowTos, and API Reference
99
author: kgremban
1010
ms.service: iot-dps
1111
ms.topic: landing-page
12-
ms.date: 04/26/2022
12+
ms.date: 08/16/2024
1313
ms.author: kgremban
1414

1515
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new

articles/iot-dps/quick-setup-auto-provision.md

Lines changed: 16 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
2-
title: Quickstart - Set up Device Provisioning Service in portal
2+
title: Quickstart - Set up in portal
33
titleSuffix: Azure IoT Hub Device Provisioning Service
44
description: Quickstart - Set up the Azure IoT Hub Device Provisioning Service (DPS) in the Microsoft Azure portal
55
author: kgremban
66
ms.author: kgremban
77
manager: lizross
8-
ms.date: 04/06/2023
8+
ms.date: 08/16/2024
99
ms.topic: quickstart
1010
ms.service: iot-dps
1111
services: iot-dps
1212
ms.custom: mvc, mode-ui
1313
---
1414

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
1616

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.
1818

19-
To provision your devices, you first perform the following steps:
19+
Before you can provision your devices, you first perform the following steps:
2020

2121
> [!div class="checklist"]
2222
> * 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
3333

3434
## Create a new IoT Hub Device Provisioning Service instance
3535

36-
1. In the Azure portal, select the **+ Create a resource** button.
36+
1. In the Azure portal, select **Create a resource**.
3737

3838
1. From the **Categories** menu, select **Internet of Things**, and then select **IoT Hub Device Provisioning Service**.
3939

@@ -42,11 +42,11 @@ If you don't have an Azure subscription, create a [free Azure account](https://a
4242
| Property | Value |
4343
| --- | --- |
4444
| **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. |
4646
| **Name** | Provide a unique name for your new Device Provisioning Service instance. If the name you enter is available, a green check mark appears. |
4747
| **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). |
4848

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.":::
5050

5151
1. Select **Review + create** to validate your provisioning service.
5252

@@ -56,11 +56,11 @@ If you don't have an Azure subscription, create a [free Azure account](https://a
5656

5757
## Link the IoT hub and your Device Provisioning Service instance
5858

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.
6060

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**.
6262

63-
1. Select **+ Add**.
63+
1. Select **Add**.
6464

6565
1. On the **Add link to IoT hub** panel, provide the following information:
6666

@@ -70,29 +70,23 @@ In this section, you add a configuration to the Device Provisioning Service inst
7070
| **IoT hub** | Select the IoT hub to link with your new Device Provisioning System instance. |
7171
| **Access Policy** | Select **iothubowner (RegistryWrite, ServiceConnect, DeviceConnect)** as the credentials for establishing the link with the IoT hub. |
7272

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.":::
7474

7575
1. Select **Save**.
7676

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**.
7878

7979
## Clean up resources
8080

8181
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.
8282

8383
To clean up resources in the Azure portal:
8484

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.
8686

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**.
8888

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**.
9690

9791
## Next steps
9892

0 commit comments

Comments
 (0)