Migrate Azure VM Across Regions Using Azure CLI and Bash Script
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…
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…
How to get the current branch name in GitHub Actions can be useful for workflows that trigger off of multiple branches of a GitHub repository.…
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…
Terraform from HashiCorp is provided as a command-line tool that must first be installed locally before excution. It’s easy to install, as the full tool…
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,…
If you’ve encountered the error message “Syntax error: redirection unexpected” while running a script in Ubuntu Linux, you’re not alone. This error can be a…
Recently, I performed a lot of work as a Site Reliability Engineer (SRE) / DevOps Engineer on a project that utilizes Azure Synapse for a…
If you are using the Microsoft-hosted Azure DevOps Build Agents, then you wont really have a reliable way to know what IP Address traffic from…
There are times when you want to delete all the resources within a specific Azure Resource Group, but you do not want to delete the…
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…
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…
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.…
It can be extremely useful to use the Azure CLI to manage / manipulate your Azure resources from the command-line. However, many of the commands…
The Azure CLI is the cross-platform, command-line tool for managing resources in Microsoft Azure. Microsoft recently released the Azure CLI 2.0 and the commands start…
Since the beginning of Microsoft Azure with the initial General Availability in February 2010, then Azure Portal has always been a Web Application. It’s gone…
Here’s a short introduction to the Azure Cloud Shell; a new feature recently released into the Microsoft Azure Portal as part of the many announcements…
This is a short video that shows how to create an Ubuntu Linux Virtual Machine (VM) in the Microsoft Azure Management Portal. It also explains…