If you're looking to automate and script processes and tasks against your Azure environment you'll soon come across the issue of having to authenticate (which is good!) to your environment making your seamless automation script a little more manual. The solution to this problem is to use a Service Principle (SP) with Role Based Access … Continue reading Using a Service Principal
Tag: CLI
AZ Cheat Sheet
For those that are new to the Azure CLI there are often a few nuances that can take a little getting used to. I will keep this post up to date as I find things I find useful and to help me remember (I have an awful memory!). The Azire CLI uses the argument--query to … Continue reading AZ Cheat Sheet
Release Notes
It's always worth keeping an eye on the change log for any application or tool but especialy with management and scripting tools that you're using every day. The CLI notes can be found here - https://docs.microsoft.com/en-us/cli/azure/release-notes-azure-cli?view=azure-cli-latest#april-9-2019 The PowerShell AZ Module notes can be found here - https://docs.microsoft.com/en-us/powershell/azure/release-notes-azureps?view=azps-1.7.0 If you're seing any qwerks or things not workin you … Continue reading Release Notes
Azure CLI on MacOS
If, like me you’re a bit of an Apple Fan Boy and prefer to use a Mac / MacBook for your daily machine you’ll want to make sure you get the Azure CLI installed. The CLI is a command-line tool allowing you to manage your Azure resources from code built upon Python. So why CLI … Continue reading Azure CLI on MacOS