

Copying from files to page blobs or append blobs is not supported. The destination blob can be an existing block blob, or can be a new block blob created by the copy operation.

Copying a range of bytes or set of blocks is not supported. The entire source blob or file is always copied. In other words, a blob can't be the destination for multiple pending copy operations. A destination blob can only have one outstanding copy operation. The destination blob can't be modified while a copy operation is in progress. An existing destination blob will be overwritten. If the destination blob already exists, it must be of the same blob type as the source blob. The source blob for a copy operation may be a block blob, an append blob, a page blob, or a snapshot. When you copy across accounts it's an asynchronous operation. When you copy a blob within the same storage account, it's a synchronous operation. The example code uses the Azure Storage client libraries.
#JALBUM LINK NOT COPY HOW TO#
It also shows how to abort an asynchronous copy operation. This article demonstrates how to copy a blob in an Azure Storage account.
