I am getting started with container apps in Azure and migrating to a container driven environment for our deployment.
Currently we have many programs in multiple languages (Java, Python, PHP, etc) which are executed on a recurring schedule. These recurring jobs will query external systems for orders, product inventory, and other information. They then pass this to a server which will also run in a container apps environment. There should be at max 1 instance of this application running.
However, I don't see any scheduling functionality in Container Apps. Is this something that is better handled elsewhere in the Azure ecosystem?