Tag: bash

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
Linux

Bash: Syntax error: redirection unexpected

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…

Oct 12, 2023 2 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

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 2.0: Make Bash Output More Readable

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…

Jun 1, 2017 2 min read
Azure Management

Azure Portal goes Native on iOS and Android

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…

May 11, 2017 3 min read
Azure Compute

Create Ubuntu Linux VM in the Azure Portal

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…

Apr 1, 2017 1 min read