Creating a new event subscription on Azure Blob

Prev Next

You can create an event subscription on your Azure Blob storage account after creating an Azure Blob storage on the File Protect appliance.

To create a new event subscription on your Azure Blob storage account:
  1. Download the config JSON file from the File Protect Web UI or the CLI:

    1. Log in to the File Protect appliance Web UI.

    2. Click the Storage tab. Under Currently Configured Storages, click the Azure tab.

      AzureTab.png
    3. Find the storage that you created and click the Download icon in the Actions column.

    4. You can also access the config JSON file using the following CLI command:

      show fmps azure event-subscription <storage_name> config

      JSONFileFX.png
  2. Copy the name and the queueName from the config JSON file.

  3. Go to the Events tab in your Azure Blob storage account.

  4. Select +Event Subscription to create a new event subscription.

    EventSubsFX.png
  5. In the Create Event Subscription page, go to the Basics tab.

    BasicsFX.png
    1. In the Name field, insert the name copied from the config JSON file.

    2. Under Endpoint Details > Endpoint, select Storage Queues > Select an Endpoint to choose the storage account.

    3. Under Select Existing Queue, select the queue name as shown in the config JSON file.

      Note

      If the queue name does not exist, verify that the storage on the File Protect appliance was created successfully or delete and create the storage again.

      If the storage was created successfully on the File Protect appliance and the queue still does not exist, contact Trellix Support.

    4. Copy and paste the JSON file content under the Advanced Editor tab and select Create.

      AdditionalFX.png