PowerShell module to simplify working with Azure Resource Graph (ARG). The kit includes a curated set of queries and an interactive dashboard for quickly assessing the health, security, compliance, and cost posture of your Azure environment.
- Run curated health checks against your environment with one command
- Interactive HTML dashboard with drill-down into issues (in development)
- Export results to JSON or Console output
- Includes ARG queries for:
- Orphaned resources (disks, NICs, NSGs, public IPs, app service plans, load balancers)
- Security checks (public access Key Vaults and storage accounts, HTTPS enforcement, Defender for Cloud)
- Patching status (Windows, Linux, pending updates)
- Compliance (per resource type, per policy assignment, all non-compliant resources)
- Deprecations (Basic SKU IP addresses, legacy TLS on SQL/Storage)
- Monitoring (alerts, service health)
- Cost optimization (hybrid benefit usage, savings overview)
- Reader or higher role in the target subscriptions
Install-Module -Name ARG-Kit -Scope CurrentUser