Taking a Lamborghini through a sidewalk

The other day I spoke to some folks and they were wondering if they should use Service Fabric - Microsoft’s orchestrator. I get it. It powers a sizable chunk of Azure. Microsoft has been successful with it.
The other day I spoke to some folks and they were wondering if they should use Service Fabric - Microsoft’s orchestrator. I get it. It powers a sizable chunk of Azure. Microsoft has been successful with it.
I’ve recently been listening a lot of audio books from Seth Godin. He talks about when and why to push through hard times, how to be a linchpin, and what makes a great marketing.
Deploying Azure Resource Manager (ARM) templates from Azure DevOps is very powerful. It encourages developers and operators to maintain a declarative file describing the infrastructure on Azure. Also helps prevent pesky environment drifts because of someone clicking from the portal...
Sometimes, we want to run a one-time job during our deployments. For example, running an Entity Framework migration. By creating a console application, packaged as a Docker image, we can run these one-time jobs as a Kubernetes Job upon a...
In my last post, I blogged about how to use Artillery to run Load Tests from Azure Container Instances. Artillery is easy to use and Azure Container Instances offer a low cost and easy way to run containerized load tests....