actions-marketplace-validations/Azure WebApp

Deploy Web Apps/Containerized Web Apps to Azure. github.com/Azure/Actions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
app-nameName of the Azure Web Appyes
publish-profileApplies to Web Apps(Windows and Linux) and Web App Containers(linux). Multi container scenario not supported. Publish profile (*.publishsettings) file contents with Web Deploy secretsno
slot-nameEnter an existing Slot other than the Production slotnoproduction
packageApplies to Web App only: Path to package or folder. *.zip, *.war, *.jar or a folder to deployno.
imagesApplies to Web App Containers only: Specify the fully qualified container image(s) name. For example, 'myregistry.azurecr.io/nginx:latest' or 'python:3.7.2-alpine/'. For multi-container scenario multiple container image names can be provided (multi-line separated)no
configuration-fileApplies to Web App Containers only: Path of the Docker-Compose file. Should be a fully qualified path or relative to the default working directory. Required for multi-container scenariono
startup-commandEnter the start up command. For ex. dotnet run or dotnet runno
resource-group-nameEnter the resource group name of the web appno
typeEnter deployment type (JAR, WAR, EAR, ZIP, Static)no
target-pathTarget path in the web app. For ex. '/home/site/wwwroot'no
cleanDelete existing files target directory before deployingno
restartRestart the app service after deploymentno
sitecontainers-configApplies to Sitecontainers, containes a list of siteContainer specsno
namedescription
webapp-urlURL to work with your webapp