Skip to content

Commit c587c2d

Browse files
Edits
1 parent 1658164 commit c587c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/storage-quickstart-blobs-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ BlobServiceClient blobServiceClient = new BlobServiceClientBuilder()
452452

453453
### Create a container
454454

455-
Create a new container in your storage account by creating an instance of the [BlobContainerClient](/java/api/com.azure.storage.blob.blobcontainerclient) class and calling the [create](/java/api/com.azure.storage.blob.blobcontainerclient.create) method. In this example, the code appends a GUID value to the container name to ensure that it's unique.
455+
Create a new container in your storage account by calling the [createBlobContainer](/java/api/com.azure.storage.blob.blobserviceclient#method-details) method on the `blobServiceClient` object. In this example, the code appends a GUID value to the container name to ensure that it's unique.
456456

457457
::: zone pivot="blob-storage-quickstart-scratch"
458458

0 commit comments

Comments
 (0)