You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -89,14 +89,14 @@ To interact with Azure IoT Hub, you will need to create a hub, and a register a
89
89
90
90
You can find the device connection string by selecting the IoT Hub in the `Azure Portal <https://aka.ms/AzurePortalHome>`_, *selecting Explorer -> IoT devices*, then selecting your device.
91
91
92
-
.. image:: images/iot-hub-device.png
92
+
.. image:: iot-hub-device.png
93
93
:alt:Locating the device in the IoT hub blade
94
94
95
95
*Locating the device in the IoT hub blade*
96
96
97
97
Then copy either the primary or secondary connection string using the copy button next to the value.
98
98
99
-
.. image:: images/iot-hub-device-keys.png
99
+
.. image:: iot-hub-device-keys.png
100
100
:alt:Copy the primary connection string
101
101
102
102
*Copy the primary connection string*
@@ -178,12 +178,12 @@ To use Azure IoT Central, you will need to create an Azure IoT Central app, crea
178
178
- Follow the instructions in the `Microsoft Docs <https://docs.microsoft.com/azure/iot-central/core/quick-create-simulated-device?WT.mc_id=AdafruitCircuitPythonAzureIoT-github-jabenn>`__ to create a device template.
179
179
- Create a device based off the template, and select **Connect** to get the device connection details. Store the ID Scope, Device ID and either the Primary or secondary Key in your ``secrets.py`` file.
0 commit comments