Views:

Update deployed resources in your Azure subscription to the latest version.

The Resource Update tab in the Resource Settings screen allows you to update the Trend Vision One resources deployed to your subscription. This may be required as support for new features or functions are added to Cloud Accounts. Make sure you have the required permissions to update the subscription.
Important
Important
The steps are valid for Azure Cloud Shell as of December, 2023.

Procedure

  1. Sign in to the Trend Vision One console.
  2. In a new tab in the same browser session, sign in to the Azure subscription you want to connect and access the Azure Cloud Shell.
  3. In the Trend Vision One console, go to Service ManagementCloud AccountsAzure.
  4. Click the name of the subscription you want to update.
  5. In the Subscription Settings screen, navigate to the Resource Update tab.
  6. Click Download Azure Resource Creation Script.
  7. In Azure Cloud Shell, access the command line interface.
    Note
    Note
    The Resource Update screen in the Trend Vision One console provides a set of commands to help perform the following steps. The parameters in each step are based on using the default parameters provided when the subscription was first connected. Verify the location of the deployed resource before continuing.
  8. Access the folder where the resource is located.
    Copy the command or type cd [directoryName].
  9. Upload the resource creation script to your Azure Cloud Shell.
    Azure Cloud Shell uploads the resource creation script to the root directory.
  10. Move the resource creation script to the deployment folder.
    Copy the command or type mv ~/cloud-account-management-terraform.tf ./cloud-account-management-terraform.tf.
    Important
    Important
    The resource creation script must be the only terraform file in the directory. Having more than one terraform file in the folder interferes with deployment process and might cause the update to fail.
  11. Initiate Terraform and apply the resource creation script.
    Copy the command or type terraform plan && terraform apply.
    Azure Cloud Shell begins the terraform process to deploy Trend Vision One security resources.
  12. In the Trend Vision One console, in the Subscription Settings screen, click Save Changes.
    The update process might take a few moments to complete. You can referesh the Cloud Accounts screen to check the status of your update.