Running Daily Jobs In Azure

Onur 115 Reputation points
2023-12-29T13:47:32.76+00:00

I need to run a daily task that call an api and update database. I am using Azure SQL Database. Which template I need to use. Also that job need to work on linux.

Azure SQL Database
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,936 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,970 questions
0 comments No comments
{count} votes

Accepted answer
  1. Andriy Bilous 11,821 Reputation points MVP Volunteer Moderator
    2023-12-30T05:25:51.01+00:00

    Hello @Onur

    There are couple of options in Azure to run daily jobs:

    In you case daily task that call an api and update database could be completed using Azure Function

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Oury Ba-MSFT 20,931 Reputation points Microsoft Employee Moderator
    2023-12-29T21:50:56.4733333+00:00

    @Onur Thank you for reaching out.

    My understanding is that you are looking to run daily task to call an API and update your Azure SQL Database.

    You can use Azure pipelines Continuous Delivery for Azure SQL DB using Azure DevOps Multi-stage Pipelines.

    Azure SQL database deployment

    Regards,

    Oury

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.