Tag: Azure CLI

Azure CLI

Install Azure CLI on Windows with Winget

The Azure CLI is the command-line tool for working with Microsoft Azure resources, and grants you access to the CLI through both the Windows Command…

Jun 16, 2020 1 min read
Azure CLI

Azure CLI: Create and Manage Service Principals

When an application needs to authenticate with Azure AD you can’t really just give it a username and password. To authenticate and authorize an application…

Apr 16, 2020 3 min read
Azure CLI

Azure Kung Fu Toolkit

Welcome to Az Kung Fu, grasshopper! Scripting is the only way to ensure that your environments are the same every time and remove the risk…

Mar 31, 2020 5 min read
Azure CLI

Azure CLI Kung-Fu Tips and Tricks

The last week has been a blur because I didn’t sleep.  I spent days helping a client restore every single VM that had running in…

Jan 30, 2020 4 min read
Azure CLI

Azure CLI: Create Azure IoT Hub

It’s really easy to provision an instance of Azure IoT Hub using the Azure Portal. However, there are times when you need to automate the…

Dec 19, 2019 2 min read
Azure CLI

Azure CLI: List and Set Azure Subscription

To list and set the Azure Subscription to run Azure CLI commands against is an important step in command-line scripting. To do this, there are…

Dec 13, 2019 3 min read
Azure CLI

Azure CLI: Convert VM to Managed Disks

Traditionally, Azure Virtual Machines (VMs) would use an Azure Storage Account to store the VM Disk Images for the VM. This required explicit management of…

Mar 14, 2018 3 min read