Azure Quick Review 2.04 – High Level Assessments

With Azure Quick Review (azqr) you can quickly make a High Level Assessment of an “Azure Subscription” or “Resource Group”.

Installation of Azure Quick Review

You can download the files from Github Github for this Azure AZQR project. You can find the current releases here.

Version 2.0.4 is currently available (19.12.2024)
Version 2.0.4 is currently available (19.12.2024)

I personally prefer to run the installation using Winget.

winget install azqr
Winget Installation AZQR
Winget Installation AZQR

In case you haven’t installed it, you will also require the Azure Developer CLI. Luckily this can be done using Winget too.

winget install microsoft.azd

Azure Login

To run the tool you need to login to your Azure Tenant with an account that has minimum the Reader permissions on the subscription.

az login --tenant <TenantID>
Azure Login before running AZQR
Azure Login before running AZQR

For some reason this is always my personal nemesis. When executing the az login command you should get prompted to enter your credentials and MFA. Depending on your configuration this can be valid for some days or only hours.

Gathering a Report using Azure Quick Review

You can now gather your report by running the following command.

azqr scan -s <subscription_id>

I am using the Azure CLI based authentication in my example, which is the slowest and not recommend approach. For other options check here: https://github.com/azure/azqr#authentication

Output of Azure Quick Review

You can find some example screenshots below.

Below is my example file with some IDs being replaced. It will give you a good idea on what data to expect. The data below is purely test data and not very complex. It took over 2 minutes to generate this report, so in larger environments this can run a while

Conclusion

If you are working on a new environment or should give feedback without getting initial access to an Azure Portal or an Azure CLI with access to the Tenant / Subscription, the AZQR tool from Carlos Mendible will give you a meaningful Quick Review Option.

Follow Carlos Mendible for more details on LinkedIn or on BlueSky.

If you also want a fancy looking Terminal, please check my guide here.

Spread the knowledge
Avatar for Andreas Hartig
Andreas Hartig - MVP - Cloud and Datacenter Management, Microsoft Azure

Related Posts

A dragon IT Architect in the shadowrun world using Microsoft Tools like Windows LAPS to secure his datacenter, relaxing and watching a sitcom on TV

Securing Local Administrator Accounts with Windows LAPS: A Get Started Guide for Windows Server Environments

Managing local administrator accounts securely is a critical aspect of maintaining a robust and secure IT environment. With the introduction of the Windows Local Administrator Password Solution (LAPS) in newer…

Spread the knowledge
Read more
A dragon IT Architect in the shadowrun world using his notebook and keepassxc to safe the world from a virus attack

Securing Client Passwords with KeePassXC: A Consultant’s Guide to Autotyping and More

As consultants, managing multiple clients and their respective passwords can be a daunting task, especially when security is paramount. In this article, we will explore how KeePassXC, a powerful and…

Spread the knowledge
Read more
Windows Server 2025 Monitoring TCP/IP on http://hartiga.de

Windows Server 2025 – Monitoring TCP/IP

Monitoring open TCP/IP ports is crucial for maintaining the security and functionality of your Windows system. This article will guide you through using three powerful tools, netstat, powershell Get-NetTCPConnection and…

Spread the knowledge
Read more
Windows Admin using Winget

Easily manage Applications with WinGet v1.x

Microsoft has released WinGet, a package manager that is very well suited for installing and updating third-party applications. We are now installing applications with “WinGet” and learn how to manage…

Spread the knowledge
Read more
SFTP with Powershell Logo

Use SFTP with Powershell

If you want to use SFTP with Powershell to transfer files, you can do this with the Posh-SSH module. Installation of SFTP with Powershell To retrieve or copy data via…

Spread the knowledge
Read more
hyper-v manager and a Linux Terminal

Squid on Hyper-V – new Ubuntu 24.04

A Linux VM with Proxy, such as Squid, can be used to reduce bandwidth as it caches frequently requested websites. Today we want to configure a Linux VM with Proxy and deploy…

Spread the knowledge
Read more