Skip to content

Commit 90c53ff

Browse files
author
Jim Bennett
committed
Update azureiot_secrets_example.py
1 parent 9195773 commit 90c53ff

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/azureiot_secrets_example.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
# WiFi settings
1616
"ssid": "",
1717
"password": "",
18-
1918
# Azure IoT Central settings - if you are connecting to Azure IoT Central, fill in these three values
2019
# To get these values, select your device in Azure IoT Central,
2120
# then select the Connect button
@@ -26,7 +25,6 @@
2625
"id_scope": "",
2726
"device_id": "",
2827
"key": "",
29-
3028
# Azure IoT Hub settings - if you are connecting to Azure IoT Hub, fill in this value
3129
# To get this value, from the Azure Portal (https://aka.ms/AzurePortalHome), select your IoT Hub,
3230
# then select Explorers -> IoT devices, select your device, then copy the entire primary or secondary
@@ -35,4 +33,4 @@
3533
# HostName=<your-hub>.azure-devices.net;DeviceId=<your device id>;SharedAccessKey=<key>
3634
# Note - you need the primary or secondary connection string, NOT the primary or secondary key
3735
"device_connection_string": "",
38-
}
36+
}

0 commit comments

Comments
 (0)