azure::cloud-blob-container¶
Creates a blob container
Example¶
azure::cloud-blob-container blob-container-example
name: "blobcontainer"
public-access: "container"
storage-account: $(azure::storage-account blob-storage-account-example)
end
Attributes¶
Attribute | Description |
---|---|
name | The name of the container. (Required) |
public-access | The public access of the container. Valid values are blob or container . (Required) |
storage-account | The storage account resource where the blob container will be created. (Required) |
Outputs¶
Attribute | Description |
---|---|
id | The ID of the blob container. |