Skip to content

Commit a3e8acf

Browse files
authored
Merge pull request #218258 from msjasteppe/iot-hub-updates
Adding metrics section with screenshots.
2 parents 2fcc3c2 + 94d2b7f commit a3e8acf

File tree

5 files changed

+34
-19
lines changed

5 files changed

+34
-19
lines changed

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

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: msjasteppe
66
ms.service: healthcare-apis
77
ms.subservice: iomt
88
ms.topic: tutorial
9-
ms.date: 11/11/2022
9+
ms.date: 11/14/2022
1010
ms.author: jasteppe
1111
---
1212

@@ -35,7 +35,7 @@ In order to begin the deployment and complete this tutorial, you'll need to have
3535

3636
When you've fulfilled these prerequisites, you're ready to use the **Deploy to Azure** button.
3737

38-
## Deploy to Azure button
38+
## Use the Deploy to Azure button
3939

4040
1. Select the **Deploy to Azure** button below to begin the deployment within the Azure portal.
4141

@@ -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,15 +172,30 @@ 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 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+
175190
## View test data in the FHIR service (Optional)
176191

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.
178193

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.
180195

181196
## Next steps
182197

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.
184199

185200
To learn about how to use device mappings, see
186201

articles/healthcare-apis/iot/how-to-use-monitoring-tab.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
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.
44
services: healthcare-apis
55
author: msjasteppe
66
ms.service: healthcare-apis
77
ms.subservice: iomt
88
ms.topic: how-to
9-
ms.date: 10/10/2022
9+
ms.date: 11/14/2022
1010
ms.author: jasteppe
1111
---
1212

13-
# How to use the MedTech service monitoring tab
13+
# How to display the MedTech service monitoring tab metrics
1414

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.
1616

17-
## Use the MedTech service monitoring tab
17+
## Display the MedTech service monitoring tab metrics
1818

1919
1. Within your Azure Health Data Services workspace, select **MedTech service** under **Services**.
2020

@@ -32,15 +32,15 @@ In this article, you'll learn how to use the [MedTech service](iot-connector-ove
3232

3333
:::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":::
3434

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-
3935
> [!IMPORTANT]
4036
> 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.
4137
>
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).
4339
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+
4444
> [!TIP]
4545
> 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)
4646
@@ -67,7 +67,7 @@ To learn how to configure the MedTech service metrics, see
6767
> [!div class="nextstepaction"]
6868
> [How to configure the MedTech service metrics](how-to-configure-metrics.md)
6969
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
7171

7272
> [!div class="nextstepaction"]
7373
> [How to enable diagnostic settings for the MedTech service](how-to-enable-diagnostic-settings.md)
25 KB
Loading
24.9 KB
Loading

articles/healthcare-apis/iot/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ items:
6161
- name: Monitor
6262
expanded: false
6363
items:
64-
- name: Use the monitoring tab metrics
64+
- name: Display monitoring tab metrics
6565
href: how-to-use-monitoring-tab.md
6666
- name: Configure metrics
6767
href: how-to-configure-metrics.md

0 commit comments

Comments
 (0)