Skip to content

Commit 346eb09

Browse files
authored
Merge pull request #287494 from schoag-msft/docs-editor/storage-use-azcopy-v10-1727446583
Update storage-use-azcopy-v10.md
2 parents 54c84b3 + 6bf4284 commit 346eb09

File tree

4 files changed

+34
-3
lines changed

4 files changed

+34
-3
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
ms.service: azure-storage
3+
ms.topic: include
4+
ms.date: 09/27/2024
5+
author: schoag-msft
6+
ms.author: schoag-msft
7+
---
8+
9+
> [!NOTE]
10+
> AzCopy does not support scenarios where the source or destination is being actively changed during the transfer.

articles/storage/common/storage-ref-azcopy-copy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ ms.reviewer: zezha-msft
1414

1515
Copies source data to a destination location.
1616

17+
[!INCLUDE [storage-azcopy-change-support](includes/storage-azcopy-change-support.md)]
1718

1819
## Synopsis
1920

articles/storage/common/storage-ref-azcopy-sync.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.reviewer: zezha-msft
1414

1515
Replicates the source location to the destination location. This article provides a detailed reference for the azcopy sync command. To learn more about synchronizing blobs between source and destination locations, see [Synchronize with Azure Blob storage by using AzCopy v10](storage-use-azcopy-blobs-synchronize.md). For Azure Files, see [Synchronize files](storage-use-azcopy-files.md#synchronize-files).
1616

17+
[!INCLUDE [storage-azcopy-change-support](includes/storage-azcopy-change-support.md)]
18+
1719
## Synopsis
1820

1921
The last modified times are used for comparison. The file is skipped if the last modified time in the destination is more recent. Alternatively, you can use the `--compare-hash` flag to transfer only files which differ in their MD5 hash. The supported pairs are:

articles/storage/common/storage-use-azcopy-v10.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: AzCopy is a command-line utility that you can use to copy data to,
44
author: normesta
55
ms.service: azure-storage
66
ms.topic: how-to
7-
ms.date: 07/18/2024
7+
ms.date: 09/27/2024
88
ms.author: normesta
99
ms.subservice: storage-common-concepts
1010
ms.custom: ai-video-demo
@@ -20,13 +20,31 @@ AzCopy is a command-line utility that you can use to copy blobs or files to or f
2020
>
2121
> If you need to use a previous version of AzCopy, see the [Use the previous version of AzCopy](#previous-version) section of this article.
2222
23-
<a id="download-and-install-azcopy"></a>
23+
<a id="download-and-install-azcopy"></a>This video shows you how to download and run the AzCopy utility.
2424

25-
This video shows you how to download and run the AzCopy utility.
2625
> [!VIDEO 4238a2be-881a-4aaa-8ccd-07a6557a05ef]
2726
2827
The steps in the video are also described in the following sections.
2928

29+
## Use cases for AzCopy
30+
31+
AzCopy can be used to copy your data to, from, or between Azure storage accounts. Common use cases include:
32+
33+
- Copying data from an on-premises source to an Azure storage account
34+
- Copying data from an Azure storage account to an on-premises source
35+
- Copying data from one storage account to another storage account
36+
37+
Each of these use cases has unique options. For example, AzCopy has native commands for copying and/or synchronizing data. This makes AzCopy a flexible tool that can be used for one-time copy activities and ongoing synchronization scenarios. AzCopy also allows you to target specific storage services such as Azure Blob Storage or Azure Files. This allows you to copy data from blob to file, file to blob, file to file, etc.
38+
39+
To learn more about these scenarios, see:
40+
41+
- [Upload files to Azure Blob storage by using AzCopy](storage-use-azcopy-blobs-upload.md)
42+
- [Download blobs from Azure Blob Storage by using AzCopy](storage-use-azcopy-blobs-download.md)
43+
- [Copy blobs between Azure storage accounts by using AzCopy](storage-use-azcopy-blobs-copy.md)
44+
- [Synchronize with Azure Blob storage by using AzCopy](storage-use-azcopy-blobs-synchronize.md)
45+
46+
[!INCLUDE [storage-azcopy-change-support](includes/storage-azcopy-change-support.md)]
47+
3048
## Install AzCopy on Linux by using a package manager
3149

3250
You can install AzCopy by using a Linux package that is hosted on the [Linux Software Repository for Microsoft Products](/linux/packages).

0 commit comments

Comments
 (0)