damienpontifex/Wait for Container App
Wait for a specified condition on the latest container app revision
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jul 6, 2025
- License
- MIT
Pinned Snippet
uses: damienpontifex/wait-for-container-app@feb994528d58378ac9d7bb0ad70584733f90a2e1 # v0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| subscription-id | Specifies the Azure subscription ID to use. | yes | — |
| resource-group-name | Specifies the resource group name that the container app is in. | yes | — |
| container-app-name | Specifies the name of the container app to wait for. If empty will wait for all container apps in the resource group. | no | — |
| check-interval | Specifies the interval in seconds to check the container app status. | no | 2 |
Outputs
| name | description |
|---|---|
| time | Your output description here |