Configuring an Azure Blob scan using the CLI

Prev Next

Configure and start an Azure Blob listen scan using the CLI.

Prerequisites

  • Administrator access to the File Protect appliance.

  • An Azure Blob storage has been created and configured.

To configure a scan for Azure Blob storage:
  1. Enable the CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  2. Create an Azure Blob scan.

    hostname (config) # fmps scan create from share <FSTest>

    FSTest is the Azure Blob storage on which the scan will run.

    The scan ID is displayed.

    <scanID> configured
  3. Save your changes.

    hostname (config) # write memory

To start a scan from an existing scan:

  1. Enable the CLI configuration mode:

  2. hostname > enable
    hostname # configure terminal
  3. Start an Azure Blob listen scan from an existing scan.

    hostname (config) # fmps scan start <scanID> listen

    <scanID> is the ID of the existing scan.

  4. Save your changes.

    hostname (config) # write memory