Skip to content

Commit 8bf786f

Browse files
Review feedback
1 parent 6216ea0 commit 8bf786f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

articles/storage/blobs/storage-blob-container-create-java.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ The following example creates a new `BlobContainerClient` object with the contai
6161

6262
## Resources
6363

64+
To learn more about creating a container using the Azure Blob Storage client library for Java, see the following resources.
65+
6466
### REST API operations
6567

6668
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 for creating a container use the following REST API operation:

includes/storage-dev-guides/storage-dev-guide-resources-java.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ ms.author: pauljewell
1010
ms.custom: include file
1111
---
1212

13-
### Azure Blob Storage client library for Java resources
13+
### Client library resources
1414

1515
- [Client library reference documentation](/java/api/overview/azure/storage-blob-readme)
1616
- [Client library source code](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/storage/azure-storage-blob)
17-
- [Package (Maven)](https://mvnrepository.com/artifact/com.azure/azure-storage-blob)
18-
- [Blob storage code samples](../../articles/storage/common/storage-samples-java.md?toc=/azure/storage/blobs/toc.json#blob-samples)
17+
- [Package (Maven)](https://mvnrepository.com/artifact/com.azure/azure-storage-blob)

0 commit comments

Comments
 (0)