actions-marketplace-validations/Azure Blob Storage Upload

Uploads assets to Azure Blob Storage

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
connection_stringThe connection string for the storage account. Used if value is set. Either connection_string or sas_token must be suppliedno
sas_tokenThe shared access signature token for the storage account. Either connection_string or sas_token must be suppliedno
account_nameThe name of the storage account. Required if sas_token is usedno
container_nameThe name of the storage account container these assets will be uploaded toyes
source_dirThe name of the directory you want to uploadyes
extra_argsExtra arguments that can be passed to `az storage blob upload-batch|sync`. Useful for passing flags like `--pattern` or `--destination-path`no
syncUse `az storage blob sync` to synchronize blobs recursivelyno
overwriteOverwrite existing files in the destination container. Defaults to falseno

no outputs