Skip to content

Commit a2a47e5

Browse files
committed
cleaned up caps and next links
1 parent 4a1f2e2 commit a2a47e5

File tree

1 file changed

+12
-24
lines changed

1 file changed

+12
-24
lines changed

articles/iot-hub/iot-hub-devguide-sdks.md

Lines changed: 12 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ ms.custom: [mqtt, 'Role: IoT Device', 'Role: Cloud Development']
1515

1616
There are two categories of software development kits (SDKs) for working with IoT Hub:
1717

18-
* [**IoT Hub Service SDKs**](#azure-iot-hub-service-sdks) enable you to build backend applications to manage your IoT hub, and optionally send messages, schedule jobs, invoke direct methods, or send desired property updates to your IoT devices or modules.
18+
* [**IoT Hub service SDKs**](#azure-iot-hub-service-sdks) enable you to build backend applications to manage your IoT hub, and optionally send messages, schedule jobs, invoke direct methods, or send desired property updates to your IoT devices or modules.
1919

20-
* [**IoT Hub Device SDKs**](../iot-develop/about-iot-sdks.md) enable you to build apps that run on your IoT devices using device client or module client. These apps send telemetry to your IoT hub, and optionally receive messages, job, method, or twin updates from your IoT hub. You can use these SDKs to build device apps that use [Azure IoT Plug and Play](../iot-develop/overview-iot-plug-and-play.md) conventions and models to advertise their capabilities to IoT Plug and Play-enabled applications. You can also use module client to author [modules](../iot-edge/iot-edge-modules.md) for [Azure IoT Edge runtime](../iot-edge/about-iot-edge.md).
20+
* [**IoT Hub device SDKs**](../iot-develop/about-iot-sdks.md) enable you to build apps that run on your IoT devices using device client or module client. These apps send telemetry to your IoT hub, and optionally receive messages, job, method, or twin updates from your IoT hub. You can use these SDKs to build device apps that use [Azure IoT Plug and Play](../iot-develop/overview-iot-plug-and-play.md) conventions and models to advertise their capabilities to IoT Plug and Play-enabled applications. You can also use module client to author [modules](../iot-edge/iot-edge-modules.md) for [Azure IoT Edge runtime](../iot-edge/about-iot-edge.md).
2121

2222
In addition, we also provide a set of SDKs for working with the [Device Provisioning Service](../iot-dps/about-iot-dps.md).
2323

24-
* **Provisioning Device SDKs** enable you to build apps that run on your IoT devices to communicate with the Device Provisioning Service.
24+
* **Provisioning device SDKs** enable you to build apps that run on your IoT devices to communicate with the Device Provisioning Service.
2525

26-
* **Provisioning Service SDKs** enable you to build backend applications to manage your enrollments in the Device Provisioning Service.
26+
* **Provisioning service SDKs** enable you to build backend applications to manage your enrollments in the Device Provisioning Service.
2727

2828
Learn about the [benefits of developing using Azure IoT SDKs](https://azure.microsoft.com/blog/benefits-of-using-the-azure-iot-sdks-in-your-azure-iot-solution/).
2929

30-
## Azure IoT Hub Service SDKs
30+
## Azure IoT Hub service SDKs
3131

3232
The Azure IoT service SDKs contain code to facilitate building applications that interact directly with IoT Hub to manage devices and security.
3333

@@ -38,36 +38,24 @@ The Azure IoT service SDKs contain code to facilitate building applications that
3838
| Node | [npm](https://www.npmjs.com/package/azure-iothub) | [GitHub](https://github.com/Azure/azure-iot-sdk-node) | [Samples](https://github.com/Azure/azure-iot-sdk-node/tree/main/service/samples) | [Reference](/javascript/api/azure-iothub/) |
3939
| Python | [pip](https://pypi.org/project/azure-iot-hub) | [GitHub](https://github.com/Azure/azure-iot-sdk-python) | [Samples](https://github.com/Azure/azure-iot-sdk-python/tree/main/azure-iot-hub/samples) | [Reference](/python/api/azure-iot-hub) |
4040

41-
## Microsoft Azure Provisioning SDKs
41+
## Microsoft Azure provisioning SDKs
4242

43-
The **Microsoft Azure Provisioning SDKs** enable you to provision devices to your IoT Hub using the [Device Provisioning Service](../iot-dps/about-iot-dps.md). To learn more about the provisioning SDKs, see [Microsoft SDKs for Device Provisioning Service](../iot-dps/libraries-sdks.md).
43+
The **Microsoft Azure provisioning SDKs** enable you to provision devices to your IoT Hub using the [Device Provisioning Service](../iot-dps/about-iot-dps.md). To learn more about the provisioning SDKs, see [Microsoft SDKs for Device Provisioning Service](../iot-dps/libraries-sdks.md).
4444

45-
## Azure IoT Hub Device SDKs
45+
## Azure IoT Hub device SDKs
4646

4747
The Microsoft Azure IoT device SDKs contain code that facilitates building applications that connect to and are managed by Azure IoT Hub services.
4848

49-
Learn more about the IoT Hub Device SDKS in the [IoT Device Development Documentation](../iot-develop/about-iot-sdks.md).
49+
Learn more about the IoT Hub device SDKS in the [IoT Device Development Documentation](../iot-develop/about-iot-sdks.md).
5050

5151
## SDK and hardware compatibility
5252

53-
For more information about choosing a device SDK, see [Overview of Azure IoT Device SDKs](../iot-develop/about-iot-sdks.md).
54-
5553
For more information about SDK compatibility with specific hardware devices, see the [Azure Certified for IoT device catalog](https://devicecatalog.azure.com/) or individual repository.
5654

5755
[!INCLUDE [iot-hub-basic](../../includes/iot-hub-basic-partial.md)]
5856

5957
## Next steps
6058

61-
Relevant docs related to development using the Azure IoT SDKs:
62-
63-
* Learn about [how to manage connectivity and reliable messaging](iot-hub-reliability-features-in-sdks.md) using the IoT Hub SDKs.
64-
* Learn about how to [develop for mobile platforms](iot-hub-how-to-develop-for-mobile-devices.md) such as iOS and Android.
65-
* [IoT Device Development Documentation](../iot-develop/about-iot-sdks.md)
66-
67-
Other reference topics in this IoT Hub developer guide include:
68-
69-
* [IoT Hub endpoints](iot-hub-devguide-endpoints.md)
70-
* [IoT Hub query language for device twins, jobs, and message routing](iot-hub-devguide-query-language.md)
71-
* [Quotas and throttling](iot-hub-devguide-quotas-throttling.md)
72-
* [IoT Hub MQTT support](iot-hub-mqtt-support.md)
73-
* [IoT Hub REST API reference](/rest/api/iothub/)
59+
* Learn how to [manage connectivity and reliable messaging](iot-hub-reliability-features-in-sdks.md) using the IoT Hub SDKs.
60+
* Learn how to [develop for mobile platforms](iot-hub-how-to-develop-for-mobile-devices.md) such as iOS and Android.
61+
* Learn how to [develop without an SDK](iot-hub-devguide-no-sdk.md).

0 commit comments

Comments
 (0)