Skip to content

Commit

Permalink
Revise Start_AzureStorageBlobCopy help Example #3 title to make it mo…
Browse files Browse the repository at this point in the history
…re accurate.
  • Loading branch information
blueww committed Nov 1, 2017
1 parent 93dc1de commit aa9429c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ That cmdlet starts the copy operation of the blob named ContosoPlanning2015.
The previous cmdlet provides the source container.
The *DestContainer* parameter specifies ContosoArchives as the destination container.

### Example 3: Get a blob to copy
### Example 3: Get all blobs in a container and copy them
```
C:\PS>Get-AzureStorageBlob -Container "ContosoUploads" | Start-AzureStorageBlobCopy -DestContainer "ContosoArchives"
```
Expand Down

0 comments on commit aa9429c

Please sign in to comment.