Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
steampipe [2022/10/12 13:50] – [Azure Compliance Mod] mgupton | steampipe [2022/10/31 18:53] (current) – [Azure Compliance Mod] mgupton | ||
---|---|---|---|
Line 13: | Line 13: | ||
Example running CIS Benchmark checks | Example running CIS Benchmark checks | ||
<code bash> | <code bash> | ||
- | az login | + | az login --tenant <tenant id> |
az account list | az account list | ||
- | az account set --subscription | + | az account set --subscription |
steampipe check azure_compliance.benchmark.cis_v150 --export=cis_v150.csv --export=cis_v150.json --export=cis_v150.html | steampipe check azure_compliance.benchmark.cis_v150 --export=cis_v150.csv --export=cis_v150.json --export=cis_v150.html |