actions-marketplace-validations/Azure App Service Settings
Configure Azure Apps with app settings, connection strings and other general configuration settings
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 17, 2023
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/azure_appservice-settings@4800bc3f30b7a4544d0af9cbdf4d43b4fd5b86ce # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| app-name | Name of the Azure Web App | yes | — |
| slot-name | Name of an existing slot other than the production slot. Default value is production | no | — |
| app-settings-json | Application settings using the JSON syntax set as value of secret variable: APP_SETTINGS | no | — |
| connection-strings-json | Connection Strings using the JSON syntax set as value of secret variable: CONNECTION_STRINGS | no | — |
| general-settings-json | General configuration settings using dictionary syntax - Key Value pairs | no | — |
| mask-inputs | Set it to false if you want to provide input jsons as plain text/you do not want input json values to be masked. This will apply to app-settings-json and connection-strings-json. Default is true | no | true |
Outputs
| name | description |
|---|---|
| webapp-url | URL to work with your webapp |