How to find which Azure CIS version a VM is running.


Product Name

CIS Hardened ImagesĀ® (Azure)

Product Version

All

Date

Dec 24, 2020



Ā 

Problem

The user wants to see detailed information on the Azure VM CIS version they have purchased.

OR

The user wants to see all CIS offerings for a specific Operating System.

Ā 

Solution

Run the below command in PowerShell or bash in the Azure console to see details of the VM ;

az disk show --resource-group (insert resource group name) --name (insert disk name)

OR

Run the below command in PowerShell or bash in the Azure console to see a list of all CIS offerings - this example is for SUSE linux;

az vm image list --publisher center-for-internet-security-inc --offer CIS-SUSE --output table --all


Copyright Ā© 2020

Center for Internet SecurityĀ®


Ā