actions-marketplace-validations/Create Azure Container App Review Revisions
GitHub Action to create a new Container App revision for PR review. github.com/Azure/Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 23, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/azure_aca-review-apps@6f57512db05805d28f2da7c00a7e307b228a5ecb # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| resource-group | Name of the Resource Group in which the Container App will be created | yes | — |
| name | Name of the Container App | yes | — |
| image | Name of Container Image. If the `mode` input is `deactivate-revision`, this input is ignored. | yes | — |
| revision-name-suffix | Suffixes for New Revision or Target Revision of deactivation. If the `mode` input is `deactivate-revision`, this input needs to be set. | yes | — |
| deactivate-revision-mode | Enable Deactivation-Revision Mode of this action. `true` or `false`. Default value is `false` | no | — |
Outputs
| name | description |
|---|---|
| app-url | Deployed App URL |