Azure update connection overview

As you know, we are constantly working on improving and enhancing Aqua CSPM by regularly adding more and more plugins for all Cloud Provider that we support. With the addition of new plugins, CSPM needs more access into your Cloud account to collect the data that is required. Which is why, you need to update your connection whenever new permissions are required.


Default setup

  1. Login to your Azure portal and open the CloudShell Terminal.
  2. Paste and run the following script in the CloudShell Terminal.                                                                                     $scriptPath = 'https://s3.amazonaws.com/cloudsploit-remediation-resources/production/azure/scanner.ps1'
    $script = (New-Object System.Net.WebClient).DownloadString($scriptPath);
    $scriptBlock = [Scriptblock]::Create($script); Invoke-Command -ScriptBlock $scriptBlock;l 
  3. Once the setup is complete, copy the generated Application ID, Key Value from the CloudShell Terminal. We will need it later.
  4. Login to the Aqua portal.
  5. Select CSPM from the mega menu. 
  6. Select Cloud Accounts from the left side navigation pane.
  7. Search the Cloud account which you want to update.
  8. Click on the option button on right side and then select "Update Connection".
  9. Insert "Application ID" and "Key Value" copied in step 3 and click "Update".