Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 571f496

Browse files
author
Jim Bennett
committedApr 29, 2020
Trying to get images in both the readme and docs
1 parent 4ef5e13 commit 571f496

9 files changed

+4
-4
lines changed
 

‎README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,14 @@ To interact with Azure IoT Hub, you will need to create a hub, and a register a
8989

9090
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.
9191

92-
.. image:: images/iot-hub-device.png
92+
.. image:: iot-hub-device.png
9393
:alt: Locating the device in the IoT hub blade
9494

9595
*Locating the device in the IoT hub blade*
9696

9797
Then copy either the primary or secondary connection string using the copy button next to the value.
9898

99-
.. image:: images/iot-hub-device-keys.png
99+
.. image:: iot-hub-device-keys.png
100100
:alt: Copy the primary connection string
101101

102102
*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
178178
- 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.
179179
- 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.
180180

181-
.. image:: images/iot-central-connect-button.png
181+
.. image:: iot-central-connect-button.png
182182
:alt: The IoT Central connect button
183183

184184
*The connect button*
185185

186-
.. image:: images/iot-central-connect-dialog.png
186+
.. image:: iot-central-connect-dialog.png
187187
:alt: The IoT Central connection details dialog
188188

189189
*The connection details dialog*
File renamed without changes.
File renamed without changes.

‎iot-central-connect-button.png

18.7 KB
Loading

‎iot-central-connect-dialog.png

72.7 KB
Loading

‎iot-hub-device-keys.png

70.4 KB
Loading

‎iot-hub-device.png

69 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.