azure::cloud-blob¶
Creates a cloud blob
Example¶
azure::cloud-blob blob-example
blob-path: "/path/to/blob"
container: $(azure::cloud-blob-container blob-container-example)
file-path: "test-blob-doc.txt"
end
Attributes¶
Attribute | Description |
---|---|
blob-path | The directory path of the Blob. (Required) |
container | The container where the Blob is found. (Required) |
file-path | The path of the file to upload. (Required) |
Outputs¶
Attribute | Description |
---|---|
uri | The fully qualified uri of the Blob. |