An Azure service for ingesting, preparing, and transforming data at scale.
ADF - Az function activity 499 error
WE get an error while executing azure function activity inside adf pipeline. Azure function is calling an API and extracts and stores the data returned by api to a storage account.
Call to provided Azure function 'api_blob' failed with status-'499' while invoking 'POST' on 'https://<fucntionapp>.azurewebsites.net' and message - 'Invoking Azure function failed with HttpStatusCode - 499.'.
Pls note that the data is generated and stored in storge account, even though adf throws error. have set azure funciton timeout as 30 minutes, and also adf az function activity timeout is also set as more than 1 hour...And we use premium only for function app...and the data generation happens from 6 minutes to 8 minutes.