actions-marketplace-validations/Azure Static Website

Deploy files to Azure Blob Storage Container using a connection string

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Nov 11, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/tibor19_static-website-deploy@8f6a7c2602fb01c15b7811518f0e6be8dfbbe1d2 # no releases — HEAD as of 2026-07-10

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

namedescriptionrequireddefault
storage-account-nameThe name of the Azure Storage Account. Make sure to call az login before this step, or provide a value for storage-account-keyno
storage-account-keyOne of the two shared keys of the storage accountno
connection-stringConnection String of the Azure Storage Containerno
blob-container-nameName of the Blob Container Storageno
public-access-policyAccess Policy to update in the Container (container | blob | <none>). For private containers do not specity any value.no
enabled-static-websiteEnabled static websiteno
index-fileIndex file for the static websiteno
error-file404 Error file for the static websiteno
remove-existing-filesIf the existing files should be removed before uploading the new filesno
cache-controlSets each blobs cache control.no
folderFolder containing the files to be uploaded to the Storage Containerno.

no outputs