Azure CLI

The Azure CLI is a cross-platform, command-line tool that allows users to connect to Azure and execute administrative commands on Azure resources. It is designed to help users work quickly with Azure, with an emphasis on automation. The CLI is available across Azure services, and can be installed on Windows, macOS, or Linux. It can also be run in Azure Cloud Shell or used in within a Docker container.

41 articles

Jul 1, 2020 3 min read

Azure Web App: Application Settings

All web applications have some kind of configurations that are set on the server. The method of storing and accessing these settings varies on different…

Dec 13, 2019 3 min read

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…

Jun 16, 2020 1 min read

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…

Aug 1, 2020 10 min read

Azure Cloud Shell Tips and Tricks

The Azure Cloud Shell offers the ability to manage cloud resources, virtual machines, run scripts and other tasks directly from within the browser or Azure…

Feb 7, 2018 2 min read

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.…

Oct 19, 2023 2 min read

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,…

Aug 8, 2022 3 min read

Azure CLI: Call Azure REST API Directly

The Azure CLI is a command-line tool built to give a native CLI interface for working with Microsoft Azure resources. The Azure CLI itself will…

Jun 7, 2017 5 min read

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…