New Book: Build and Deploy Apps using Azure Developer CLI by Chris Pietschmann
I am excited to announce the release of my new book, Build and Deploy Apps using Azure Developer CLI, a practical, hands-on guide for developers and…
I am excited to announce the release of my new book, Build and Deploy Apps using Azure Developer CLI, a practical, hands-on guide for developers and…
Migrating an Azure Virtual Machine (VM) from one Azure Region to another can be necessary for several reasons, including disaster recovery, optimizing performance, or reducing…
The Azure CLI az storage blob upload command can be used to upload a local file into Azure Blob Storage. However, there are times when…
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,…
Terraform from HashiCorp is provided as a command-line tool that must first be installed before it can be used. It’s provided as a single executable…
The Azure CLI can be updated from the command-line in Windows. The az upgrade command is used for this and it has a few options…
The Azure CLI is really great for writing imperative scripts for automating Microsoft Azure resource management. Generally, the command output is helpful in telling you…
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…
Azure DevOps offers a rich set of fine-grained permissions. Unfortunately, the user interface only shows a few of them. When granting permissions through the user…
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…
When installing Ubuntu, or any Linux distro, a root user will be created. However, there are many times when you need to create additional users…
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…
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…
Have you ever spent hours building a machine to use as an admin workstation for Azure? What about installing the Windows Subsystem for Linux? Well,…
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…
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…
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.…
Microsoft has been investing heavily in the pretty much every aspect of Microsoft Azure, and the IoT (Internet of Things) space is not being left…
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…