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
Copy file name to clipboardExpand all lines: articles/healthcare-apis/iot/device-data-through-iot-hub.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ Once the deployment has competed, the following resources and access roles will
107
107
> [!TIP]
108
108
> 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).
109
109
110
-
## Create a device and send a test message
110
+
## Create a device and send a test message
111
111
112
112
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:
113
113
@@ -172,11 +172,11 @@ Now that your deployment has successfully completed, we'll connect to your IoT H
172
172
>
173
173
> 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).
174
174
175
-
## Review test message MedTech service metrics
175
+
## Review metrics from test message
176
176
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).
178
178
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:
180
180
181
181
***Number of Incoming Messages** - Received the incoming test message from the device message event hub.
182
182
***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
189
189
190
190
## View test data in the FHIR service (Optional)
191
191
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.
193
193
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.
0 commit comments