Skip to content

Commit 4c21e5a

Browse files
committed
update for new code
1 parent 25a71ba commit 4c21e5a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Include file
33
description: Include file
44
author: sgilley
55
ms.author: sgilley
6-
ms.date: 05/13/2025
6+
ms.date: 07/03/2025
77
ms.service: azure-ai-foundry
88
ms.topic: include
99
ms.custom:
@@ -147,11 +147,11 @@ Substitute your endpoint for the `endpoint` in this code:
147147
148148
Set these environment variables:
149149
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).
155155
156156
:::code language="java" source="~/foundry-samples-main/samples/microsoft/java/mslearn-resources/quickstart/src/main/java/com/azure/ai/foundry/samples/ChatCompletionSample.java" :::
157157

articles/ai-foundry/quickstarts/get-started-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: sdgilley
66
ms.author: sgilley
77
manager: scottpolly
88
ms.reviewer: dantaylo
9-
ms.date: 06/30/2025
9+
ms.date: 07/03/2025
1010
ms.service: azure-ai-foundry
1111
ms.topic: how-to
1212
ms.custom:

0 commit comments

Comments
 (0)