tibor19/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
- Stale
- License
- None
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