Skip to content

Commit e0daf4a

Browse files
Merge pull request #5786 from sdgilley/sdg-patches
update metadata
2 parents 43dc1d5 + 4fc78ed commit e0daf4a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ms.custom:
1010
- include file
1111
- build-aifnd
1212
- build-2025
13+
- update-code
1314
---
1415

1516
In this quickstart, you use [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs) to:
@@ -71,7 +72,16 @@ No installation is necessary to use the Azure AI Foundry portal.
7172
1. [!INCLUDE [find-endpoint](find-endpoint.md)]
7273
1. Set these environment variables to use in your scripts:
7374
74-
:::code language="plaintext" source="~/foundry-samples-main/samples/microsoft/java/mslearn-resources/quickstart/.env.template":::
75+
<!-- :::code language="plaintext" source="~/foundry-samples-main/samples/microsoft/java/mslearn-resources/quickstart/.env.template"::: -->
76+
77+
```txt
78+
AZURE_ENDPOINT=your_endpoint_here
79+
AZURE_DEPLOYMENT=your_deployment_name_here
80+
# Project ID (Optional - will be generated if not provided)
81+
PROJECT_ID=your_project_id_here
82+
MODEL_DEPLOYMENT_NAME=gpt-4o
83+
```
84+
7585

7686
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.
7787
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.

0 commit comments

Comments
 (0)