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/deploy-iot-connector-in-azure.md
+18-10Lines changed: 18 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: msjasteppe
5
5
ms.service: healthcare-apis
6
6
ms.subservice: fhir
7
7
ms.topic: quickstart
8
-
ms.date: 07/19/2022
8
+
ms.date: 08/02/2022
9
9
ms.author: jasteppe
10
10
ms.custom: mode-api
11
11
---
@@ -14,6 +14,10 @@ ms.custom: mode-api
14
14
15
15
In this quickstart, you'll learn how to deploy the MedTech service in the Azure portal using two different methods: with a [quickstart template](#deploy-the-medtech-service-with-a-quickstart-template) or [manually](#deploy-the-medtech-service-manually). The MedTech service will enable you to ingest data from Internet of Things (IoT) into your Fast Healthcare Interoperability Resources (FHIR®) service.
16
16
17
+
> [!IMPORTANT]
18
+
>
19
+
> You'll want to confirm that the **Microsoft.HealthcareApis** and **Microsoft.EventHub** resource providers have been registered with your Azure subscription for a successful deployment. To learn more about registering resource providers, see [Azure resource providers and types](/azure-resource-manager/management/resource-providers-and-types)
20
+
17
21
## Deploy the MedTech service with a quickstart template
18
22
19
23
If you already have an active Azure account, you can use this [](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.healthcareapis%2Fworkspaces%2Fiotconnectors%2Fazuredeploy.json) button to deploy a MedTech service that will include the following resources and roles:
@@ -30,7 +34,7 @@ If you already have an active Azure account, you can use this [.
56
60
* Use the Shared access policies (SAS) key (**devicedatasender**) for connecting your device or application to the MedTech service device message event hub (**devicedata**). For more information, see [Connection string for a specific event hub in a namespace](../../event-hubs/event-hubs-get-connection-string.md#connection-string-for-a-specific-event-hub-in-a-namespace).
57
61
58
-
> [!IMPORTANT]
59
-
> If you're going to allow access from multiple services to the device message event hub, it is highly recommended that each service has its own event hub consumer group.
60
-
>
61
-
> Consumer groups enable multiple consuming applications to each have a separate view of the event stream, and to read the stream independently at their own pace and with their own offsets. For more information, see [Consumer groups](../../event-hubs/event-hubs-features.md#consumer-groups).
62
-
>
63
-
> **Examples:**
64
-
> * Two MedTech services accessing the same device message event hub.
65
-
> * A MedTech service and a storage writer application accessing the same device message event hub.
62
+
> [!IMPORTANT]
63
+
>
64
+
> If you're going to allow access from multiple services to the device message event hub, it is highly recommended that each service has its own event hub consumer group.
65
+
>
66
+
> Consumer groups enable multiple consuming applications to each have a separate view of the event stream, and to read the stream independently at their own pace and with their own offsets. For more information, see [Consumer groups](../../event-hubs/event-hubs-features.md#consumer-groups).
67
+
>
68
+
> **Examples:**
69
+
> * Two MedTech services accessing the same device message event hub.
70
+
> * A MedTech service and a storage writer application accessing the same device message event hub.
66
71
67
72
## Deploy the MedTech service manually
68
73
@@ -110,6 +115,7 @@ It's important that you have the following prerequisites completed before you be
110
115
The Event Hubs Namespace is the name of the **Event Hubs Namespace** that you've previously deployed. For this example, we'll use `eh-azuredocsdemo` for use with our MedTech service device messages.
111
116
112
117
> [!TIP]
118
+
>
113
119
> For information about deploying an Azure Event Hubs Namespace, see [Create an Event Hubs Namespace](../../event-hubs/event-hubs-create.md#create-an-event-hubs-namespace).
114
120
>
115
121
> For more information about Azure Event Hubs Namespaces, see [Namespace](../../event-hubs/event-hubs-features.md?WT.mc_id=Portal-Microsoft_Healthcare_APIs#namespace) in the Features and terminology in Azure Event Hubs document.
@@ -191,6 +197,7 @@ It's important that you have the following prerequisites completed before you be
191
197
3. Select **Create** or **Lookup** for the **Resolution Type**.
192
198
193
199
> [!NOTE]
200
+
>
194
201
> For the MedTech service destination to create a valid observation resource in the FHIR service, a device resource and patient resource **must** exist in the FHIR service, so the observation can properly reference the device that created the data, and the patient the data was measured from. There are two modes the MedTech service can use to resolve the device and patient resources.
195
202
196
203
**Create**
@@ -291,6 +298,7 @@ To ensure that your MedTech service works properly, it's system-assigned managed
291
298
The Azure Event Hubs Data Receiver role allows the MedTech service that's being assigned this role to receive device message data from this event hub.
292
299
293
300
> [!TIP]
301
+
>
294
302
> For more information about application roles, see [Authentication & Authorization for Azure Health Data Services](.././authentication-authorization.md).
0 commit comments