Skip to content

Commit 6778af6

Browse files
committed
scrub arm-read-write refs
1 parent 7f70c83 commit 6778af6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/iot-hub/horizontal-arm-route-messages.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: mvc, subject-armqs, mode-arm, devx-track-arm-template
1313

1414
# Quickstart: Deploy an Azure IoT hub and a storage account using an ARM template
1515

16-
In this quickstart, you use an Azure Resource Manager template (ARM template) to create an IoT hub that routes messages to Azure Storage, and a storage account to hold the messages. After manually adding a virtual IoT device to the hub to submit the messages, you configure that connection information in an application called *arm-read-write* to submit messages from the device to the hub. The hub is configured so the messages sent to the hub are automatically routed to the storage account. At the end of this quickstart, you can open the storage account and see the messages sent.
16+
In this quickstart, you use an Azure Resource Manager template (ARM template) to create an IoT hub, an Azure Storage account, and a route to send messages from the IoT hub to storage. The hub is configured so the messages sent to the hub are automatically routed to the storage account if they meet the routing condition. At the end of this quickstart, you can open the storage account and see the messages sent.
1717

1818
[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)]
1919

@@ -36,9 +36,9 @@ Two Azure resources are defined in the template:
3636

3737
:::code language="json" source="~/quickstart-templates/quickstarts/microsoft.devices/iothub-auto-route-messages/azuredeploy.json":::
3838

39-
## Deploy the template and run the sample app
39+
## Deploy the template
4040

41-
This section provides the steps to deploy the template, create a virtual device, and run the arm-read-write application to send the messages.
41+
This section provides the steps to deploy the ARM template.
4242

4343
1. Create the resources by deploying the ARM template.
4444

articles/iot-hub/quickstart-bicep-route-messages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Two Azure resources are defined in the Bicep file:
3636

3737
## Deploy the Bicep file
3838

39-
This section provides the steps to deploy the Bicep file, create a virtual device, and run the arm-read-write application to send the messages.
39+
This section provides the steps to deploy the Bicep file.
4040

4141
1. Download the [main.bicep](https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.devices/iothub-auto-route-messages/main.bicep) file from the Azure Quickstart Templates repo.
4242

0 commit comments

Comments
 (0)