Azure Blob

Learn how to send data from Azure Blob to Lemnisk via Azure Function Triggers

Overview

The data from Azure Blob can be sent to Lemnisk Customer Data Platform so that the user profile is enhanced and a single view of the customer is achieved. The integration between Azure Blob and Lemnisk is done via Azure Function Triggers.

If you upload a file to Azure Blob, the Azure function will notify us in real-time that a new file has been uploaded, and our API will download the file from Azure Blob and the data will be ingested into the CDP.

Setup Azure Function Triggers with Azure Blob

Step 1: Click on Functions

Step 2: Create a function and give a name e.g. "BlobTrigger" and select "Azure Blob Storage Trigger" as the template.

Step 3: In Code + Test App within the above function, modify the code to the one shared by Lemnisk Account Manager.

Step 4: Go to Your Storage Account -> Events

Step 5: Create an Event Subscription and fill in the details.

Step 6: Select the event type as Blob Created and endpoint type as Azure Function

Step 7: Select Pre-Created Azure Function in Step 1 and Step 3.

Step 8: Confirm Selection

Please ensure the data format (headers) is fixed for each file and each record has at least 1 user identifier (email, phone number, user ID, etc.)

Last updated