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
+21-6Lines changed: 21 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: msjasteppe
6
6
ms.service: healthcare-apis
7
7
ms.subservice: iomt
8
8
ms.topic: tutorial
9
-
ms.date: 11/11/2022
9
+
ms.date: 11/14/2022
10
10
ms.author: jasteppe
11
11
---
12
12
@@ -35,7 +35,7 @@ In order to begin the deployment and complete this tutorial, you'll need to have
35
35
36
36
When you've fulfilled these prerequisites, you're ready to use the **Deploy to Azure** button.
37
37
38
-
## Deploy to Azure button
38
+
## Use the Deploy to Azure button
39
39
40
40
1. Select the **Deploy to Azure** button below to begin the deployment within the Azure portal.
41
41
@@ -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,15 +172,30 @@ 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 metrics from test message
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 your 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
+
179
+
For your MedTech service metrics, you see can see that your MedTech service performed the following steps with the test message:
180
+
181
+
***Number of Incoming Messages** - Received the incoming test message from the device message event hub.
182
+
***Number of Normalized Messages** - Created five normalized messages.
183
+
***Number of Measurements** - Created five measurements.
184
+
***Number of FHIR resources** - Created five FHIR resources that will be persisted on your FHIR service.
185
+
186
+
:::image type="content" source="media\iot-hub-to-iot-connector\iot-metrics-tile-one.png" alt-text="Screenshot of MedTech service first metrics tile showing the test data metrics." lightbox="media\iot-hub-to-iot-connector\iot-metrics-tile-one.png":::
187
+
188
+
:::image type="content" source="media\iot-hub-to-iot-connector\iot-metrics-tile-two.png" alt-text="Screenshot of MedTech service second metrics tile showing the test data metrics." lightbox="media\iot-hub-to-iot-connector\iot-metrics-tile-two.png":::
189
+
175
190
## View test data in the FHIR service (Optional)
176
191
177
-
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.
178
193
179
-
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.
180
195
181
196
## Next steps
182
197
183
-
In this tutorial, you deployed an Azure IoT Hub to route device data to the MedTech service.
198
+
In this tutorial, you deployed an Azure IoT Hub to message route a device test message to your MedTech service.
Copy file name to clipboardExpand all lines: articles/healthcare-apis/iot/how-to-use-monitoring-tab.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
1
---
2
-
title: How to use MedTech service metrics tab - Azure Health Data Services
3
-
description: This article explains how to use MedTech service metrics tab.
2
+
title: How to display the MedTech service monitoring tab metrics - Azure Health Data Services
3
+
description: This article explains how to display the MedTech service monitoring tab metrics.
4
4
services: healthcare-apis
5
5
author: msjasteppe
6
6
ms.service: healthcare-apis
7
7
ms.subservice: iomt
8
8
ms.topic: how-to
9
-
ms.date: 10/10/2022
9
+
ms.date: 11/14/2022
10
10
ms.author: jasteppe
11
11
---
12
12
13
-
# How to use the MedTech service monitoring tab
13
+
# How to display the MedTech service monitoring tab metrics
14
14
15
-
In this article, you'll learn how to use the [MedTech service](iot-connector-overview.md) monitoring tab in the Azure portal. The monitoring tab provides access to crucial MedTech service metrics. These metrics can be used in assessing the health and performance of your MedTech service and can be useful with troubleshooting and seeing patterns and/or trends with your MedTech service.
15
+
In this article, you'll learn how to use the [MedTech service](iot-connector-overview.md) monitoring tab in the Azure portal. The monitoring tab provides access to crucial MedTech service metrics. These metrics can be used in assessing the health and performance of your MedTech service and can be useful seeing patterns and/or trends or assisting with troubleshooting your MedTech service.
16
16
17
-
## Use the MedTech service monitoring tab
17
+
## Display the MedTech service monitoring tab metrics
18
18
19
19
1. Within your Azure Health Data Services workspace, select **MedTech service** under **Services**.
20
20
@@ -32,15 +32,15 @@ In this article, you'll learn how to use the [MedTech service](iot-connector-ove
32
32
33
33
:::image type="content" source="media\iot-monitoring-tab\display-metrics-tile.png" alt-text="Screenshot the MedTech service monitoring tab with drop-down menus." lightbox="media\iot-monitoring-tab\display-metrics-tile.png":::
34
34
35
-
5. Select the pin icon to pin the tile to an Azure portal dashboard of your choosing.
36
-
37
-
:::image type="content" source="media\iot-monitoring-tab\pin-metrics-to-dashboard.png" alt-text="Screenshot the MedTech service monitoring tile with red box around the pin icon." lightbox="media\iot-monitoring-tab\pin-metrics-to-dashboard.png":::
38
-
39
35
> [!IMPORTANT]
40
36
> If you leave the MedTech service monitoring tab, any customized settings you have made to the monitoring settings are lost and will have to be recreated. If you would like to save your customizations for future viewing, you can pin them to an Azure portal dashboard as a tile.
41
37
>
42
-
> To learn how to customize and save metrics settings to an Azure portal dashboard and tile, see [How to configure the MedTech service metrics](how-to-configure-metrics.md).
38
+
> To learn how to customize and save metrics settings to an Azure portal dashboard and tile, see [How to configure the MedTech service metrics](how-to-configure-metrics.md).
43
39
40
+
5.**Optional** - Select the **pin icon** to save the metrics tile to an Azure portal dashboard of your choosing.
41
+
42
+
:::image type="content" source="media\iot-monitoring-tab\pin-metrics-to-dashboard.png" alt-text="Screenshot the MedTech service monitoring tile with red box around the pin icon." lightbox="media\iot-monitoring-tab\pin-metrics-to-dashboard.png":::
43
+
44
44
> [!TIP]
45
45
> To learn more about advanced metrics display and sharing options, see [Getting started with Azure Metrics Explorer](/azure/azure/azure/azure-monitor/essentials/metrics-getting-started)
46
46
@@ -67,7 +67,7 @@ To learn how to configure the MedTech service metrics, see
67
67
> [!div class="nextstepaction"]
68
68
> [How to configure the MedTech service metrics](how-to-configure-metrics.md)
69
69
70
-
To learn how to configure the MedTech service diagnostic settings to export logs to another location (for example: an Azure storage account) for audit, backup, or troubleshooting, see
70
+
To learn how to enable the MedTech service diagnostic settings to export logs to another location (for example: an Azure storage account) for audit, backup, or troubleshooting, see
71
71
72
72
> [!div class="nextstepaction"]
73
73
> [How to enable diagnostic settings for the MedTech service](how-to-enable-diagnostic-settings.md)
0 commit comments