Skip to content

Commit b210298

Browse files
authored
Merge pull request #222922 from pauljewellmsft/pauljewell-java-resources
Add dev guide resources section
2 parents f65f570 + 8bf786f commit b210298

File tree

2 files changed

+30
-4
lines changed

2 files changed

+30
-4
lines changed

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

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,18 @@ The following example creates a new `BlobContainerClient` object with the contai
5959

6060
:::code language="java" source="~/azure-storage-snippets/blobs/howto/Java/blob-devguide/blob-devguide-containers/src/main/java/com/blobs/devguide/containers/ContainerCreate.java" id="Snippet_CreateRootContainer":::
6161

62-
## See also
62+
## Resources
63+
64+
To learn more about creating a container using the Azure Blob Storage client library for Java, see the following resources.
65+
66+
### REST API operations
67+
68+
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:
6369

64-
- [View code sample in GitHub](https://github.com/Azure-Samples/AzureStorageSnippets/blob/master/blobs/howto/Java/blob-devguide/blob-devguide-containers/src/main/java/com/blobs/devguide/containers/ContainerCreate.java)
65-
- [Quickstart: Azure Blob Storage client library for Java](storage-quickstart-blobs-java.md)
6670
- [Create Container](/rest/api/storageservices/create-container) (REST API)
67-
- [Delete Container](/rest/api/storageservices/delete-container) (REST API)
71+
72+
### Code samples
73+
74+
- [View code samples from this article (GitHub)](https://github.com/Azure-Samples/AzureStorageSnippets/blob/master/blobs/howto/Java/blob-devguide/blob-devguide-containers/src/main/java/com/blobs/devguide/containers/ContainerCreate.java)
75+
76+
[!INCLUDE [storage-dev-guide-resources-java](../../../includes/storage-dev-guides/storage-dev-guide-resources-java.md)]
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: "include file"
3+
description: "include file"
4+
services: storage
5+
author: pauljewellmsft
6+
ms.service: storage
7+
ms.topic: include
8+
ms.date: 01/04/2023
9+
ms.author: pauljewell
10+
ms.custom: include file
11+
---
12+
13+
### Client library resources
14+
15+
- [Client library reference documentation](/java/api/overview/azure/storage-blob-readme)
16+
- [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)

0 commit comments

Comments
 (0)