App Insights Part 2 – Stream your data

This post is the 2nd part of my review of Azure's App Insights service. The first part introduced some of the features provided by App Insights and  covered 2 ways of exporting and using events outside of Azure. In this post I'll cover the third option of exporting events which I believe is the best for storing … Continue reading App Insights Part 2 – Stream your data

Azure App Insights – The Good, the Bad, and the Ugly

Many articles can be written on Azure's App Insights. This Application Performance Management (APM) service can be used for all aspects of KPI monitoring and dashboards of your servers. Through the usage of analytics and machine learning, you can easily and quickly gain insights into what's going on both on your back-end and front-end applications. We … Continue reading Azure App Insights – The Good, the Bad, and the Ugly

Azure Functions – Serverless coding made easy

Azure Functions is one of Microsoft’s solutions to serverless computing – running small pieces of code without having to worry about managing the server, complicated deployments and integrations. Functions support several coding languages, can scale on demand and cost only when you use it. It is very easy to start using Functions, but in some … Continue reading Azure Functions – Serverless coding made easy