133k views
4 votes
With AZ Copy what access methods can you use to copy data into File Storage?

User Kevork
by
7.5k points

1 Answer

4 votes

Final answer:

AZ Copy supports three access methods for copying data into File Storage: Azure Blob storage, Amazon S3, and local file system.

Step-by-step explanation:

The access methods you can use to copy data into File Storage with AZ Copy include:

  • Azure Blob storage: This method allows you to copy data from local or remote file systems into Azure File storage. You need to provide the source and destination paths for the files you want to copy.
  • Amazon Simple Storage Service (S3): AZ Copy also supports copying data from Amazon S3 to Azure File Storage. You will need to provide the S3 access key and secret key to establish the connection.
  • File system: With AZ Copy, you can also copy data from a local file system to Azure File Storage. You will need to specify the source and destination paths for the files you want to copy.

User Mohamed AL ANI
by
8.0k points