Skip to content

Commit 4b35c28

Browse files
Fix blocking issue
1 parent 55c44f7 commit 4b35c28

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ ms.custom: devx-track-java, devguide-java
1818

1919
This article provides an overview of copy operations using the [Azure Storage client library for Java](/java/api/overview/azure/storage-blob-readme).
2020

21+
## About copy operations
22+
2123
Copy operations can be used to move data within a storage account, between storage accounts, or into a storage account from a source outside of Azure. When using the Blob Storage client libraries to copy data resources, it's important to understand the REST API operations behind the client library methods. The following table lists REST API operations that can be used to copy data resources to a storage account. The table also includes links to detailed guidance about how to perform these operations using the [Azure Storage client library for Java](/java/api/overview/azure/storage-blob-readme).
2224

2325
| REST API operation | When to use | Client library methods | Guidance |

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ ms.custom: devx-track-csharp, devguide-csharp
1717

1818
This article provides an overview of copy operations using the [Azure Storage client library for .NET](/dotnet/api/overview/azure/storage).
1919

20+
## About copy operations
21+
2022
Copy operations can be used to move data within a storage account, between storage accounts, or into a storage account from a source outside of Azure. When using the Blob Storage client libraries to copy data resources, it's important to understand the REST API operations behind the client library methods. The following table lists REST API operations that can be used to copy data resources to a storage account. The table also includes links to detailed guidance about how to perform these operations using the [Azure Storage client library for .NET](/dotnet/api/overview/azure/storage).
2123

2224
| REST API operation | When to use | Client library methods | Guidance |

0 commit comments

Comments
 (0)