Skip to content

Commit a286bc0

Browse files
committed
Update the include file.
1 parent 818bfa9 commit a286bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/iot-hub-get-started-create-module-identity-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ In this section, you create a .NET console app that creates a device identity an
9494

9595
The AddModuleAsync() method creates a module identity with ID **myFirstModule** under device **myFirstDevice**. (If that module ID already exists in the identity registry, the code simply retrieves the existing module information.) The app then displays the primary key for that identity. You use this key in the simulated module app to connect to your IoT hub.
9696

97-
[!INCLUDE [iot-hub-pii-note-naming-device](iot-hub-pii-note-naming-device.md)]
97+
[!INCLUDE [iot-hub-pii-note-naming-device](iot-hub-pii-note-naming-device.md)]
9898

9999
7. Run this application, and make a note of the device key and module key.
100100

0 commit comments

Comments
 (0)