0

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?

1 Answers1

0

Using logic apps you can create or deploy container app. Using logic app i have created container app based on document

  1. Created logic app as shown below, enter image description here
  2. Here I have used recurrence trigger.
  3. In create or updated container group, provided required details, enter image description here These reference links may help you for your requirement. Link1 Link2
vijaya
  • 1,525
  • 1
  • 2
  • 6
  • Using logic apps we can trigger azure container instance/ groups. I want to trigger azure container app either from azure functions or logic apps. The above document talks about triggering azure container instance. Please let me know if you have any idea about this – Neha Kavatage Jan 04 '23 at 08:08
  • Sorry my bad. yes, you are right it's talking about container instance AFAIK in logic Apps it's not possible to trigger azure container app. – vijaya Jan 19 '23 at 03:27