0

I have created azure container instance, which do some jobs. I have not founded, where I could see how long azure container instance executes job?

Alexander
  • 331
  • 1
  • 2
  • 11

1 Answers1

1

Unfortunately, Azure Container Instance will not show you how long your jobs run, you need to do it yourself. For example, you can create a script to run your jobs and write down the start time so that you can calculate the running time.

Charles Xu
  • 29,862
  • 2
  • 22
  • 39