Verifying the availability of the NDR Console image in your resource group

Prev Next

Verify that the NDR Console image that you received from Trellix is available in your resource group using the Azure CLI.

To create/verify that the NDR Console image is available in your resource group:

  1. Create an Azure image.

    az image create -n <Image-Name> --location
    westus --resource-group <Your-Resource-Group-Name> --source <VHD-URL>
    --os-type linux --storage-sku Standard_LRS
  2. List all images in your resource group:

    az image list --resource-group <your-resource-group-name> -o table 	\
    	--query '[].{Name: name, ID: id}'							
    	
  3. Verify that the NDR Console image appears in the output.