Deploy Tenable Core in Microsoft Azure via the CLI

It is typically simplest to create and configure Tenable Core + Tenable Security Center using the Microsoft Azure portal, as described in Deploy Tenable Core in Microsoft Azure via the Portal.

In some cases, you may prefer to use the Microsoft Azure command line interface (CLI) to deploy Tenable Core in Azure.

Before you begin:

To deploy a Tenable Core + Tenable Security Center virtual machine via the Azure CLI:

  1. Log in to the Azure CLI.
  2. In the Azure CLI, run the az vm create command to deploy the file, using the following variables:

    az vm create --size <The size of your virtual machine> --image <tenable:tenablecoretsc:tenablecoretscbyol:latest> --resource-group <Your resource group name> --location <Your location (for example, eastus)> --name <The name you want to call your VM (for example, Tenablesc_123)> --admin-username <The username for your Tenable Core administrator> --admin-password <The password for your Tenable Core administrator>

    Tip: For more information about the Azure CLI, see the Microsoft Azure CLI Documentation.

    The system deploys your Tenable Core + Tenable Security Center virtual machine.

What to do next:

  • Continue getting started with Tenable Core + Tenable Security Center, as described in Get Started.