Playing with Files – Azure Storage

In this blog post I will demonstrate the idea of if you want to upload some files images to Azure Storage so that you can use it, There are multiple methods that can be used but simplest ones are using Microsoft Azure Storage explorer and Azure storage copy command. Download the Microsoft Azure storage explorer…

Setting STATIC IP – Azure VM

When you create AZURE  VM  it sets the dynamic IP for the Virtual Machines & if you shutdown the machine the IP is reclaimed & can be assigned to other machine. This is true for public IP as well as private IP. So how do we make sure that IP remains static even if we shutdown…

Azure PowerShell and Azure Command Line

In this blog post I want to talk about getting started with Azure Powershell and command line. Good news is that you can use Azure command lines from other platforms as well like MAC, Linux. To get started with Azure automation for Infrastructure Engineers, here are the steps: Easy way to remember, just google Azure SDK…