Skip to content

Commit 3db8b52

Browse files
authored
Update storage-use-azcopy-blobs-synchronize.md
fix two instances of "a a" per Acrolionx
1 parent bae2e89 commit 3db8b52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ azcopy sync 'https://mystorageaccount.blob.core.windows.net/mycontainer' 'C:\myD
7272

7373
## Update a container with changes in another container
7474

75-
The first container that appears in this command is the source. The second one is the destination. Make sure to append a a SAS token to each source URL.
75+
The first container that appears in this command is the source. The second one is the destination. Make sure to append a SAS token to each source URL.
7676

7777
If you provide authorization credentials by using Azure Active Directory (Azure AD), you can omit the SAS token only from the destination URL. Make sure that you've set up the proper roles in your destination account. See [Option 1: Use Azure Active Directory](storage-use-azcopy-v10.md?toc=/azure/storage/blobs/toc.json#option-1-use-azure-active-directory).
7878

@@ -91,7 +91,7 @@ azcopy sync 'https://mysourceaccount.blob.core.windows.net/mycontainer?sv=2018-0
9191

9292
## Update a directory with changes to a directory in another container
9393

94-
The first directory that appears in this command is the source. The second one is the destination. Make sure to append a a SAS token to each source URL.
94+
The first directory that appears in this command is the source. The second one is the destination. Make sure to append a SAS token to each source URL.
9595

9696
If you provide authorization credentials by using Azure Active Directory (Azure AD), you can omit the SAS token only from the destination URL. Make sure that you've set up the proper roles in your destination account. See [Option 1: Use Azure Active Directory](storage-use-azcopy-v10.md?toc=/azure/storage/blobs/toc.json#option-1-use-azure-active-directory).
9797

0 commit comments

Comments
 (0)