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
# Quickstart: Set up the IoT Hub Device Provisioning Service (DPS) with an ARM template
15
15
16
-
You can use an [Azure Resource Manager](../azure-resource-manager/management/overview.md) template (ARM template) to programmatically set up the Azure cloud resources necessary for provisioning your devices. These steps show how to create an IoT hub and a new IoT Hub Device Provisioning Service with an ARM template. The Iot Hub is also linked to the DPS resource using the template. This linking allows the DPS resource to assign devices to the hub based on allocation policies you configure.
16
+
You can use an [Azure Resource Manager](../azure-resource-manager/management/overview.md) template (ARM template) to programmatically set up the Azure cloud resources necessary for provisioning your devices. These steps show how to create an IoT hub and a new IoT Hub Device Provisioning Service with an ARM template. The IoT Hub is also linked to the DPS resource using the template. This linking allows the DPS resource to assign devices to the hub based on allocation policies you configure.
@@ -53,14 +53,14 @@ Two Azure resources are defined in the previous template:
53
53
54
54

55
55
56
-
Unless otherwise specified for the following fields, use the default value to create the Iot Hub and DPS resource.
56
+
Unless otherwise specified for the following fields, use the default value to create the IoT Hub and DPS resource.
57
57
58
58
| Field | Description |
59
59
| :---- | :---------- |
60
60
|**Subscription**| Select your Azure subscription. |
61
61
|**Resource group**| Select **Create new**, and enter a unique name for the resource group, and then select **OK**. |
62
62
|**Region**| Select a region for your resources. For example, **East US**. For resiliency and reliability, we recommend deploying to one of the regions that support [Availability Zones](iot-dps-ha-dr.md). |
63
-
|**Iot Hub Name**| Enter a name for the IoT Hub that must be globally unique within the *.azure-devices.net* namespace. You need the hub name in the next section when you validate the deployment. |
63
+
|**IoT Hub Name**| Enter a name for the IoT Hub that must be globally unique within the *.azure-devices.net* namespace. You need the hub name in the next section when you validate the deployment. |
64
64
|**Provisioning Service Name**| Enter a name for the new Device Provisioning Service (DPS) resource. The name must be globally unique within the *.azure-devices-provisioning.net* namespace. You need the DPS name in the next section when you validate the deployment. |
65
65
66
66
3. On the next screen, read the terms. If you agree to all terms, select **Create**.
0 commit comments