Azure IoT is a managed service that enables secure bi-directional communication between IoT Applications and devices. It is capable of receiving and processing millions of events per second. Developers can leverage its capabilities to build scalable, full-featured IoT solutions such… Read More ›
Azure
Use Azure Data Factory To Backup Azure Cosmos DB
Azure Cosmos DB is a fully managed globally distributed multi-model data service. Developers can leverage its capabilities of low latency, 99.99% high availability, predictable throughput, and multiple well-defined consistency models to develop applications that need faster reads and write from… Read More ›
Perform Text Analysis on a File in Blob Storage via Azure Functions
Azure Cognitive Service provides a set of machine learning algorithms which helps developers to solve problems in the field of Artificial Intelligence (AI). It enhances developer’s capabilities to create, manage, and deploy powerful applications to assist cloud customers perform any… Read More ›
Send Mails from Event Hub via Azure Functions
Azure Event Hubs is an event ingestion service for big data streaming workloads. It is capable of receiving and processing millions of events per second. Data sent to an event hub can be transformed and stored by using any real-time… Read More ›
Create Real-Time IoT Solution On Azure
We learned to create IoT Edge Devices and simulate telemetry data to IoT Hub in my previous blog. We will attempt to build a real-time end-to-end IoT solution on Azure in this article. We would use IoT Edge to simulate… Read More ›
Send Alert to Microsoft Teams from Event Hub via Azure Functions
Azure Event Hubs is an event ingestion service for big data streaming workloads. It is capable of receiving and processing millions of events per second. Data sent to an event hub can be transformed and stored by using any real-time… Read More ›
Routing Messages From IoT Hub to Event Hub
Services hosted on Azure cater to diverse modes of connectivity and communication which helps you to connect your data to power of cloud. While both IoT Hub and Event Hubs can ingest humongous datasets to process and store them for… Read More ›
Simulate a Module to IoT Edge Runtime via IoT Hub
The IoT Edge Runtime is a set of packages that flip a tool into an IoT Edge device. The primary responsibilities of an IoT Edge Runtime are Module Management and communication between IoT Devices. In this article, we will try… Read More ›
Deploy Azure Kubernetes Service Using Powershell
If you would like to automate deployment of an Azure Kubernetes Service (AKS) and struggling with various commands to be used , this article will help you out. In this article, you’re going to learn how to build an AKS cluster… Read More ›
Performance Tuning SQL database the Azure way
A slow application or a mobile app can be annoying. Imagine a user waiting for updates in the final minutes of a cricket match. Isn’t it? A slow application can lead to bad customer experience and thereby impacting user visits… Read More ›