Azure / Azure/azure-powershell
[Feature]: Possibility to wait for the completion of a Container App Job
Open
act-observability-squad
ContainerApp
customer-reported
feature-request
Service Attention
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 51
Description
### Description of the new feature
When using `Start-AzContainerAppJob` there is a `NoWait` switch, but an invocation without the switch set is still asynchronous.
Ideally, I'd love to be able to start a job and wait for its completion.
### Proposed implementation details (optional)
Either by adding a `WaitUntilFinished` switch to `Start-AzContainerAppJob` or create a new cmdlet `Wait-AzContainerAppJobExecution` that can be used to actively wait for the completion of the job.
Contributor guide
Assessment
This issue has not been assessed yet.