azure::cloud-blob

Creates a cloud blob

Example

azure::cloud-blob blob-example
    blob-directory-path: "/path/to/blob"
    container: $(azure::cloud-blob-container blob-container-example)
    file-path: "test-blob-doc.txt"
    storage-account: $(azure::storage-account blob-storage-account-example)
end

Attributes

Attribute Description
blob-directory-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)
storage-account The Storage Account where the Blob will be created. (Required)

Outputs

Attribute Description
uri The fully qualified uri of the Blob.