Skip to content

Commit 2536b90

Browse files
Acrolinx fix and typo.
1 parent cd5864e commit 2536b90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ To complete this tutorial, you need the following prerequisites:
4646

4747
In this section, you create a .NET console app on your simulated device that updates the module twin reported properties.
4848

49-
Before you begin, get your module connection string. Sign in to [Azure portal](https://portal.azure.com/). Navigate to your IoT Hub and select **IoT Devices**. Find **myFirstDevice**. Select **myFirstDevice** to open it, and then select **myFirstModule** to open it. In **Module Identity Details**, copy the **Connection string (primary key)**when needed in the following procedure.
49+
Before you begin, get your module connection string. Sign in to [Azure portal](https://portal.azure.com/). Navigate to your IoT Hub and select **IoT Devices**. Find **myFirstDevice**. Select **myFirstDevice** to open it, and then select **myFirstModule** to open it. In **Module Identity Details**, copy the **Connection string (primary key)** when needed in the following procedure.
5050

51-
![Azure portal module detail](./media/iot-hub-csharp-csharp-module-twin-getstarted/module-detail.png)
51+
![Azure portal module detail](./media/iot-hub-csharp-csharp-module-twin-getstarted/module-detail.png)
5252

5353
1. In Visual Studio, add a new project to your solution by selecting **File > New > Project**. In Create a new project, select **Console App (.NET Framework)**, and select **Next**.
5454

includes/iot-hub-howto-module-twin-shared-access-policy-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ ms.custom: include file
1111
---
1212
<!-- This contains intro text for the "Get an IoT hub connection string" section in the iot-hub-lang-lang-module-twin-getstarted.md files-->
1313

14-
In this article, you create a backend service that adds a device in the identity registry and then adds a module to that device. Your service requires the **registry write** permission. By default, every IoT Hub is created with a shared access policy named **registryReadWrite** that grants this permission.
14+
In this article, you create a backend service that adds a device in the identity registry and then adds a module to that device. Your service requires the **registry write** permission. Every IoT Hub is created with a shared access policy named **registryReadWrite** that grants this permission by default.

0 commit comments

Comments
 (0)