actions-marketplace-validations/Azure WebApp
Deploy Web Apps/Containerized Web Apps to Azure. github.com/Azure/Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app-name | Name of the Azure Web App | yes | — |
| publish-profile | Applies to Web Apps(Windows and Linux) and Web App Containers(linux). Multi container scenario not supported. Publish profile (*.publishsettings) file contents with Web Deploy secrets | no | — |
| slot-name | Enter an existing Slot other than the Production slot | no | production |
| package | Applies to Web App only: Path to package or folder. *.zip, *.war, *.jar or a folder to deploy | no | . |
| images | Applies 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-file | Applies 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 scenario | no | — |
| startup-command | Enter the start up command. For ex. dotnet run or dotnet run | no | — |
| resource-group-name | Enter the resource group name of the web app | no | — |
| type | Enter deployment type (JAR, WAR, EAR, ZIP, Static) | no | — |
| target-path | Target path in the web app. For ex. '/home/site/wwwroot' | no | — |
| clean | Delete existing files target directory before deploying | no | — |
| restart | Restart the app service after deployment | no | — |
| sitecontainers-config | Applies to Sitecontainers, containes a list of siteContainer specs | no | — |
Outputs
| name | description |
|---|---|
| webapp-url | URL to work with your webapp |