I want to scrape a website every minute from now until the end of time. It would roughly be one megabyte in size per scrape, and I wish to scrape it and put the relational data in a SQL managed instance on Azure.
My question is does one use Azure functions or Azure VM to do this? I also would like to use dash (plotly) to have a web app that posts real time updated information, but I don't mean to get ahead of myself.
Thanks for the advice!