rules/rulesets/cis_azure_test.json

{
    "about": "This ruleset contains a collection of rules for Azure based on CIS benchmark. The rules are used as a mechanism to evaluate the configuration of Azure resources and to determine whether controls within a standard are being adhered to. Rules are also divided into categories and subcategories according to the rule's type. This will ensures that Azure cloud will meet the industry standards.",
    "framework": {
        "name" : "CIS Microsoft Azure Foundations",
        "version" : "3.0.0"
    },
    "rules": {
        "eid-iam-excessive-global-admins.json": [
            {
                "args": [
                    5
                ],
                "enabled": true,
                "level": "medium",
                "compliance": [
                    {
                        "name": "CIS Microsoft Azure Foundations",
                        "version": "3.0.0",
                        "reference": "2.26"
                    }
                ]
            }
        ]
    }
}