You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Emit new event when a new blob is uploaded to a specified container in Azure Storage. Requires specifying the storage account, container name, and webhook setup.
Polling Sources
new-container
Description
Emit new event when a new container is created in the specified Azure Storage account. Requires specifying the storage account and optionally a prefix to filter container names.
new-blob-deleted
Description
Emit new event when a blob is deleted from a specified container in Azure Storage. Requires specifying the storage account and container name.
Actions
upload-blob
Description
Upload a new blob to a specified container in Azure Storage. Requires specifying the storage account, container name, blob name, and file contents to upload.
delete-blob
Description
Delete a specific blob from a container in Azure Storage. Requires specifying the storage account, container name, and blob name.
create-container
Description
Create a new container in a specified Azure Storage account. Requires specifying the storage account and container name.
The text was updated successfully, but these errors were encountered:
azure_storage
URLs
Webhook Sources
new-blob-instant
Description
Emit new event when a new blob is uploaded to a specified container in Azure Storage. Requires specifying the storage account, container name, and webhook setup.
Polling Sources
new-container
Description
Emit new event when a new container is created in the specified Azure Storage account. Requires specifying the storage account and optionally a prefix to filter container names.
new-blob-deleted
Description
Emit new event when a blob is deleted from a specified container in Azure Storage. Requires specifying the storage account and container name.
Actions
upload-blob
Description
Upload a new blob to a specified container in Azure Storage. Requires specifying the storage account, container name, blob name, and file contents to upload.
delete-blob
Description
Delete a specific blob from a container in Azure Storage. Requires specifying the storage account, container name, and blob name.
create-container
Description
Create a new container in a specified Azure Storage account. Requires specifying the storage account and container name.
The text was updated successfully, but these errors were encountered: