Skip to content

Commit b0ee6a8

Browse files
Update storage-ref-azcopy-sync.md
added SAS token to Files example. ------- cc: @normesta GitHub Issue: https://github.com/MicrosoftDocs/azure-docs/issues/81019
1 parent 0a074d9 commit b0ee6a8

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)