actions-marketplace-validations/Azure App Service Settings

Configure Azure Apps with app settings, connection strings and other general configuration settings

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Oct 17, 2023
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/azure_appservice-settings@4800bc3f30b7a4544d0af9cbdf4d43b4fd5b86ce # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
app-nameName of the Azure Web Appyes
slot-nameName of an existing slot other than the production slot. Default value is productionno
app-settings-jsonApplication settings using the JSON syntax set as value of secret variable: APP_SETTINGSno
connection-strings-jsonConnection Strings using the JSON syntax set as value of secret variable: CONNECTION_STRINGSno
general-settings-jsonGeneral configuration settings using dictionary syntax - Key Value pairsno
mask-inputsSet 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 truenotrue
namedescription
webapp-urlURL to work with your webapp