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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ The button calls an ARM template from [Azure Quickstart Templates](https://azure
72
72
73
73
-**Location**: A supported Azure region for Azure Health Data Services (the value can be the same as or different from the region your resource group is in). For a list of Azure regions where Azure Health Data Services is available, see [Products available by regions](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/?products=health-data-services).
74
74
75
-
-**Fhir Contributor Principle Id** (optional): An Azure AD user object ID to provide read/write permissions in the FHIR service.
75
+
-**Fhir Contributor Principle Id** (optional): An Azure AD user object ID to provide read/write permissions in the FHIR service.
76
76
77
77
You can use this account to give access to the FHIR service to view the device messages that are generated in this tutorial. We recommend that you use your own Azure Active Directory (Azure AD) user object ID, so that you can access the messages in the FHIR service. If you choose not to use the **Fhir Contributor Principle Id** option, clear the text box.
78
78
@@ -111,7 +111,7 @@ When deployment is completed, the following resources and access roles are creat
111
111
112
112
- An event hub consumer group. In this deployment, the consumer group is named *$Default*.
113
113
114
-
- An event hub sender role. In this deployment, the sender role is named *devicedatasender*. The role isn't used in this tutorial. To learn more about the role, see [Review of deployed resources and access permissions](deploy-02-new-button.md#required-post-deployment-tasks).
114
+
- An event hub sender role. In this deployment, the sender role is named *devicedatasender*. The event hub sender role isn't used in this tutorial. To learn more about the role, see [Review of deployed resources and access permissions](deploy-02-new-button.md#required-post-deployment-tasks).
115
115
116
116
- An instance of Azure IoT Hub with [messaging routing](../../iot-hub/iot-hub-devguide-messages-d2c.md) configured to send device messages to the device message event hub.
117
117
@@ -148,9 +148,9 @@ You complete the steps by using Visual Studio Code with the Azure IoT Hub extens
148
148
149
149
1. Select the Azure subscription where your hub was provisioned.
150
150
151
-
1. Select your IoT hub. The name of your hub is the *basename* you provided when you provisioned the resources, prefixed with **ih-**. For example, **ih-azuredocsdemo**.
151
+
1. Select your IoT hub. The name of your hub is the *basename* you provided when you provisioned the resources, prefixed with **ih-**. An example hub name is *ih-azuredocsdemo*.
152
152
153
-
1. In Explorer, in **Azure IoT Hub**, select **…** and choose **Create Device**. For example, create a device named **iot-001**.
153
+
1. In Explorer, in **Azure IoT Hub**, select **…** and choose **Create Device**. An exampledevice name is *iot-001*.
154
154
155
155
:::image type="content" source="media\iot-hub-to-iot-connector\iot-create-device.png" alt-text="Screenshot of Visual Studio Code with the Azure IoT Hub extension selecting Create device for this tutorial." lightbox="media\iot-hub-to-iot-connector\iot-create-device.png":::
0 commit comments