You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/common/storage-use-azcopy-v10.md
+32-1Lines changed: 32 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: AzCopy is a command-line utility that you can use to copy data to,
4
4
author: normesta
5
5
ms.service: azure-storage
6
6
ms.topic: how-to
7
-
ms.date: 01/27/2025
7
+
ms.date: 09/01/2025
8
8
ms.author: normesta
9
9
ms.subservice: storage-common-concepts
10
10
ms.custom: ai-video-demo
@@ -240,6 +240,37 @@ To find example commands, see any of these articles.
240
240
|Google Cloud Storage|[Copy data from Google Cloud Storage to Azure Storage (preview)](storage-use-azcopy-google-cloud.md)|
241
241
|Azure Stack storage|[Transfer data with AzCopy and Azure Stack storage](/azure-stack/user/azure-stack-storage-transfer#azcopy)|
242
242
243
+
AzCopy uses the `--from-to` parameter to explicitly define the source and destination resource types when automatic detection may fail-such as in piping scenarios or emulators. This helps AzCopy understand the context of the transfer and optimize accordingly.
0 commit comments