Unfortunately JClouds only supports block blobs larger than 64MB; not page blobs [1]. This is mostly because support for large blob types was initially written for managing large files like zip files; not the random-seek VHD files which have to be aligned to 512 byte boundaries[2].
Thanks for the explanation, John! Azure blocks vs. pages - learned something new again there...
ap