Accelerate the Value of Data

Create an Azure event grid subscription

Learn how to create an event grid subscription in your Azure account.

Before you create an event grid subscription, you must have created an Azure storage container. For more information, see topic Create an Azure storage account container.
Subscribing to an Azure storage account queue identifies the events the event grid is to track. Create an Azure event grid subscription to track events from Reltio data carried from your Azure storage account to Snowflake.
To create an Azure event grid subscription:
  1. Navigate to and select the Azure storage container for which you want to create an event grid subscription:
    1. In the Microsoft Azure portal, select Storage accounts.
    2. Select the storage account and storage container you previously created (for details see Create an Azure storage account container).
  2. On the Containers page, from the left navigation panel, select Events.
  3. In the Events page, select the Event Subscription tab and then the + Event Subscription button.
  4. In the Create Event Subscription page, complete the Basics tab:
    • Event Subscription Details:
    • Topic Details:
      • Topic Type: View the type populated from the storage account you previously created in topic Create an Azure storage account.

      • Source Resource: View the resource populated from the Azure storage account you previously created.

      • System Topic Name: Enter a name for this topic to which events will be pushed.

    • Event types:
      • Filter to Event Types: Select Blob Created and clear any other options.

    • Endpoint Details:
  5. Select Select to conclude the Basics tab.
  6. Select the Filters tab and complete the following details.
    • Subject filters:
      • Enable subject filtering: Select this check box.

      • Subject begins with: In this displayed field, enter this string:

        /blobServices/default/containers/<storage_container_name>/blobs/

        where <storage_container_name> is the name of the storage container you previously created in topic Create an Azure storage account container.

      • Subject ends with: Enter .gz.

    • Advanced filters:
      • Select Add new filter: Fill in these fields:
        • Key: Enter data.api.
        • Operator: Select String is in.
        • Value: Enter CopyBlob, PutBlob, PutBlocklist, FlushWithClose.
      • Enable advanced filtering on arrays: Leave this checkbox selected.

  7. Select Create. After a deployment success message clears, view your new subscription in the list.
For general information, see topic Configuring Automation With Azure Event Grid in the Microsoft Azure documentation.