Skip to content

Commit 4fc78ed

Browse files
committed
add .env
1 parent 2db6e8d commit 4fc78ed

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,16 @@ No installation is necessary to use the Azure AI Foundry portal.
7272
1. [!INCLUDE [find-endpoint](find-endpoint.md)]
7373
1. Set these environment variables to use in your scripts:
7474
75-
:::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+
7685

7786
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.
7887
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)