Hello Alejandro Rabinovich ,
Thank you for reaching out on the Microsoft Q&A.
To schedule your Python script on Azure, you can use Azure Functions. Start by creating a Function App with a Python runtime, then set up a Timer Trigger to run your script at specific intervals. If you need to save any output, you can use the Azure Storage SDK to store files in your Azure Storage account. It's a straightforward way to automate tasks and manage outputs efficiently. For more details, check out these resources:
Azure Functions, Python on Azure, Azure Storage, Create a Function App, Timer Triggers for Azure Functions.
I hope this helps! If you have any further questions, feel free to ask.
If the information is useful, please accept the answer and upvote it to assist other community members.