Skip to content

Commit e097d7f

Browse files
committed
Incorp
1 parent d593784 commit e097d7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/digital-twins/tutorial-end-to-end.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In this tutorial, you will...
3636

3737
## Get started with the building scenario
3838

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

4141
The following diagram represents the full scenario.
4242

@@ -230,7 +230,7 @@ az iot hub create --name <name-for-your-IoT-hub> --resource-group <your-resource
230230

231231
The output of this command is information about the IoT hub that was created.
232232

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

235235
### Connect the IoT hub to the Azure function
236236

@@ -255,7 +255,7 @@ The output shows information about the event subscription that you created. You
255255
256256
### Register the simulated device with IoT Hub
257257

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

260260
In the Azure CLI, create a device in IoT Hub with the following command:
261261

0 commit comments

Comments
 (0)