Skip to content

Commit 4692318

Browse files
committed
final edits pending terminology guidance
1 parent 9e6a812 commit 4692318

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The button calls an ARM template from [Azure Quickstart Templates](https://azure
7272

7373
- **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).
7474

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

7777
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.
7878

@@ -111,7 +111,7 @@ When deployment is completed, the following resources and access roles are creat
111111

112112
- An event hub consumer group. In this deployment, the consumer group is named *$Default*.
113113

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).
115115

116116
- 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.
117117

@@ -148,9 +148,9 @@ You complete the steps by using Visual Studio Code with the Azure IoT Hub extens
148148

149149
1. Select the Azure subscription where your hub was provisioned.
150150

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*.
152152

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 example device name is *iot-001*.
154154

155155
:::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":::
156156

0 commit comments

Comments
 (0)