AzCopy is a command-line utility provided by Microsoft Azure for transferring data to and from Azure Storage accounts with high performance and reliability. It is particularly designed to support bulk data migration and synchronization for Azure storage services. According to the Microsoft Azure Administrator documentation (AzCopy v10 and later), the tool supports copying data to and from only two Azure storage services: * Azure Blob storage - including block blobs, append blobs, and page blobs. * Azure Files (File shares) - including directories and individual files. The Table and Queue storage services are not supported by AzCopy, as these services handle structured and message-based data rather than binary or file data. From the official Azure Administrator Study Guide and Microsoft Docs: "AzCopy is a command-line tool that moves data into and out of Azure Storage accounts. You can use AzCopy with Blob storage or Azure Files. AzCopy doesn't support copying data to or from Table storage or Queue storage." (Source: Microsoft Learn - "Transfer data with AzCopy and Blob storage" and "Transfer data with AzCopy and Azure Files")