Skip to content

Commit 98cb25a

Browse files
Merge pull request #263691 from pauljewellmsft/java-async
Add link for Java async guidance
2 parents 990416c + 36b5a26 commit 98cb25a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/blobs/storage-blob-java-get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: pauljewellmsft
88
ms.author: pauljewell
99
ms.service: azure-blob-storage
1010
ms.topic: how-to
11-
ms.date: 07/12/2023
11+
ms.date: 01/19/2024
1212
ms.custom: devx-track-java, devguide-java, devx-track-extended-java
1313
---
1414

@@ -116,7 +116,7 @@ Blob client library information:
116116

117117
## Authorize access and connect to Blob Storage
118118

119-
To connect an application to Blob Storage, create an instance of the [BlobServiceClient](/java/api/com.azure.storage.blob.blobserviceclient) class. This object is your starting point to interact with data resources at the storage account level. You can use it to operate on the storage account and its containers. You can also use the service client to create container clients or blob clients, depending on the resource you need to work with.
119+
To connect an application to Blob Storage, create an instance of the [BlobServiceClient](/java/api/com.azure.storage.blob.blobserviceclient) class. You can also use the [BlobServiceAsyncClient](/java/api/com.azure.storage.blob.blobserviceasyncclient) class for [asynchronous programming](/azure/developer/java/sdk/async-programming). This object is your starting point to interact with data resources at the storage account level. You can use it to operate on the storage account and its containers. You can also use the service client to create container clients or blob clients, depending on the resource you need to work with.
120120

121121
To learn more about creating and managing client objects, see [Create and manage client objects that interact with data resources](storage-blob-client-management.md).
122122

0 commit comments

Comments
 (0)