Skip to content

Commit 6412f06

Browse files
authored
Merge pull request #172379 from DerekHerman-MSFT/patch-9
Update storage-ref-azcopy-sync.md
2 parents 36e462c + b0ee6a8 commit 6412f06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ Sync a virtual directory that has the same name as a blob (add a trailing slash
115115
azcopy sync "https://[account].blob.core.windows.net/[container]/[path/to/virtual/dir]/?[SAS]" "https://[account].blob.core.windows.net/[container]/[path/to/virtual/dir]/" --recursive=true
116116
```
117117

118-
Sync an Azure File directory (same syntax as Blob):
118+
Sync an Azure File directory:
119119

120120
```azcopy
121-
azcopy sync "https://[account].file.core.windows.net/[share]/[path/to/dir]?[SAS]" "https://[account].file.core.windows.net/[share]/[path/to/dir]" --recursive=true
121+
azcopy sync "https://[account].file.core.windows.net/[share]/[path/to/dir]?[SAS]" "https://[account].file.core.windows.net/[share]/[path/to/dir]?[SAS]" --recursive=true
122122
```
123123

124124
> [!NOTE]

0 commit comments

Comments
 (0)