Skip to content

Commit cc40e52

Browse files
committed
make some changes
1 parent ca1866e commit cc40e52

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

articles/healthcare-apis/iot/device-data-through-iot-hub.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,17 @@ ms.author: jasteppe
1212

1313
# Tutorial: Receive device data through Azure IoT Hub
1414

15-
You can use the medtech service in Azure Health Data Services with devices you create and manage through a hub in [Azure IoT Hub](../../iot-hub/iot-concepts-and-iot-hub.md) for enhanced workflows and ease of use. This tutorial uses an Azure Resource Manager template (ARM template) and a **Deploy to Azure** button to deploy a medtech service. The template creates a deployment that uses an instance of IoT Hub to create and manage devices and route device messages to the medtech service device message event hub.
15+
For enhanced workflows and ease of use, you can use the medtech service in Azure Health Data Services with devices you create and manage through a hub in [Azure IoT Hub](../../iot-hub/iot-concepts-and-iot-hub.md). This tutorial uses an Azure Resource Manager template (ARM template) and a **Deploy to Azure** button to deploy a medtech service. The template creates a deployment that uses an instance of IoT Hub to create and manage devices. The hub then routes device messages to an event hub for the medtech service to pick up.
16+
17+
In this tutorial, you learn how to:
18+
19+
> [!div class="checklist"]
20+
21+
> - Open an ARM template in the Azure portal.
22+
> - Configure the template for your deployment.
23+
> - Create a device.
24+
> - Send a test message.
25+
> - Review metrics for the test message.
1626
1727
The ARM template that you use to deploy your solution in this tutorial is available at [Azure Quickstart Templates](/samples/azure/azure-quickstart-templates/iotconnectors-with-iothub/) by using the *azuredeploy.json* file on [GitHub](https://github.com/azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.healthcareapis/workspaces/iotconnectors-with-iothub).
1828

@@ -47,7 +57,7 @@ To begin deployment in the Azure portal, select the **Deploy to Azure** button:
4757

4858
The button calls an ARM template from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/iotconnectors-with-iothub/) to get information from your Azure subscription environment and begin deploying the medtech service and IoT Hub by using the Azure portal.
4959

50-
## Provide configuration details
60+
## Configure the deployment
5161

5262
1. In the Azure portal, on the **Basics** tab of the Azure quickstart template, select or enter the following information for your deployment:
5363

@@ -182,8 +192,7 @@ You complete the steps by using Visual Studio Code with the Azure IoT Hub extens
182192

183193
:::image type="content" source="media\iot-hub-to-iot-connector\iot-select-device-to-cloud-message-options.png" alt-text="Screenshot that shows Visual Studio code with the Azure IoT Hub extension selecting the device message options." lightbox="media\iot-hub-to-iot-connector\iot-select-device-to-cloud-message-options.png":::
184194

185-
> [!NOTE]
186-
> After you select **Send**, it might take up to five minutes for the FHIR resources to be available in the FHIR service.
195+
After you select **Send**, it might take up to five minutes for the FHIR resources to be available in the FHIR service.
187196

188197
> [!IMPORTANT]
189198
> To avoid device spoofing in D2C messages, Azure IoT Hub enriches all messages with additional properties. For more information, see [Anti-spoofing properties](../../iot-hub/iot-hub-devguide-messages-construct.md#anti-spoofing-properties) and [How to use IotJsonPathContentTemplate mappings](how-to-use-iot-jsonpath-content-mappings.md).

0 commit comments

Comments
 (0)