After having not quite an easy time fixing our production server-cluster manually I like to write a few things down so maybe other or my future self will find these … Continue Reading Scale and fix a Azure Service Fabric Cluster manually
Problem When doing a Kusto query in Azure Log Analytics the result set (Grid) gets rebuild every single time a query is executed. The default order of the columns is … Continue Reading Order Azure Log-Analytics result columns
I’m trying already for quite some time to track the result of some SQL query in my Azure Dashboard and even better: trigger Azure Alerts when some condition is reached. … Continue Reading Track SQL Data with Azure Alerts and Dashboard Charts
Drivers Regarding Robert C. Martin, technical subsystems like storage, user-interface, external systems etc. are an implementation detail what should not bleed into your application logic. Put them behind a nice … Continue Reading Chapter 7: Drivers & Data Access
I am currently working on a new little web application using the good old ASP.Net MVC 5. This application should be hosted on Azure App Service and as our company … Continue Reading Quick developer tour on Microsoft Application Insights