Skip to content

Commit 4cc3ce9

Browse files
authored
Merge pull request #47688 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/Microsoft/azure-docs (branch master)
2 parents 494f693 + 35aeda2 commit 4cc3ce9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/cosmos-db/sql-api-dotnet-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ The first thing to do here is add a class that contains all the logic to connect
235235
using System.Configuration;
236236
using System.Linq.Expressions;
237237
using System.Threading.Tasks;
238-
using System.Net
238+
using System.Net;
239239
240240
Now replace this code
241241

articles/iot-hub/iot-hub-device-sdk-c-intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ When you run the program, you see this interface:
8080

8181
![](media/iot-hub-device-sdk-c-intro/03-DeviceExplorer.PNG)
8282

83-
Enter your **IoT Hub Connection String** in the first field and click **Update**. This step configures the tool so that it can communicate with IoT Hub.
83+
Enter your **IoT Hub Connection String** in the first field and click **Update**. This step configures the tool so that it can communicate with IoT Hub. The **Connection String** can be found under **IoT Hub Service** > **Settings** > **Shared Access Policy** > **iothubowner**.
8484

8585
When the IoT Hub connection string is configured, click the **Management** tab:
8686

@@ -98,7 +98,7 @@ When the device is created, the Devices list updates with all the registered dev
9898

9999
If you choose **Copy connection string for selected device**, the device connection string is copied to the clipboard. Keep a copy of the device connection string. You need it when running the sample applications described in the following sections.
100100

101-
When you've completed the steps above, you're ready to start running some code. Both samples have a constant at the top of the main source file that enables you to enter a connection string. For example, the corresponding line from the **iothub\_client\_sample\_mqtt** application appears as follows.
101+
When you've completed the steps above, you're ready to start running some code. Most samples have a constant at the top of the main source file that enables you to enter a connection string. For example, the corresponding line from the **iothub\_client\_sample\_mqtt** application appears as follows.
102102

103103
```c
104104
static const char* connectionString = "[device connection string]";

0 commit comments

Comments
 (0)