Manually Delete Connector Artifacts from Azure 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
Before you begin:
-
Delete the Azure Frictionless Assessment connector, as described in Delete a Connector.
Delete the following Azure Frictionless Assessment artifacts in the Azure portal:
-
The Automation account role assignment related to the custom role definition (e.g. Tenable-FA-Automation-Account)
-
The custom role definition (e.g. Tenable FA Role (Subscription: [UUID] | Connector: [UUID]))
-
The Frictionless Assessment resource group (e.g. TenableFA-Connector-{UUID})
Note: The resource group can also be deleted from the Azure CLI with the following command, given that the Azure client has Contributor permissions or greater:
az group list --tag Tenable=AzureFa --query "[].name" -o tsv | xargs -ot az group delete --no-wait -n
For more information on the listed Azure artifacts, see the Microsoft Azure documentation.