actions-marketplace-validations/Azure Blob Storage Upload
Uploads assets to Azure Blob Storage
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| connection_string | The connection string for the storage account. Used if value is set. Either connection_string or sas_token must be supplied | no | — |
| sas_token | The shared access signature token for the storage account. Either connection_string or sas_token must be supplied | no | — |
| account_name | The name of the storage account. Required if sas_token is used | no | — |
| container_name | The name of the storage account container these assets will be uploaded to | yes | — |
| source_dir | The name of the directory you want to upload | yes | — |
| extra_args | Extra arguments that can be passed to `az storage blob upload-batch|sync`. Useful for passing flags like `--pattern` or `--destination-path` | no | — |
| sync | Use `az storage blob sync` to synchronize blobs recursively | no | — |
| overwrite | Overwrite existing files in the destination container. Defaults to false | no | — |
Outputs
no outputs