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:
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
List all images in your resource group:
az image list --resource-group <your-resource-group-name> -o table \
--query '[].{Name: name, ID: id}'
Verify that the NDR Console image appears in the output.
Was this article helpful?
Related articles
Intrusion Prevention System (IPS) > Network Detection and Response (NDR) > NDR 4.x > Network Detection and Response Console Deployment Guide 4.x > Microsoft Azure deployment
Intrusion Prevention System (IPS) > Network Detection and Response (NDR) > NDR 4.x > Network Detection and Response Console Deployment Guide 4.x > Microsoft Azure deployment
Intrusion Prevention System (IPS) > Network Detection and Response (NDR) > NDR 4.x > Network Detection and Response Console Deployment Guide 4.x