Running Azure CLI With Codex In A Safer Way
Azure CLI and Codex is an amazing combo. Azure CLI gives you a complete set of commands for working with Azure, and since coding agents loves structured output, az --output json makes it easy for C...
Azure CLI and Codex is an amazing combo. Azure CLI gives you a complete set of commands for working with Azure, and since coding agents loves structured output, az --output json makes it easy for C...
This post is my interpretation of what Azure Landing Zones and Corp vs. Online is after having done a bunch of ALZ implementations for customers of various sizes. I’m a big fan of structure and sta...
I’m tired, boss.. I was sitting on the train with a colleague this week after a great day with the Unwonted team and we were discussing content creation and being seen in the world of IT when I’m b...
Basic Public IPs in Azure will be retired on September 30, 2025. This means you’ll have to upgrade to Standard SKU before the retirement date to prevent any service disruptions. From my experience,...
Like many of you, my first real exposure to AI was when ChatGPT dropped. I spent way too much time prompting it with random stuff, used it for some PowerShell, and tried out the voice feature when ...
In Azure, following a policy-driven approach to governance is crucial. It’s all about making sure that everyone who uses Azure can’t set things up the wrong way. Imagine having a set of clear instr...
If you’ve worked in Azure, you have definitely come across managing access using Role Based Access Control (RBAC) and have been met with different challenges. Until recently, the RBAC model in Azur...
The App Service Environment v3 has brought significant improvements to secure cloud computing. It offers a range of features that enhance the performance, security, and scalability of web applicati...
Automating the process of creating Private Endpoint DNS configurations in their respective zones is key for a successful private networking implementation in Azure. Record creation can be done usi...
I have always wanted to learn a bit of Python, so I set out to do a project in Django where I have a form that I can fill out and when submitted it will start an Azure DevOps pipeline and provide t...