Skip to content

Commit df6688c

Browse files
authored
Merge pull request #126468 from changeworld/patch-20
Fix typo
2 parents accd128 + 6076cd7 commit df6688c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.subservice: azure-iot-hub-dps
1313

1414
# Quickstart: Set up the IoT Hub Device Provisioning Service (DPS) with an ARM template
1515

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

1818
[!INCLUDE [About Azure Resource Manager](~/reusable-content/ce-skilling/azure/includes/resource-manager-quickstart-introduction.md)]
1919

@@ -53,14 +53,14 @@ Two Azure resources are defined in the previous template:
5353

5454
![ARM template deployment parameters on the portal](./media/quick-setup-auto-provision-rm/arm-template-deployment-parameters-portal.png)
5555

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

5858
| Field | Description |
5959
| :---- | :---------- |
6060
| **Subscription** | Select your Azure subscription. |
6161
| **Resource group** | Select **Create new**, and enter a unique name for the resource group, and then select **OK**. |
6262
| **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. |
6464
| **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. |
6565

6666
3. On the next screen, read the terms. If you agree to all terms, select **Create**.

0 commit comments

Comments
 (0)