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.

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

Related Posts

the IT Operations dragon looking at multiple screens with Group Policies on them and the GPO Policy Analyzer checking them all

How to use the GPO Policy Analyzer

Managing Group Policy Objects across a complex Active Directory environment has always been a challenge. Administrators often inherit hundreds of GPOs with overlapping configurations, stale settings, and hidden conflicts. Finding…

Read more
WAU Happy Dragons crazy about 110 percent security

Schedule Winget Auto Updates for operational usage

Deploying Winget Auto Updates (WAU) gives you a functional update baseline, for full functionality we need to configure more to get ready for production. If servers query the Winget repository…

Read more
WAU Happy Dragons about improved security

Centralized Software Patch Management: Deploying Winget Auto Updates (WAU) via Active Directory GPO

Deploying Winget Auto Updates for Software Patch Management for managing third-party software updates across an IT infrastructure typically requires expensive enterprise solutions. This article provides a technical guide on how…

Read more
Active Directory Planning Tool: Mapping Structures and Delegations with many IT dragons at a conference table discussing it

Active Directory Planning Tool: Mapping Structures and Delegations with SMAD-X

Using an Active Directory Planning Tool is key for understanding complex Active Directory environments and often requires more than what traditional management consoles can provide. While tools such as Active…

Read more
Dragons looking at AccountLockout Tool

AD Account Lockout (Free Tool)

The AD Account Lockout tool is free and very valuable in troubleshooting account lockouts in Active Directory. This is a task as old as the directory service itself. Even in…

Read more
IT Architect doing Active Directory Visualization

Active Directory Visualization (Free Tools)

Designing and documenting Active Directory (AD) structures is always a long and complex exercise. Historically, this required either building full lab environments or settling for static Visio diagrams that became…

Read more