Skip to content

Commit bb6bb24

Browse files
Remove duplicate section
1 parent c3dd81b commit bb6bb24

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,6 @@ 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-
## REST API operations
63-
64-
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:
65-
66-
- [Create Container](/rest/api/storageservices/create-container) (REST API)
67-
6862
## Resources
6963

7064
### REST API operations

0 commit comments

Comments
 (0)