Skip to content

Commit 2a3a821

Browse files
committed
Adjusted device ID wording
1 parent 635669c commit 2a3a821

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/iot-hub/iot-hub-java-java-schedule-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ In this section, you create a Java console app that handles the desired properti
359359
import java.util.Scanner;
360360
```
361361

362-
9. Add the following class-level variables to the **App** class. Replace `{yourdeviceconnectionstring}` with the device connection string you copied previously when you registered a new device in your IoT Hub:
362+
9. Add the following class-level variables to the **App** class. Replace `{yourdeviceconnectionstring}` with the device connection string you saw when you registered a device in your IoT Hub:
363363

364364
```java
365365
private static String connString = "{yourdeviceconnectionstring}";

articles/iot-hub/iot-hub-python-python-schedule-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ In this section, you create a Python console app that initiates a remote **lockD
178178
179179
2. Using a text editor, create a new **scheduleJobService.py** file in your working directory.
180180
181-
3. Add the following `import` statements and variables at the start of the **scheduleJobService.py** file. Replace the `{IoTHubConnectionString}` placeholder with the IoT hub connection string you copied previously in [Get the IoT hub connection string](#get-the-iot-hub-connection-string). Replace the `{deviceId}` placeholder with the device ID (the name) of your new device you previously registered:
181+
3. Add the following `import` statements and variables at the start of the **scheduleJobService.py** file. Replace the `{IoTHubConnectionString}` placeholder with the IoT hub connection string you copied previously in [Get the IoT hub connection string](#get-the-iot-hub-connection-string). Replace the `{deviceId}` placeholder with the device ID (the name) from your registered device:
182182
183183
```python
184184
import os

0 commit comments

Comments
 (0)