Skip to content

Commit 8761bf5

Browse files
authored
Pencil fix
Line 180: "login" to "sign in"
1 parent 925586d commit 8761bf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-hub/iot-hub-c-c-module-twin-getstarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ This app creates a device identity with ID **myFirstDevice** and a module identi
177177
178178
In this section, you create a C app on your simulated device that updates the module twin reported properties.
179179
180-
1. **Get your module connection string** -- now if you login to [Azure portal](https://portal.azure.com). Navigate to your IoT Hub and click IoT Devices. Find myFirstDevice, open it and you see myFirstModule was successfully created. Copy the module connection string. It is needed in the next step.
180+
1. **Get your module connection string** -- now if you sign in to [Azure portal](https://portal.azure.com). Navigate to your IoT Hub and click IoT Devices. Find myFirstDevice, open it and you see myFirstModule was successfully created. Copy the module connection string. It is needed in the next step.
181181
182182
![Azure portal module detail](./media/iot-hub-c-c-module-twin-getstarted/module-detail.png)
183183
@@ -379,4 +379,4 @@ int main(void)
379379
To continue getting started with IoT Hub and to explore other IoT scenarios, see:
380380

381381
* [Getting started with device management](iot-hub-node-node-device-management-get-started.md)
382-
* [Getting started with IoT Edge](../iot-edge/quickstart-linux.md)
382+
* [Getting started with IoT Edge](../iot-edge/quickstart-linux.md)

0 commit comments

Comments
 (0)