azure::cloud-table¶
Creates a cloud table
Example¶
azure::cloud-table cloud-table-example
    name: "cloudtablename"
    storage-account: $(azure::storage-account queue-storage-account-example)
end
Attributes¶
| Attribute | Description | 
|---|---|
| name | The name of the Table (Required) | 
| storage-account | The Storage Account where the table will be created. (Required) |