madkoo/Container App Settings
Update Azure Container App environment variables from inline JSON or a JSON file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app-name | The name of the Azure Container App | yes | — |
| resource-group | The Azure resource group containing the Container App | yes | — |
| settings | JSON string of environment variables to set. Supported formats: array of {"name": "KEY", "value": "VALUE"} objects, or a flat {"KEY": "VALUE"} object. | no | "" |
| settings-file | Path to a JSON file containing environment variables. Supports the same formats as the 'settings' input. | no | "" |
| subscription-id | Azure subscription ID. Uses the current default subscription if not specified. | no | "" |
Outputs
no outputs