
Dev Platforms-2
Microsoft Azure
Azure is a cloud computing service by Microsoft which is widely used for deploying and managing applications and services.
Getting Started

Introduction to Microsoft Azure
Microsoft Azure is a cloud computing service by Microsoft which is widely used for building, testing, deploying and managing applications and services

Microsoft Azure Free Account Sign-Up
Creating a free Microsoft Azure account to start using Azure services

Creating an IoT Hub in Microsoft Azure
IoT Hub is a service provided by Microsoft Azure that can be used to connect, provision, and manage millions of IoT devices. Large amounts of data can be transferred to and from the IoT Hub

Sending DHT11 sensor data to IoT Hub using NodeMCU
NodeMCU is connected to the internet through WiFi, and DHT11 sensor data collected by the NodeMCU is sent to the Microsoft Azure IoT Hub using MQTT protocol

Saving IoT Hub messages to Azure Blob Storage
Microsoft Azure provides a cloud service that provides storage that is highly available, secure, durable, scalable, and redundant under the name of Microsoft Azure Storage

Using Power BI to visualize real time data from IoT Hub
Power BI is a suite of business analytics tools. It can be used to visualize the data received by an IoT Hub in real-time

Using Web Apps to Visualize Real Time Data from IoT Hub
Web Apps is an Azure service for hosting web applications, REST APIs, and mobile backends.Using this, we can visualize the data received by IoT Hub in real time

Using Logic App for IoT remote monitoring and for sending notifications
Logic App is an Azure service which provides a way to automate processes as a series of simple steps. It can be used for remote monitoring and notifications by connecting IoT Hub to mail or other serv...
Applications

Detection and Reporting of Vehicle Collision using Microsoft Azure Services
A simple application for severity detection of vehicle collision and notifying concerned people about the collision through email. Microsoft Azure Web Apps and Logic App services are used for implemen...

Automatic watering system and environment monitoring for home garden using Microsoft Azure Services
A simple application for monitoring ambient temperature, relative humidity, and soil moisture in a home garden. Microsoft Azure Web Apps service is used for implementing this application. If the soil...

GPS Tracking of a Device Using Microsoft Azure Services and Microsoft Power BI
A simple application for GPS tracking of a device. Microsoft Azure Stream Analytics service is used along with Microsoft Power BI for implementing this application. Latitude and longitude data sent by...