Book Image

Azure IoT Development Cookbook

By : Yatish Patil
Book Image

Azure IoT Development Cookbook

By: Yatish Patil

Overview of this book

Microsoft’s end-to-end IoT platform is the most complete IoT offering, empowering enterprises to build and realize value from IoT solutions efficiently. It is important to develop robust and reliable solutions for your organization to leverage IoT services. This book focuses on how to start building custom solutions using the IoT hub or the preconfigured solution of Azure IoT suite. As a developer, you will be taught how to connect multiple devices to the Azure IoT hub, develop, manage the IoT hub service and integrate the hub with cloud. We will be covering REST APIs along with HTTP, MQTT and AMQP protocols. It also helps you learn Pre-Configured IoT Suite solution. Moving ahead we will be covering topics like:-Process device-to-cloud messages and cloud-to-device messages using .Net-Direct methods and device management-Query Language, Azure IoT SDK for .Net-Creating and managing, Securing IoT hub, IoT Suite and many more. We will be using windows 10 IoT core, Visual Studio, universal Windows platform. At the end, we will take you through IoT analytics and provide a demo of connecting real device with Azure IoT.
Table of Contents (10 chapters)

Introduction

Many IoT implementations fail to go live on production quickly for their users. There could be multiple reasons for this. Microsoft Azure is providing an accelerator to overcome this with a collection of Azure services that enable you to capture and analyze the data generated by your business. This is known as the Azure IoT Suite. Using this, one can accelerate the time to value with pre-configured solutions and move from Proof of Concept (PoC) to the broader idea of deployment.

The Azure IoT Suite gives enterprises an easy and seamless way to connect people, devices, and assets. It connects a broad range of devices and operating systems. These IoT devices will send that telemetry data to the Azure IoT backend using the Azure IoT Hub device SDK. If devices cannot communicate directly to the IoT Hub, this issue can be solved by using the cloud gateway or intermediate...