Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2024 02:28 AM
Hi @Jorge3
Yes you can use file_arrival triger with DAB.
Find below tag for your reference -
resources:
jobs:
FileBasedJob:
name: FileBasedJob
trigger:
pause_status: UNPAUSED
file_arrival:
url: abfss://test@uatazsubdatastorage.dfs.core.windows.net/
Ajay Kumar Pandey