actions-marketplace-validations/Azure WebApps Preview Deploy
Automates the deployment of your app code to a preview url on pull request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 23, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/sethreidnz_azure-webapps-preview-deploy@c2c50da934df8d4d8dedf7f387f5170a5a301838 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| githubToken | The github token from the run e.g. secrets.GITHUB_TOKEN | yes | — |
| subscriptionId | The subscriptionId that contains the target Azure Web App | yes | — |
| resourceGroup | The resource group that contains the target Azure Web App | yes | — |
| webAppName | The name of the target Azure Web App | yes | — |
| storageAccount | The name of a storage account to upload deployment packages to. Note that the Azure AD app that is carrying out the deployment must have "Storage Blob Data Contributor" to this storage account. | yes | — |
| storageContainer | The name of the container to upload the deployment package to | yes | — |
| deployPackagePath | The local path to the zipped deploy package for deployment to the web app | yes | — |
| cleanup | If true then will clean up the preview slot deployed for the PR. Defaults to false. | no | — |
Outputs
no outputs