Category: Azure

Azure Subscription List using Azure CLI

Once you have logged into Azure CLI using az login command, you can list the subscriptions assigned to you or subscriptions you have access to by running the below command as shown in your...

How to change dark mode in Azure Portal?

There are various background colors/themes you can change in Azure Portal. To change the Azure Portal to dark mode follow the below steps Step 1: Go to Azure Portal Step 2 : Click on...

Azure VM Password restrictions

Whenever you are creating an Azure VM via Azure CLI you might have encountered an issue like the one shown below The above error messages occurs because Azure has inbuilt restrictions for the password...

Resizing a virtual machine in Azure

We may not be using a virtual machine all the times so instead of deleting the virtual machine, we may need to downsize or resize the machine from it’s current configuration. There are different...