I'm bit new to developing in python and using containers in azure. I want to run a simple python script for 30 mins using azure container app and I want to trigger deployment of azure container app using some other service. Is possible to trigger azure container app deployment and run long running task using some other service ?
Does anyone know about this?