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