In this post, I will show you how to deploy Azure Blob Storage within an Azure Resource Group using Terraform language with the AzureRM module. Let’s demo it In order to follow the commands below you will only need an active Azure subscription. The tool for...
There are many times where we need to massively do operations on Azure VM’s, in this post we would talk how we can Start, Stop, and Restart VM’s via Azure Portal or Azure PowerShell. Start, Stop VM’s via Azure Portal Start, Stop VM’s via...
In this quick post, I will present the Azure Portal Desktop App which is still in a Preview version. In this desktop app version of Azure Portal can manage our azure resources, execute scripts via cloud shell etc. Download the Azure Portal Desktop App First must be...
In this quick post, I will try to explain how easily we can create a bearer token and use it to authenticate on Azure REST API. Prerequisites Azure Active Subscription Azure CLI or Cloud Shell Postman Create The Bearer Token For the demo purposes, we are going to use...
Azure Cloud Shell is a browser bash and PowerShell command line shell. It gives the opportunity to run bash & PowerShell commands from anywhere. In the following steps, you’ll see what Azure Cloud Shell offers and how can be deployed. Open Cloud Shell from...