Skip to content

Commit 5e99c26

Browse files
Merge pull request #217667 from normesta/azcopy
Some updates:
2 parents d36316b + 032cee4 commit 5e99c26

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
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: storage
66
ms.topic: reference
7-
ms.date: 10/22/2022
7+
ms.date: 11/08/2022
88
ms.author: normesta
99
ms.subservice: common
1010
ms.reviewer: zezha-msft
@@ -23,6 +23,7 @@ Copies source data to a destination location. The supported directions are:
2323
- local <-> Azure Files (Share/directory SAS 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)
26+
- Azure Blob (SAS or OAuth authentication) -> Azure Blob (SAS or OAuth authentication) - See [Guidelines](./storage-use-azcopy-blobs-copy.md#guidelines).
2627
- Azure Blob (SAS or public) -> Azure Files (SAS)
2728
- Azure Files (SAS) -> Azure Files (SAS)
2829
- Azure Files (SAS) -> Azure Blob (SAS or OAuth authentication)

articles/storage/common/storage-use-azcopy-blobs-copy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article contains a collection of AzCopy example commands that
44
author: normesta
55
ms.service: storage
66
ms.topic: how-to
7-
ms.date: 09/29/2022
7+
ms.date: 11/08/2022
88
ms.author: normesta
99
ms.subservice: common
1010
ms.reviewer: dineshm
@@ -31,6 +31,8 @@ See the [Get started with AzCopy](storage-use-azcopy-v10.md) article to download
3131

3232
Apply the following guidelines to your AzCopy commands.
3333

34+
- Source and destination accounts must belong to the same Azure AD tenant.
35+
3436
- Your client must have network access to both the source and destination storage accounts. To learn how to configure the network settings for each storage account, see [Configure Azure Storage firewalls and virtual networks](storage-network-security.md?toc=/azure/storage/blobs/toc.json).
3537

3638
- If you copy to a premium block blob storage account, omit the access tier of a blob from the copy operation by setting the `s2s-preserve-access-tier` to `false` (For example: `--s2s-preserve-access-tier=false`). Premium block blob storage accounts don't support access tiers.

0 commit comments

Comments
 (0)