# Azure Blob Storage - New blob trigger (real-time)
The New blob trigger immediately picks up new blobs that are created in Azure Blob Storage. An Azure webhook picks up events. Workato listens to these webhooks and processes them in real-time.
# How to set up Azure webhook event
Complete the following steps to set up this trigger using a webhook event in your Azure portal:
Configure your Azure Blob Storage connection in Workato. Refer to Azure Blob Storage for more information.
Select New blob trigger. This provides a Webhook URL. This Webhook URL is specific to this recipe. Copy this webhook URL for use later in Azure.
Go to your Azure storage account.
Go to Events.
Create a new Event Subscription.
Enter the following information in the subscription form:
- Set Event Type to
Blob created
. - Set Subscriber Endpoint to the Webhook URL provided in the trigger.
Return to Workato and select Test recipe. This is required for Workato to send the validation response to Azure for this webhook URL.
Select Create in your Azure instance to finish setting up your new Azure event subscription.
# Output
Field | Description |
---|---|
Topic | The topic of the event subscription in Azure. |
Subject | The subject of the event subscription in Azure. |
Event type | The event type. |
ID | The unique ID of the event. |
Container | The container the event occurred in. |
Blob Name | The name of the blob which caused the event. |
ID | The unique ID of the event. |
Data | Contains information about the blob that was created. |
Data version | The data version of the blob. This increases when there are multiple blob snapshots. |
Metadata version | The metadata version of the blob. |
Event time | The exact time of the event. |
Last updated: 6/5/2025, 5:06:40 PM