azure::cloud-file

Creates a cloud file

Example

azure::cloud-file cloud-file-example
    cloud-file-directory: $(azure::cloud-file-directory cloud-file-directory)
    cloud-file-share: $(azure::cloud-file-share cloud-file-share-example)
    file-path: "test-cloud-file.txt"
    storage-account: $(azure::storage-account blob-storage-account-example)
end

Attributes

Attribute Description
cloud-file-directory The Cloud File Directory for the file. (Required)
cloud-file-share The Cloud File Share for the file. (Required)
file-path The path of the file to upload. (Required)
storage-account The Storage Account where the file will be created. (Required)

Outputs

Attribute Description
file-name The name of the file.