madkoo/Container App Settings

Update Azure Container App environment variables from inline JSON or a JSON file

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
app-nameThe name of the Azure Container Appyes
resource-groupThe Azure resource group containing the Container Appyes
settingsJSON string of environment variables to set. Supported formats: array of {"name": "KEY", "value": "VALUE"} objects, or a flat {"KEY": "VALUE"} object. no""
settings-filePath to a JSON file containing environment variables. Supports the same formats as the 'settings' input. no""
subscription-idAzure subscription ID. Uses the current default subscription if not specified.no""

no outputs