Hello @Onur
There are couple of options in Azure to run daily jobs:
- Jobs and tasks in Azure Batch. Run large-scale parallel and high-performance computing (HPC) batch jobs efficiently in Azure.
https://learn.microsoft.com/en-us/azure/batch/batch-technical-overview - Azure Functions enables you to run your code based on a cron schedule that you define.
https://learn.microsoft.com/en-us/azure/azure-functions/functions-scenarios?pivots=programming-language-csharp#run-scheduled-tasks
In you case daily task that call an api and update database could be completed using Azure Function