Skip to content

Commit 265120c

Browse files
author
v-masebo
committed
fixed links
1 parent 5efbdc7 commit 265120c

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

articles/iot-hub/iot-hub-python-twin-getstarted.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@ At the end of this tutorial, you will have two Python console apps:
3232
3333
To complete this tutorial you need the following:
3434

35-
* [Python 2.x or 3.x](lnk-python-download). Make sure to use the 32-bit or 64-bit installation as required by your setup. When prompted during the installation, make sure to add Python to your platform-specific environment variable. If you are using Python 2.x, you may need to [install or upgrade *pip*, the Python package management system](lnk-install-pip).
36-
* If you are using Windows OS, then [Visual C++ redistributable package](lnk-visual-c-redist) to allow the use of native DLLs from Python.
37-
* An active Azure account. (If you don't have an account, you can create a [free account](lnk-free-trial) in just a couple of minutes.)
35+
* [Python 2.x or 3.x][lnk-python-download]. Make sure to use the 32-bit or 64-bit installation as required by your setup. When prompted during the installation, make sure to add Python to your platform-specific environment variable. If you are using Python 2.x, you may need to [install or upgrade *pip*, the Python package management system][lnk-install-pip].
36+
* If you are using Windows OS, then [Visual C++ redistributable package][lnk-visual-c-redist] to allow the use of native DLLs from Python.
37+
* An active Azure account. (If you don't have an account, you can create a [free account][lnk-free-trial] in just a couple of minutes.)
3838

3939
> [!NOTE]
40-
> The *pip* packages for `azure-iothub-service-client` and `azure-iothub-device-client` are currently available only for Windows OS. For Linux/Mac OS, please refer to the Linux and Mac OS-specific sections on the [Prepare your development environment for Python](lnk-python-devbox) post.
40+
> The *pip* packages for `azure-iothub-service-client` and `azure-iothub-device-client` are currently available only for Windows OS. For Linux/Mac OS, please refer to the Linux and Mac OS-specific sections on the [Prepare your development environment for Python][lnk-python-devbox] post.
4141
>
4242
4343
[!INCLUDE [iot-hub-get-started-create-hub](../../includes/iot-hub-get-started-create-hub.md)]
4444

45-
[!INCLUDE [iot-hub-get-started-create-device-identity](../../includes/iot-hub-get-started-create-device-identity.md)]
45+
[!INCLUDE [iot-hub-get-started-create-device-identity](../../includes/iot-hub-get-started-create-device-identity-portal.md)]
4646

4747
## Create the service app
4848
In this section, you create a Python console app that adds location metadata to the device twin associated with your **{Device Id}**. It then queries the device twins stored in the IoT hub selecting the devices located in Redmond, and then the ones that are reporting a cellular connection.
@@ -274,6 +274,11 @@ Use the following resources to learn how to:
274274
[lnk-hub-sdks]: iot-hub-devguide-sdks.md
275275
[lnk-free-trial]: http://azure.microsoft.com/pricing/free-trial/
276276
277+
[lnk-python-download]: https://www.python.org/downloads/
278+
[lnk-visual-c-redist]: http://www.microsoft.com/download/confirmation.aspx?id=48145
279+
[lnk-install-pip]: https://pip.pypa.io/en/stable/installing/
280+
[lnk-python-devbox]: https://github.com/Azure/azure-iot-sdk-python/blob/master/doc/python-devbox-setup.md
281+
277282
[lnk-d2c]: iot-hub-devguide-messaging.md#device-to-cloud-messages
278283
[lnk-methods]: iot-hub-devguide-direct-methods.md
279284
[lnk-twins]: iot-hub-devguide-device-twins.md

0 commit comments

Comments
 (0)