karlsgate/Azure Blob Upload Action
Uploads local files to Azure Blob Storage containers
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source_directory | The local directory containing the files to upload | yes | — |
| container_name | The name of the destination storage account container | yes | — |
| connection_string | The connection string with SAS token for the destination storage account | yes | — |
| pattern | An optional file pattern to limit the files uploaded from the source directory | no | — |
| content_type | An optional content type explicitly set for the uploaded files | no | — |
| overwrite | An optional boolean to overwrite existing files in the destination storage account | no | — |
Outputs
no outputs