fslabs/Azure Blob Storage Check Blob Exists
Check if a blob exists in Azure Blob Storagee
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
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 | — |
| blob_name | The name of the blob to check | yes | — |
Outputs
| name | description |
|---|---|
| exists | True if the blob exists |