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/digital-twins/tutorial-end-to-end.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ In this tutorial, you will...
36
36
37
37
## Get started with the building scenario
38
38
39
-
The sample project used in this tutorial represents a real-world building scenario, containing a floor, a room, and a thermostat device. These components are digitally represented in an Azure Digital Twins instance, which are connected to [IoT Hub](../iot-hub/about-iot-hub.md), [Event Grid](../event-grid/overview.md), and two [Azure functions](../azure-functions/functions-overview.md) to enable movement of data.
39
+
The sample project used in this tutorial represents a real-world building scenario, containing a floor, a room, and a thermostat device. These components are digitally represented in an Azure Digital Twins instance, which is connected to [IoT Hub](../iot-hub/about-iot-hub.md), [Event Grid](../event-grid/overview.md), and two [Azure functions](../azure-functions/functions-overview.md) to enable movement of data.
40
40
41
41
The following diagram represents the full scenario.
The output of this command is information about the IoT hub that was created.
232
232
233
-
Save the **name**that you gave to your IoT hub. You use it later.
233
+
Save the **name**of your IoT hub to use later.
234
234
235
235
### Connect the IoT hub to the Azure function
236
236
@@ -255,7 +255,7 @@ The output shows information about the event subscription that you created. You
255
255
256
256
### Register the simulated device with IoT Hub
257
257
258
-
This section creates a device representation in IoT Hub with the ID thermostat67. The simulated device connects to this representation, which is how device data events flow from the device into IoT Hub. The IoT hub is where the subscribed Azure function from the previous step is listening, ready to pick up the events and continue processing.
258
+
This section creates a device representation in IoT Hub with the ID thermostat67. The simulated device connects to this representation, which is how device data flows from the device into IoT Hub. The IoT hub is where the subscribed Azure function from the previous step is listening, ready to pick up the events and continue processing.
259
259
260
260
In the Azure CLI, create a device in IoT Hub with the following command:
0 commit comments