Azure How To Easily Exhaust SNAT Sockets in Your Azure Function Late Friday evening, some sort of hotel lobby music in my headphones (I miss travel) and this chart on my screen. We are running out of network sockets to talk to any service, any API - basically anything. We are at SNAT port exhaustion.
Azure Discovering Most Stupid Mistake I Ever Made - Analyzing gRPC Service MemDump from Linux based Docker Running on ACI Here we are going to discover one of the most stupid mistake I could ever made in my career. The turning point was an informal conversation with the one and only Tess Ferrandez.
C# Disposable Dependency for Azure WebJob Recently we had experience with Azure WebJobs hosting system and specificely - with disposable jobs. This blog post will describe how to properly handle disposable job dependency. Why Dependency? You might ask, why I need to have dependencies for the Azure WebJob. The only