Skip to content

Commit 6dd4d0a

Browse files
authored
Merge pull request #122345 from changeworld/patch-1
Fix typo and tweak
2 parents da2c09c + 292f713 commit 6dd4d0a

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

articles/ai-services/use-key-vault.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ namespace key_vault_console_app
206206

207207
## Run the application
208208

209-
Run the application by selecting the **Debug** button at the top of Visual studio. Your key and endpoint secrets will be retrieved from your key vault.
209+
Run the application by selecting the **Debug** button at the top of Visual Studio. Your key and endpoint secrets will be retrieved from your key vault.
210210

211211
## Send a test Language service call (optional)
212212

@@ -376,18 +376,17 @@ In your project, add the following dependencies to your `pom.xml` file.
376376

377377
```xml
378378
<dependencies>
379-
380-
<dependency>
381-
<groupId>com.azure</groupId>
382-
<artifactId>azure-security-keyvault-secrets</artifactId>
383-
<version>4.2.3</version>
384-
</dependency>
385-
<dependency>
386-
<groupId>com.azure</groupId>
387-
<artifactId>azure-identity</artifactId>
388-
<version>1.2.0</version>
389-
</dependency>
390-
</dependencies>
379+
<dependency>
380+
<groupId>com.azure</groupId>
381+
<artifactId>azure-security-keyvault-secrets</artifactId>
382+
<version>4.2.3</version>
383+
</dependency>
384+
<dependency>
385+
<groupId>com.azure</groupId>
386+
<artifactId>azure-identity</artifactId>
387+
<version>1.2.0</version>
388+
</dependency>
389+
</dependencies>
391390
```
392391

393392
## Import the example code

0 commit comments

Comments
 (0)