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 or OFF Valid values are BLOB, CONTAINER or OFF. (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.