Which Azure Functions to use (if I need to update data once a day only)

Anonymous
2021-11-09T06:19:51.917+00:00

I am trying to come up with integration plan using Azure Function.

Here are requirements:

  1. Pull data from a third party web service once a day.
    This is a third party company's website (https://developer.intacct.com/tools/sdk-net/)

2) I am thinking about using Azure Data Factory to move that data to Azure SQL once a day as well.

Which Azure Function should I use?
HTTP Trigger, Timer?

Thank you so much!

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,239 questions
0 comments No comments
{count} votes

Accepted answer
  1. MughundhanRaveendran-MSFT 12,421 Reputation points
    2021-11-09T11:53:55.777+00:00

    @KingJava ,

    For pulling data from a third party function once a day, you can use a timer trigger as it can be triggered based on a schedule using cron expression.

    I am not sure about your second requirement. You can explore the ADF activity functions , data factory pipelines to choose which one suits your requirements.

    https://learn.microsoft.com/en-us/azure/data-factory/control-flow-azure-function-activity

    https://azure.microsoft.com/en-in/blog/azure-functions-now-supported-as-a-step-in-azure-data-factory-pipelines/

    I hope this helps!

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.

    0 comments No comments

0 additional answers

Sort by: Most helpful