Skip to content

Commit 6d84a84

Browse files
Merge pull request #4842 from sdgilley/sdg-release-dan-qs
quickstart - fixing minor issues
2 parents 27233e1 + d5ab1a8 commit 6d84a84

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

articles/ai-foundry/includes/get-started-fdp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ No installation is necessary to use the Azure AI Foundry portal.
5858
:::code language="plaintext" source="~/foundry-samples/samples/microsoft/java/mslearn-resources/quickstart/.env.template":::
5959
6060
1. Make sure to sign in using the CLI `az login` (or `az login --use-device-code`) command to authenticate before running your Java scripts.
61+
1. Download [POM.XML](https://github.com/azure-ai-foundry/foundry-samples/blob/main/samples/microsoft/java/mslearn-resources/quickstart/pom.xml) to your Java IDE.
6162
6263
> [!TIP]
6364
> All the code in this article is at [GitHub Quickstart](https://github.com/azure-ai-foundry/foundry-samples/blob/main/samples/microsoft/java/mslearn-resources/quickstart).

articles/ai-foundry/includes/install-csharp-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To work with Azure AI services in your .NET project, you'll need to install seve
1616
# Add Azure AI SDK packages
1717
dotnet add package Azure.Identity
1818
dotnet add package Azure.AI.Projects
19-
dotnet add package Azure.AI.Agents.Persistant
19+
dotnet add package Azure.AI.Agents.Persistent
2020
dotnet add package Azure.AI.OpenAI
2121
dotnet add package Azure.Search.Documents
2222
```

articles/ai-foundry/includes/install-java.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,3 @@ Install:
1515

1616
- Java Development Kit (JDK) 17 or later
1717
- We recommend the [Microsoft Build of OpenJDK](/java/openjdk/download), which is a free, Long-Term Support (LTS) distribution of OpenJDK
18-
- Maven 3.6.0 or later
19-
- Download from the [Apache Maven website](https://maven.apache.org/download.cgi)

0 commit comments

Comments
 (0)