Posts By : Miha

Advanced load testing with Websurge

Load testing your web applications and services is an essential part of modern web development. There are many tools that can help you with that, for example Azure DevOps or Apache JMeter. I am about to show you another tool, that you can run from your Windows PC. The tool is calledWebsurge and it’s build…

read more
Microsoft Ignite – The tour in Amsterdam

This year we went to the Microsoft Ignite conference in Amsterdam, which was from 19th to 20th of March. It’s a big conference with thousands of attendees and a lot of great talks. There were few tracks available for us, we choose the “Build your applications for the cloud” on the first day and “Operating…

read more
Validate Azure ARM templates with PowerShell

If you are writing and using ARM templates as as a base of your infrastructure as code (IaC) principle, then the next few lines might be interesting to you. If you are new to IaC read this or if you are new to ARM templates read here. We are using ARM templates with Azure DevOps…

read more
Add release annotations to Application Insights from Azure DevOps

When we are releasing software to different environments through our release pipelines, we usually want to mark that in our monitoring system. Normally that is a time-stamp or annotation and can help us diagnosing performance issues if they arise. We extensively use Application Insights for monitoring and logging system and Azure DevOps (formerly VSTS) for…

read more
Climb to Passo dello Stelvio – Virtually :)

As a tech head and a recreational cyclist I was thrilled when looking at the latest developments in the bike smart trainer world. The idea to connect bike trainer with PC and run a game like Zwift or Road grand tours beta is very appealing :). But I never owned a smart trainer until now. I…

read more
Setup email alerts from Azure log service

We all do some sort of logging on our servers, may be log files, database, Application Insights, etc. But that won’t do us much good, if there are no active measures set against them. I am talking about automatic alerts, which will allow us to react quickly in case of performance issues or failures. That’s…

read more
Add VM performance counters to Azure Log Service

Welcome back. In this post I will continue the discussion about the Azure Log Service, which builds on-top of Shipping logs to Azure and pre-parsing logs. You are welcome to read them first. Now I will write about adding a custom performance counter monitor to Microsoft monitoring agent on Windows Server machine. But first a…

read more