Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| steampipe [2022/08/18 18:02] – 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> | ||
| - | steampipe check azure_compliance.benchmark.cis_v130 | + | az login --tenant <tenant id> |
| + | az account list | ||
| + | az account set --subscription < | ||
| + | |||
| + | steampipe check azure_compliance.benchmark.cis_v150 | ||
| </ | </ | ||
| + | |||