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?
Asked
Active
Viewed 223 times
1 Answers
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