Skip to content

Commit c493e8c

Browse files
committed
Minor edits.
1 parent e98e599 commit c493e8c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Once the deployment has competed, the following resources and access roles will
107107
> [!TIP]
108108
> For detailed step-by-step instructions on how to manually deploy the MedTech service, see [How to manually deploy the MedTech service using the Azure portal](deploy-03-new-manual.md).
109109
110-
## Create a device and send a test message
110+
## Create a device and send a test message
111111

112112
Now that your deployment has successfully completed, we'll connect to your IoT Hub, create a device, and send a test message to the IoT Hub using **VSCode** with the **Azure IoT Hub extension**. These steps will allow your MedTech service to:
113113

@@ -172,11 +172,11 @@ Now that your deployment has successfully completed, we'll connect to your IoT H
172172
>
173173
> To learn more about IotJsonPathContentTemplate mappings usage with the MedTech service device mappings, see [How to use IotJsonPathContentTemplate mappings](how-to-use-iot-jsonpath-content-mappings.md).
174174
175-
## Review test message MedTech service metrics
175+
## Review metrics from test message
176176

177-
Now that you've successfully sent a test message to your IoT Hub, you can now review your MedTech service metrics to verify that the MedTech service received,transformed, and persisted the test message into your FHIR service. To learn more about how display the MedTech service monitoring tab metrics and the different metrics types, see [How to display the MedTech service monitoring tab metrics](how-to-use-monitoring-tab.md).
177+
Now that you've successfully sent a test message to your IoT Hub, you can now review your MedTech service metrics to verify that the MedTech service received, transformed, and persisted the test message into your FHIR service. To learn more about how display the MedTech service monitoring tab metrics and the different metrics types, see [How to display the MedTech service monitoring tab metrics](how-to-use-monitoring-tab.md).
178178

179-
For your MedTech service metrics, see can see that your MedTech service performed the following steps with the test message:
179+
For your MedTech service metrics, you see can see that your MedTech service performed the following steps with the test message:
180180

181181
* **Number of Incoming Messages** - Received the incoming test message from the device message event hub.
182182
* **Number of Normalized Messages** - Created five normalized messages.
@@ -189,9 +189,9 @@ For your MedTech service metrics, see can see that your MedTech service performe
189189

190190
## View test data in the FHIR service (Optional)
191191

192-
If you provided your own Azure AD user object ID as the optional Fhir Contributor Principal ID when deploying this tutorial's template, then you have access to query FHIR resources in the FHIR service.
192+
If you provided your own Azure AD user object ID as the optional **Fhir Contributor Principal ID** when deploying this tutorial's template, then you have access to query FHIR resources in your FHIR service.
193193

194-
Use this tutorial, [Access using Postman](/azure/healthcare-apis/fhir/use-postman) to get an Azure AD access token and view FHIR resources in the FHIR service.
194+
Use this tutorial: [Access using Postman](/azure/healthcare-apis/fhir/use-postman) to get an Azure AD access token and view FHIR resources in your FHIR service.
195195

196196
## Next steps
197197

0 commit comments

Comments
 (0)