File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,10 +115,10 @@ Sync a virtual directory that has the same name as a blob (add a trailing slash
115
115
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
116
116
```
117
117
118
- Sync an Azure File directory (same syntax as Blob) :
118
+ Sync an Azure File directory:
119
119
120
120
``` 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
122
122
```
123
123
124
124
> [ !NOTE]
You can’t perform that action at this time.
0 commit comments