Skip to content

Commit c1b4e66

Browse files
Final edits
1 parent 19a9aa1 commit c1b4e66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,17 +75,17 @@ You can perform a copy operation on any source object that can be retrieved via
7575

7676
To learn more about copying blobs using the Azure Blob Storage client library for Java, see the following resources.
7777

78+
### Code samples
79+
80+
- [View code samples from this article (GitHub)](https://github.com/Azure-Samples/AzureStorageSnippets/blob/master/blobs/howto/Java/blob-devguide/blob-devguide-blobs/src/main/java/com/blobs/devguide/blobs/BlobCopyPutFromURL.java)
81+
7882
### REST API operations
7983

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

8286
- [Put Blob From URL](/rest/api/storageservices/put-blob-from-url) (REST API)
8387
- [Put Block From URL](/rest/api/storageservices/put-block-from-url) (REST API)
8488

85-
### Code samples
86-
87-
- [View code samples from this article (GitHub)](https://github.com/Azure-Samples/AzureStorageSnippets/blob/master/blobs/howto/Java/blob-devguide/blob-devguide-blobs/src/main/java/com/blobs/devguide/blobs/BlobCopyPutFromURL.java)
88-
8989
[!INCLUDE [storage-dev-guide-resources-java](../../../includes/storage-dev-guides/storage-dev-guide-resources-java.md)]
9090

9191
[!INCLUDE [storage-dev-guide-next-steps-java](../../../includes/storage-dev-guides/storage-dev-guide-next-steps-java.md)]

0 commit comments

Comments
 (0)