github-developer/Upload blob to Azure Storage
Example action to upload blob to Azure Storage
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| account | Storage account name, e.g. 'mystorageaccount' | yes | — |
| destination | Name of container to upload blob to, e.g. '$web' to upload a static website. | yes | — |
| source | Path to file(s) to upload to "destination", e.g. '.' to upload all files in the current directory. Supports globbing, e.g. 'images/**.jpg'. For more information, please refer to https://www.npmjs.com/package/glob. | yes | — |
Outputs
| name | description |
|---|---|
| urls | URL(s) to the uploaded blob(s), if successful |