Create an Azure Connector for Frictionless Assessment
The following is not supported in Tenable FedRAMP Moderate environments. For more information, see the Tenable FedRAMP Moderate Product Offering.
Required User Role: Administrator
When you configure an Azure cloud connector for Frictionless Assessment, Tenable Vulnerability Management uses an Azure Resource Manager (ARM) template. ARM is Azure's method for organizing, updating, provisioning resources in an Azure resource group or subscription. It allows users to define resources, dependencies, and networking for their application or use cases.
Follow the steps below to create a Microsoft Azure Frictionless Assessment connector in Tenable Vulnerability Management. This process also creates the ARM template that you will need to deploy to each of your Azure subscriptions that you want to evaluate for Frictionless Assessment.
Before you begin:
- In another window or tab of the same browser with which you are accessing Tenable Vulnerability Management, log in to the Azure console with the Azure account that you want to target with Frictionless Assessment.
Note: To use Legacy Tenable Cloud Security Preview or Legacy Tenable Cloud Security, you must update or create new roles that support Legacy Tenable Cloud Security. Tenable Vulnerability Management cloud connector roles do not support Agentless Assessment.
Create the Microsoft Azure Frictionless Assessment connector and ARM template:
-
In the left navigation, click Settings.
The Settings page appears.
-
Click the Cloud Connectors tile.
The Cloud Connectors page appears and displays the configured connectors table.
-
Click Create Cloud Connector.
The Select a Cloud Connector panel appears.
-
In the Cloud Connectors list, select Microsoft Azure Frictionless Assessment.
The Connector Setup pop-up appears.
-
In the Cloud Provider step, enter a Connector Name.
Click Next.
-
In the Enable Features step, ensure the check box to Identify vulnerabilities using frictionless assessment is selected.
Click Next.
-
In the Configuration step, either select the Scan all check box, or select specific target parameters.
Note: To target a more specific subset of resources, you can target your connector on a specific resource group, a specific tag key, a specific tag value, or a combination of all three.
Note: Use the ANY input from the drop-down as a wild card to target all values for a resource group, tag key, or tag value.
Note: Multiple targets with specific parameters can be selected.
Click Next.
-
In the Apply Choices step, click Download and Finish.
The new ARM template downloads in .json format, and the new connector shows on the Cloud Connectors page.
Deploy the connector using the ARM template:
Deploy the ARM template you downloaded in the previous section to your Azure subscription(s).
For deployment guidance, refer to Microsoft Azure documentation.
Note: When deploying Azure Frictionless Assessment through the Azure CLI, use subscription deployment with the ARM template produced by the steps above.
Example:
You can add --debug to the command generate verbose logging during deployment.