review-checklists icon indicating copy to clipboard operation
review-checklists copied to clipboard

This repo contains code and examples to operationalize spreadsheet-based checklists that can be used for Azure design reviews on multiple technologies.

Results 81 review-checklists issues
Sort by recently updated
recently updated
newest added

The existing [cost checklist](https://github.com/Azure/review-checklists/blob/main/checklists/cost_checklist.en.json) is missing the severity field for the recommendations. Without the severity field (which is required according to the [JSON schema](https://github.com/Azure/review-checklists/blob/main/checklists/checklist.schema.json)) the cost recommendations will not load...

bug
web
json

As discussed with @UmarMohamedUsman we have an [existing schema definition](https://github.com/Azure/review-checklists/blob/main/checklists/checklist.schema.json) which tells us the fields that are required in order for the JSON to be valid. It would be great...

enhancement
help wanted

Title says it all... the "Import WAF checklists" button introduced in v1.5 should honor the selected language.

enhancement
translation

See #617 The code should be something like this: ``` git_tree_id=$(curl -s https://api.github.com/repos/Azure/review-checklists/commits | jq -r '.[0].commit.tree.sha') ```

bug

The readme page has a table with Checklists, Cell G2 in the workbook provides some choices, but these are different than the readme page table. What is the difference between...

documentation
spreadsheet

I can't find any checklists that include Azure Lighthouse. Am I missing something? Are there any plans to add this technology?

help wanted

There is no Contributors section in readme file . As we know Contributions are what make the open-source community such an amazing place to learn, inspire, and create. The Contributors...

Query missing from item G2.03, proposed query: ``` resources | where type == "microsoft.keyvault/vaults" | where isnull(properties.enablePurgeProtection) or properties.enablePurgeProtection != "true" | project id,subscriptionId ```

In this repo we are converting statements to Azure Resource Graph Queries. However we can use Azure Policies to audit and policy actions to modify resources to match the statements....

graph

@fskelly @mgodfrey50 @robinher It would be great if you could fill in the WAF pillar column for the AVS checklist. BTW, in doing this you could as well leverage the...

enhancement
avs