Skip to content

Commit e905c84

Browse files
Edits
1 parent e734894 commit e905c84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/blobs/storage-blob-copy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ To learn more about copying blobs using the Azure Blob Storage client library fo
161161

162162
The Azure SDK for .NET contains libraries that build on top of the Azure REST API, allowing you to interact with REST API operations through familiar .NET paradigms. The client library methods covered in this article use the following REST API operations:
163163

164-
- [Put Blob From URL](/rest/api/storageservices/put-blob-from-url)
165-
- [Put Block From URL](/rest/api/storageservices/put-block-from-url)
164+
- [Put Blob From URL](/rest/api/storageservices/put-blob-from-url) (REST API)
165+
- [Put Block From URL](/rest/api/storageservices/put-block-from-url) (REST API)
166166
- [Copy Blob](/rest/api/storageservices/copy-blob) (REST API)
167167
- [Abort Copy Blob](/rest/api/storageservices/abort-copy-blob) (REST API)
168168

0 commit comments

Comments
 (0)