Hi,
I am working on a project now using a DSVM. We are using Python to load data from Azure SQL, do some predictions and then write those predictions back to Azure SQL.
Is it possible to schedule a script on a DSVM? We want this to run weekly. Of course we want the DSVM to be turned off when it's not used: automatically boot on schedule, run the script and turn off when it is finished to minimize costs.
I have tried searching around, but it seems like most "production" tutorials are focused on deploying REST endpoints using ML Services and the like. The closest thing I've found is Databricks, but honestly it's slower with Spark and also the considerations
of increased costs with the Databricks Units.
Best regards