Skip to content

Commit 6e1e3b4

Browse files
Merge pull request #280426 from normesta/azcopy
updating ref article with OAuth support
2 parents 0df5a09 + e576e5c commit 6e1e3b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article provides reference information for the azcopy copy com
44
author: normesta
55
ms.service: azure-storage
66
ms.topic: reference
7-
ms.date: 05/31/2024
7+
ms.date: 07/09/2024
88
ms.author: normesta
99
ms.subservice: storage-common-concepts
1010
ms.reviewer: zezha-msft
@@ -20,15 +20,15 @@ Copies source data to a destination location.
2020
Copies source data to a destination location. The supported directions are:
2121

2222
- local <-> Azure Blob (SAS or OAuth authentication)
23-
- local <-> Azure Files (Share/directory SAS authentication)
23+
- local <-> Azure Files (Share/directory SAS authentication or OAuth authentication)
2424
- local <-> Azure Data Lake Storage Gen2 (SAS, OAuth, or SharedKey authentication)
2525
- Azure Blob (SAS or public) -> Azure Blob (SAS or OAuth authentication)
2626
- Azure Data Lake Storage Gen2 (SAS or public) -> Azure Data Lake Storage Gen2 (SAS or OAuth authentication)
2727
- Azure Blob (SAS or OAuth authentication) <-> Azure Blob (SAS or OAuth authentication) - See [Guidelines](./storage-use-azcopy-blobs-copy.md#guidelines).
2828
- Azure Data Lake Storage Gen2 (SAS or OAuth authentication) <-> Azure Data Lake Storage Gen2 (SAS or OAuth authentication)
2929
- Azure Data Lake Storage Gen2 (SAS or OAuth authentication) <-> Azure Blob (SAS or OAuth authentication)
3030
- Azure Blob (SAS or public) -> Azure Files (SAS)
31-
- Azure Files (SAS) -> Azure Files (SAS)
31+
- Azure File (SAS or OAuth authentication) <-> Azure File (SAS or OAuth authentication)
3232
- Azure Files (SAS) -> Azure Blob (SAS or OAuth authentication)
3333
- AWS S3 (Access Key) -> Azure Block Blob (SAS or OAuth authentication)
3434
- Google Cloud Storage (Service Account Key) -> Azure Block Blob (SAS or OAuth authentication)

0 commit comments

Comments
 (0)