Author Archives
Tech Enthusiast | Public Speaker | Blogger
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 ›
Migrating Data from AWS Redshift to Azure Synapse Analytics
Azure Synapse formerly known as Azure Data Warehouse is an analytics service which provides you the best of both worlds; Big Data and Big Data Analytics. It is the only service leading TPC-H Benchmarks when queries are executed at Petabyte… Read More ›
Deploy Azure Data Factory Using PowerShell
I recently came across a customer scenario where customer had to create hundreds of azure data factory pipeline performing similar functions which would be used across different business domains. Creating hundreds of pipelines manually can be a tiresome job. Imagine… Read More ›