Azure CLI 2.80 released

Azure CLI 2.80 released

Hi All,

About a week ago, a new Version of Azure CLI has been released

Check what Version of AZ CLI is currently installed with cmd

az version

Check what Version of AZ CLI is currently installed with PowerShell 7

az version

Upgrade

Beginning with version 2.11.0, the Azure CLI provides an in-tool command to update to the latest version.

az upgrade

This downloads the current *.msi File and starts the installation

Successful installation

Let’s check the Version

az version

Login to Azure

Now we can login to Azure

az login --tenant icewolfch.onmicrosoft.com

You have to select the Subscription if there are multiple Subscriptions available

List Static Web Apps

Let’s list the Static Web Apps (Output is JSON by default)

az staticwebapp list

Let’s list the Static Web Apps with colored JSON Output

az staticwebapp list -o jsonc

Regards
Andres Bohren

Azure Logo