Skip to content

Commit 7e12cb5

Browse files
authored
Update articles/storage/blobs/storage-quickstart-blobs-java-quarkus.md
1 parent 8b9f910 commit 7e12cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Next, you walk through the sample code to understand how it works.
136136

137137
Working with any Azure resource using the SDK begins with creating a client object. The Quarkus extension for Azure Blob Storage automatically injects a client object with authorized access using `DefaultAzureCredential`.
138138

139-
To successfully inject a client object, first you need to add the extensions `quarkus-arc` and `quarkus-azure-storage-blob` to your **pom.xml** file as a dependencies:
139+
To successfully inject a client object, first you need to add the extensions `quarkus-arc` and `quarkus-azure-storage-blob` to your **pom.xml** file as dependencies:
140140

141141
```xml
142142
<properties>

0 commit comments

Comments
 (0)