LW.

Glorified Notepad

Modern APIs Need Modern Protection with Azure API Management

APIs are the Backbone of Modern Applications Every product, internal tool, and mobile app relies on them. They are the glue that holds systems together. Yet despite this, a lot of businesses are still exposing APIs in Azure like it is 2015. And that gap is only getting more dangerous. Too often, the same pattern shows up: APIs spun up on ageing IIS servers or dropped into Azure App Services without much thought. Continue reading

Private Azure DevOps Agents with Azure DevCenter

Is Azure DevCenter the Best Way to Run Private DevOps Agents? Most teams using Azure DevOps start with Microsoft-hosted agents. It’s the path of least resistance click, build, done. But at some point, speed, control, or security becomes more than a “nice-to-have.” That’s when self-hosted agents enter the chat. The problem? Running your own agents can feel like a step backwards manual provisioning, configuration drift, inconsistent environments. Enter Azure DevCenter, a service that promises to make managing development infrastructure simpler. Continue reading

Mastering the Basics: Terraform and Infrastructure as Code in Azure

Introduction Managing cloud infrastructure manually is slow, error-prone, and impossible to scale. Infrastructure as Code (IaC) solves these problems by allowing infrastructure to be defined, deployed, and maintained with code. Terraform has become the go-to IaC tool because of its declarative approach, multi-cloud support, and ability to track infrastructure changes over time. This article will walk through the fundamentals of Terraform, covering why manual provisioning causes problems, how Terraform improves cloud management, and key best practices to ensure scalable and secure deployments. Continue reading

Terraform State Management in Azure: Don’t Let Your Backend Bite You

🥇 Your Terraform state file is the source of truth for your infrastructure. Lose it, and you might as well be deploying blindfolded. But how could you manage it properly in Azure? ⛈️ Why Terraform State Matters (And Why It Can Ruin Your Day) Terraform needs a state file to track the real-world infrastructure vs what your code says should exist. If that state file disappears, gets corrupted, or is being fought over by multiple deployments, you’re in for a world of pain. Continue reading

Why-aC | Why infrastructure as code?

Most companies today are already using some elements of cloud computing—whether that’s through a trusted partner, a service, or directly with one of the major cloud providers like Azure, AWS, or Google Cloud. However, despite this very few are leveraging ‘Infrastructure as Code’ (IaC). IaC was once seen as a gold standard of platform management, something only accessible to the largest enterprises with deep pockets and large developer teams dedicated to managing sprawling infrastructure. Continue reading
Older posts