Azure CLI 2.85.0
Hi All,
I have a Project, where i need to use the AzureCLI. Therefore i need to install the latest update.
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)
Let’s list the Static Web Apps with colored JSON Output
az staticwebapp list -o jsonc
Regards
Andres Bohren













