Skip to content

Commit 7ab3867

Browse files
committed
typo
1 parent 699abd2 commit 7ab3867

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-functions/functions-reference-java.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,11 +297,11 @@ If you expect null values, use `Optional<T>`.
297297

298298
### <a name="sdk-types"></a>SDK types (preview)
299299

300-
You can currently use these native SDK types in your bindings:
301-
300+
You can currently use these Blob Storage SDK types in your bindings: `BlobClient` and `BlobContainerClient`.
301+
<!--- replace when more than one extension...
302302
+ Blob Storage SDK: `BlobClient` and `BlobContainerClient`
303-
304-
When you use these native SDK types, your functions can use client types to access streams directly from storage, which provides these benefits over POJOs or binary types:
303+
-->
304+
With SDK types support enabled, your functions can use Azure SDK client types to access blobs as streams directly from storage, which provides these benefits over POJOs or binary types:
305305

306306
+ Lower latency
307307
+ Reduced memory requirements

0 commit comments

Comments
 (0)