I have pushed a docker python app to ACR already and I would like to be able to set up and manage "cron" tasks in order to run the image with custom run commands. For instance:
- Take image A and run it with custom run command CMD1 every X minutes.
- Take image A and run it with custom run command CMD2 every Y minutes.
How do I accomplish that?