Skip to content

Commit 36bccc3

Browse files
committed
acrolinx update
1 parent 1cf3932 commit 36bccc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-foundry/agents/includes/quickstart-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.date: 09/25/2025
1616

1717
## Configure and run an agent
1818

19-
First, create a New Java console project. You will need the following dependencies to run the code:
19+
First, create a New Java console project. You'll need the following dependencies to run the code:
2020

2121
```xml
2222
<dependencies>
@@ -39,7 +39,7 @@ Next, to authenticate your API requests and run the program, use the [az login](
3939
az login
4040
```
4141

42-
Use the following code to create and run an agent. To run this code, you will need to get the endpoint for your project. This string is in the format:
42+
Use the following code to create and run an agent. To run this code, you'll need to get the endpoint for your project. This string is in the format:
4343

4444
`https://<AIFoundryResourceName>.services.ai.azure.com/api/projects/<ProjectName>`
4545

0 commit comments

Comments
 (0)