Home » azcli
This article explains how to fix an error “NoRegisteredProviderFound”, which is thrown by az cli’s aks commands when you’re trying to run pretty much any aks commands in PowerShell/Terminal. Read on to join me on a journey to discover how a fresh install of the Azure CLI can simply randomly…Continue reading How to fix “NoRegisteredProviderFound” when trying to run any aks az cli commands
Anyone still remember Log4Shell? The incredibly easy-to-exploit, zero-day vulnerability in Log4j, a popular Java logging framework, that made arbitrary code execution extremely simple and straightforward. The vulnerability had existed unnoticed since 2013 and was simply a side effect of a nifty new feature implemented way back when. But that’s enough…Continue reading How to update application settings for (all of your) App Services and Azure Functions on Azure using az cli?
Every now and then there comes a time when you need to fiddle with DNS. It’s not that you want to do it, but sometimes you just can’t avoid it. This article explains a convenient way of using PowerShell to apply a change for all A records (these are essentially…Continue reading How to update the TTL for all A records in a zone at once in Azure?