Skip to content

Commit 9a39376

Browse files
Fix build errors
1 parent 9e679a7 commit 9a39376

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To work with the code examples in this article, make sure you have:
2929
- [Abort Copy Blob](/rest/api/storageservices/abort-copy-blob#authorization)
3030
- Packages installed to your project directory. These examples use **Azure.Storage.Blobs**. If you're using `DefaultAzureCredential` for authorization, you also need **Azure.Identity**. To learn more about setting up your project, see [Get Started with Azure Storage and .NET](storage-blob-dotnet-get-started.md#set-up-your-project). To see the necessary `using` directives, see [Code samples](#code-samples).
3131

32-
[!INCLUDE [storage-dev-guide-blob-copy-async](../../../includes/storage-dev-guides/storage-dev-guide-blob-copy-async.md)]
32+
[!INCLUDE [storage-dev-guide-blob-copy-async](../../../includes/storage-dev-guides/storage-dev-guide-about-blob-copy-async.md)]
3333

3434
## Copy a blob with asynchronous scheduling
3535

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To work with the code examples in this article, make sure you have:
2929
- [Abort Copy Blob](/rest/api/storageservices/abort-copy-blob#authorization)
3030
- Packages installed to your project directory. These examples use **azure-storage-blob**. If you're using `DefaultAzureCredential` for authorization, you also need **azure-identity**. To learn more about setting up your project, see [Get Started with Azure Storage and Java](storage-blob-dotnet-get-started.md#set-up-your-project). To see the necessary `import` directives, see [Code samples](#code-samples).
3131

32-
[!INCLUDE [storage-dev-guide-blob-copy-async](../../../includes/storage-dev-guides/storage-dev-guide-blob-copy-async.md)]
32+
[!INCLUDE [storage-dev-guide-blob-copy-async](../../../includes/storage-dev-guides/storage-dev-guide-about-blob-copy-async.md)]
3333

3434
## Copy a blob with asynchronous scheduling
3535

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To work with the code examples in this article, make sure you have:
2929
- [Put Block From URL](/rest/api/storageservices/put-block-from-url#authorization)
3030
- Packages installed to your project directory. These examples use **Azure.Storage.Blobs**. If you're using `DefaultAzureCredential` for authorization, you also need **Azure.Identity**. To learn more about setting up your project, see [Get Started with Azure Storage and .NET](storage-blob-dotnet-get-started.md#set-up-your-project). To see the necessary `using` directives, see [Code samples](#code-samples).
3131

32-
[!INCLUDE [storage-dev-guide-blob-copy-from-url](../../../includes/storage-dev-guides/storage-dev-guide-blob-copy-from-url.md)]
32+
[!INCLUDE [storage-dev-guide-blob-copy-from-url](../../../includes/storage-dev-guides/storage-dev-guide-about-blob-copy-from-url.md)]
3333

3434
## Copy a blob from a source object URL
3535

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To work with the code examples in this article, make sure you have:
2929
- [Put Block From URL](/rest/api/storageservices/put-block-from-url#authorization)
3030
- Packages installed to your project directory. These examples use **azure-storage-blob**. If you're using `DefaultAzureCredential` for authorization, you also need **azure-identity**. To learn more about setting up your project, see [Get Started with Azure Storage and Java](storage-blob-java-get-started.md#set-up-your-project). To see the necessary `using` directives, see [Code samples](#code-samples).
3131

32-
[!INCLUDE [storage-dev-guide-blob-copy-from-url](../../../includes/storage-dev-guides/storage-dev-guide-blob-copy-from-url.md)]
32+
[!INCLUDE [storage-dev-guide-blob-copy-from-url](../../../includes/storage-dev-guides/storage-dev-guide-about-blob-copy-from-url.md)]
3333

3434
## Copy a blob from a source object URL
3535

0 commit comments

Comments
 (0)