File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: Include file
3
3
description : Include file
4
4
author : sgilley
5
5
ms.author : sgilley
6
- ms.date : 05/13 /2025
6
+ ms.date : 07/03 /2025
7
7
ms.service : azure-ai-foundry
8
8
ms.topic : include
9
9
ms.custom :
@@ -147,11 +147,11 @@ Substitute your endpoint for the `endpoint` in this code:
147
147
148
148
Set these environment variables:
149
149
150
- - **AZURE_ENDPOINT **: Required. The base endpoint for your Azure AI service .
151
- - AZURE_AI_API_KEY: Optional. The API key for authentication (falls back to DefaultAzureCredential if not provided ).
152
- - AZURE_MODEL_DEPLOYMENT_NAME: Optional. The model deployment name (defaults to "phi-4").
153
- - AZURE_MODEL_API_PATH: Optional. The API path segment (defaults to "deployments").
154
- - CHAT_PROMPT: Optional. The prompt to send to the model (uses a default if not provided).
150
+ - **PROJECT_ENDPOINT **: Required. Your Azure AI project endpoint .
151
+ - AZURE_AI_API_KEY: Optional. Your API key (falls back to DefaultAzureCredential).
152
+ - AZURE_MODEL_DEPLOYMENT_NAME: Optional. Model deployment name (default: "phi-4").
153
+ - AZURE_MODEL_API_PATH: Optional. API path segment (default: "deployments").
154
+ - CHAT_PROMPT: Optional. The prompt to send (uses a default if not provided).
155
155
156
156
:::code language="java" source="~/foundry-samples-main/samples/microsoft/java/mslearn-resources/quickstart/src/main/java/com/azure/ai/foundry/samples/ChatCompletionSample.java" :::
157
157
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ author: sdgilley
6
6
ms.author : sgilley
7
7
manager : scottpolly
8
8
ms.reviewer : dantaylo
9
- ms.date : 06/30 /2025
9
+ ms.date : 07/03 /2025
10
10
ms.service : azure-ai-foundry
11
11
ms.topic : how-to
12
12
ms.custom :
You can’t perform that action at this time.
0 commit comments