How To Check Azure CLI Version In PowerShell

Recently, I got the requirement to upgrade the Azure CLI version in my Windows machine. In this article, I will walk you through how to check Azure CLI version in Windows.

How To Check Azure CLI Version In PowerShell

Let us discuss all the approaches individually.

Approach-1: Using PowerShell ISE

To check Azure CLI version in PowerShell, follow the below steps.

1. Open Windows PowerShell ISE with Run as administrator mode.

how to check the azure cli version

2. Now, you can execute the Azure CLI command below in PowerShell ISE, but before that, be sure to install Azure CLI on your Windows machine.

az version

After executing the above command, I got the expected output below, and the Azure CLI version is 2.67.0.

How To Check Azure CLI Version In PowerShell

Or, we can also use the below Azure CLI command.

az --version

After executing the above command, I got the expected output as shown below.

how to check azure cli version in windows

Approach-2: Using Windows Machine Search Bar

Follow the below steps.

On your Windows machine, search for Azure CLI, and on the Name itself, you will see the version of Azure CLI

azure cli version command

Conclusion

We can easily check the Azure CLI version using the Azure CLI version command az version and az –version and even from the Windows machine search bar itself.

You may also like following the articles below.

Azure Virtual Machine

DOWNLOAD FREE AZURE VIRTUAL MACHINE PDF

Download our free 25+ page Azure Virtual Machine guide and master cloud deployment today!