azure::cloud-file-directory

Creates a cloud file directory

Example

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

Attributes

Attribute Description
path The Cloud File Directory path. (Required)
cloud-file-share The Cloud File Share under which the Cloud File Directory resides. (Required)
storage-account The Storage Account where the Cloud File Directory will be created. (Required)

Outputs

Attribute Description
name The name of the Cloud File Directory.