Managing Azure DNS with the CLI is a pain, which is why I created an open source tool for managing it in simple text files savable in version control.
Tag Archives | cli
Azure DNS with the Cross-Platform CLI
The Azure DNS service is very powerful. It must be anyways, as the only way to interact with it is directly via the API. That said, it’s a world-class service that can easily handle all the traffic you could possibly get, and is quite robust as well. In addition to all of that, hosting your […]
Creating an Azure Organization Account (ORGID)
If you’re like me and you sign into Azure using your Microsoft account (MSA) then you’ll need an organization account to login to the Azure CLI for managing new Azure functionality (the good ol azure account import with a .publishsettings file doesn’t work for that stuff). Fortunately, creating one of these is easy. Start by […]