An administrator needs to move data directly from an Azure Blob Storage container into an Azure file share. Can a single AzCopy operation copy data between these two services?
- AYes Correct
- BNo
Why A is correct: Correct. AzCopy can target Azure Blob Storage and Azure Files and copy between them, for example copying data from Blob Storage containers to Azure File shares or vice versa.
Why B is wrong: Answering no is wrong because AzCopy explicitly supports cross-service copies between Blob Storage and Azure Files in either direction.