From 4981dc1d41f20fdb4c74fa39ada0670c7a949fdc Mon Sep 17 00:00:00 2001 From: Goran Vuksic Date: Sun, 11 Sep 2022 12:47:57 +0200 Subject: [PATCH] Update iot-hub.md Links are outdated / not valid anymore. --- docs-ref-services/latest/iot-hub.md | 56 ++++++++++++++--------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/docs-ref-services/latest/iot-hub.md b/docs-ref-services/latest/iot-hub.md index 97c52cb8b9a7..9a58de4bde90 100644 --- a/docs-ref-services/latest/iot-hub.md +++ b/docs-ref-services/latest/iot-hub.md @@ -9,32 +9,30 @@ author: xirzec description: Reference for Azure IoT Hub SDK for JavaScript ms.date: 06/15/2022 --- -# Azure IoT Hub modules for JavaScript - -Azure IoT Hub is a fully managed service that enables reliable and secure bidirectional communications between millions of IoT devices and a solution back end. Azure IoT Hub: -- Provides multiple device-to-cloud and cloud-to-device communication options, including one-way messaging, file transfer, and request-reply methods. -- Provides built-in declarative message routing to other Azure services. -- Provides a queryable store for device metadata and synchronized state information. -- Enables secure communications and access control using per-device security keys or X.509 certificates. -- Provides extensive monitoring for device connectivity and device identity management events. -- Includes device libraries for the most popular languages and platforms. - -Use npm to install the Azure IoT Hub modules for JavaScript - -## Management Package - -### Install the npm module - -Install the Azure IoT Hub npm module - -```bash -npm install @azure/arm-iothub -``` - -## Samples - -- Examples for using this module in Node.js as well as browser applications can be found in the [README for the module](https://www.npmjs.com/package/@azure/arm-iothub) -- [Get started with the Raspberry Pi Azure IoT Starter Kit](https://azure.microsoft.com/resources/samples/iot-remote-monitoring-node-raspberrypi-getstartedkit/) -- [Tweet vibration anomalies detected by Azure IoT services on data from an Intel Edison running JavaScript](https://azure.microsoft.com/resources/samples/iot-hub-nodejs-intel-edison-vibration-anomaly-detection/) - -For more code samples that use various Azure packages, explore the [JavaScript samples](https://docs.microsoft.com/samples/browse/?languages=javascript). \ No newline at end of file +# Azure IoT Hub modules for JavaScript + +Azure IoT Hub is a fully managed service that enables reliable and secure bidirectional communications between millions of IoT devices and a solution back end. Azure IoT Hub: +- Provides multiple device-to-cloud and cloud-to-device communication options, including one-way messaging, file transfer, and request-reply methods. +- Provides built-in declarative message routing to other Azure services. +- Provides a queryable store for device metadata and synchronized state information. +- Enables secure communications and access control using per-device security keys or X.509 certificates. +- Provides extensive monitoring for device connectivity and device identity management events. +- Includes device libraries for the most popular languages and platforms. + +Use npm to install the Azure IoT Hub modules for JavaScript + +## Management Package + +### Install the npm module + +Install the Azure IoT Hub npm module + +```bash +npm install @azure/arm-iothub +``` + +## Samples + +- Examples for using this module in Node.js as well as browser applications can be found in the [README for the module](https://www.npmjs.com/package/@azure/arm-iothub) + +For more code samples that use various Azure packages, explore the [JavaScript samples](https://docs.microsoft.com/samples/browse/?languages=javascript).