actions-marketplace-validations/Azure Static Website
Deploy files to Azure Blob Storage Container using a connection string
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Nov 11, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/tibor19_static-website-deploy@8f6a7c2602fb01c15b7811518f0e6be8dfbbe1d2 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| storage-account-name | The name of the Azure Storage Account. Make sure to call az login before this step, or provide a value for storage-account-key | no | — |
| storage-account-key | One of the two shared keys of the storage account | no | — |
| connection-string | Connection String of the Azure Storage Container | no | — |
| blob-container-name | Name of the Blob Container Storage | no | — |
| public-access-policy | Access Policy to update in the Container (container | blob | <none>). For private containers do not specity any value. | no | — |
| enabled-static-website | Enabled static website | no | — |
| index-file | Index file for the static website | no | — |
| error-file | 404 Error file for the static website | no | — |
| remove-existing-files | If the existing files should be removed before uploading the new files | no | — |
| cache-control | Sets each blobs cache control. | no | — |
| folder | Folder containing the files to be uploaded to the Storage Container | no | . |
Outputs
no outputs