Skip to content

Commit 94f318f

Browse files
authored
Merge pull request #79564 from normesta/normesta-azcopy
Updating headings to be less confusing
2 parents 570ade3 + 2270a5a commit 94f318f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ This section contains the following examples:
186186

187187
## Synchronize files
188188

189-
You can synchronize the contents of a local file system to a blob container. You can also synchronize a blob container to a local file system on your computer. Synchronization is one-way. In other words, you choose which of these two endpoints is the source and which one is the destination.
189+
You can synchronize the contents of a local file system with a blob container. Synchronization is one-way. In other words, you choose which of these two endpoints is the source and which one is the destination.
190190

191191
> [!NOTE]
192192
> Currently, this scenario is supported only for accounts that don't have a hierarchical namespace. The current release of AzCopy doesn't synchronize between other sources and destinations (For example: File storage or Amazon Web Services (AWS) S3 buckets).
@@ -198,18 +198,18 @@ If you set the `--delete-destination` flag to `true` AzCopy deletes files withou
198198
> [!NOTE]
199199
> To prevent accidental deletions, make sure to enable the [soft delete](https://docs.microsoft.com/azure/storage/blobs/storage-blob-soft-delete) feature before you use the `--delete-destination=prompt|true` flag.
200200
201-
### Synchronize a container to a local file system
201+
### Update a container with changes to a local file system
202202

203-
In this case, the local file system becomes the source and the container is the destination.
203+
In this case, the container is the destination, and the local file system is the source.
204204

205205
| | |
206206
|--------|-----------|
207207
| **Syntax** | `azcopy sync "<local-directory-path>" "https://<storage-account-name>.<blob or dfs>.core.windows.net/<container-name>" --recursive` |
208208
| **Example** | `azcopy sync "C:\myDirectory" "https://mystorageaccount.blob.core.windows.net/mycontainer" --recursive` |
209209

210-
### Synchronize a local file system to a container
210+
### Update a local file system with changes to a container
211211

212-
In this case, the container becomes the source and the local file system is the destination.
212+
In this case, the local file system is the destination, and the container is the source.
213213

214214
| | |
215215
|--------|-----------|

0 commit comments

Comments
 (0)