azure::cloud-file-share

Creates a cloud file share

Example

azure::cloud-file-share cloud-file-share-example
    name: "example-cloud-file-share"
    share-quota: 10
    storage-account: $(azure::storage-account blob-storage-account-example)
end

Attributes

Attribute Description
name The name of the Cloud Share. (Required)
share-quota The limit on the size of files in GB.
storage-account The Storage Account where the file share will be created. (Required)