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

Technitium DNS Server on Windows

Homelab – Build a robust DNS foundation – Part 2 using Technitium DNS Server on Windows

Let’s build a better version of a Technitium DNS Server on Windows. A while back i wrote a DNS guide to help you get started in your homelab. This guide…

Spread the knowledge
Read more
Tinyproxy and a dragon IT architect from the shadowrun world looking at a large screen with graphs on it

Tinyproxy on Hyper-V – new Ubuntu 24.04

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

Spread the knowledge
Read more
COM Port Management and a dragon IT architect from the shadowrun world looking at a com port and a manufacturing floor

Windows – easy COM Port Management without Admin Rights with Windows 10 & 11

COM Port Management with no administrator rights is a challenge. You might have noticed that I am currently involved in IT and OT discussions. During OT modernization, I encountered a…

Spread the knowledge
Read more
Remote Desktop Connection Manager (RDCM) – A Must Have for Homelabs and a dragon IT architect from the shadowrun world looking at his computer monitor without humans

Remote Desktop Connection Manager (RDCM) – A Must-Have for Homelabs

Managing multiple remote connections efficiently is a challenge for IT professionals and homelab enthusiasts alike. Remote Desktop Connection Manager (RDCM) simplifies this process by providing a centralized interface for organizing…

Spread the knowledge
Read more
IT Architect dragon from the shadowrun universe with USB Stick and Rufus theme

Windows Server 2025 – Create bootable USB drives the easy way

To get started with Windows Servers 2025 you need to create a bootable USB drive. This normally is done on a USB Stick. To create a bootable USB Device and…

Spread the knowledge
Read more
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