Azure Quick Review difference to Azure Review Checklists #148
-
|
Hi people, thumbs up for the project! I am searching for an easy way to review Azure Environments against Azure Best Practices. Beside this project I found the comprehensive review checklists of the FTA team (https://github.com/Azure/review-checklists/tree/main). I've found that the review checklists are more comprehensive and includes much more checks for different purposes. They also have a way to query Azure environments and include the results in a spreadsheet. But like your project the queries don't check for everything. I am wondering what are the differences between this project and the other one? Are you working together or by your own? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Found another project which also checks for rules based on the WAF: https://azure.github.io/PSRule.Rules.Azure/en/rules/ |
Beta Was this translation helpful? Give feedback.
-
|
When some of my peers saw the assessments I was able to deliver with the early bits of Also, many of my customers work in very restrictive environments. Therefore, the ability to run a self-contained binary, in any OS, that requires just read-only permissions was very important. Moving forward to 2023, based on great feedback from both peers and customers, we moved the original repo to the To be open we are giving IMHO, given the fact that each solution is built using different technologies and have a different set of features, there is room for both. |
Beta Was this translation helpful? Give feedback.
azqrwas created to address a very specific need I had back in 2022. Initially, I had to run three assessments to get a clear picture of various solutions in terms of SLAs, use of Availability Zones, and Diagnostic Settings. At the time, I was not aware of the existence of thereview-checklistorPSRule.Azure.When some of my peers saw the assessments I was able to deliver with the early bits of
azqr, they asked me to add more checks (rules) and change the output format from markdown to Excel.Also, many of my customers work in very restrictive environments. Therefore, the ability to run a self-contained binary, in any OS, that requires just read-only permissions was very important.
Movin…