I have deployed my MSSQL database and Web Api to Azure. I have a recurring job inside my code (I use Hangfire for it).
But I am not sure if it is working properly, and the data is scrapped daily and I have the Azure SQL Database updated. I see there is a possibility to use recurring Web Jobs using Azure. Maybe it is a better solution? What would you recommend? Also, how can I check if my Web Api actually scraps data every day with the current settings?
