azure/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: azure/appservice-settings@1808c4fbba4b8723107948a295d396a5c0e33dcd # v1tags 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 |