Ive written a python script to get information from an API, do some Pandas wrangling and format it to insert into my azure postgres instance with SQLAlchemy. I'd like to be able to run this every night, obviously automated, but I can't find anything that actual shows details about how to incorporate azure functions or how to incorporate my script into azure functions.
Any help would be great, but I'd really appreciate resources that you have found helpful.