actions-marketplace-validations/Azure WebApps Preview Deploy

Automates the deployment of your app code to a preview url on pull request

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Sep 23, 2022
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/sethreidnz_azure-webapps-preview-deploy@c2c50da934df8d4d8dedf7f387f5170a5a301838 # no releases — HEAD as of 2026-07-12

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

namedescriptionrequireddefault
githubTokenThe github token from the run e.g. secrets.GITHUB_TOKENyes
subscriptionIdThe subscriptionId that contains the target Azure Web Appyes
resourceGroupThe resource group that contains the target Azure Web Appyes
webAppNameThe name of the target Azure Web Appyes
storageAccountThe 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
storageContainerThe name of the container to upload the deployment package toyes
deployPackagePathThe local path to the zipped deploy package for deployment to the web appyes
cleanupIf true then will clean up the preview slot deployed for the PR. Defaults to false.no

no outputs