Tag: CLI

Azure CLI

Azure CLI: Check if Blob Exists in Azure Storage

Before we dive into the nitty-gritty details, let’s clarify some essential concepts. Azure Storage, a cloud-based storage solution, is organized into a hierarchy of containers,…

Oct 19, 2023 2 min read
GitHub

Getting Started with GitHub CLI

The all-new GitHub CLI has shipped! This now brings the power of GitHub to your terminal, on Windows, macOS, and Linux. This tool is a…

Sep 17, 2020 3 min read
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: 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

Introducing the Azure Cloud Shell

The Azure Cloud Shell has been out for some time now, as an embedded Bash and PowerShell command-line shell / terminal within the Azure Portal.…

Feb 7, 2018 2 min read
Azure CLI

Azure CLI: Quickly Start / Stop ALL VMs

You can easily Start and Stop Virtual Machines (VMs) through the Azure Portal. Previously, I’ve written about the importance of Stopping unused VMs to save money…

Jun 7, 2017 5 min read