0

I'm trying to figure out what the easiest way of running a "one time job" on Azure Container Apps is.

I know that it can be done with Azure Container Instances or Azure Kubernetes Service, but is there something similar for ACA?

Ideally, I'm looking for some kind of cli command like az containerapps run --image <some-image> that can run in an environment and is cleaned up when it has finished running.

Is that possible?

Joel
  • 8,502
  • 11
  • 66
  • 115
  • There are some options to run some background task as describe here: https://learn.microsoft.com/en-us/azure/container-apps/background-processing?tabs=bash – Thomas Oct 13 '22 at 19:47
  • 1
    Thanks @Thomas, but that's not really what I was looking for. I got an answer from the ACA team. They are working on "jobs" which will solve this. https://github.com/microsoft/azure-container-apps/issues/446 – Joel Oct 14 '22 at 14:08

0 Answers0