Skip to content

Commit a03117a

Browse files
Merge pull request #7397 from sdgilley/sdg-uuf
update c# info
2 parents a0f8c81 + d1bb06a commit a03117a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom:
1010
- include file
1111
- build-aifnd
1212
- build-2025
13-
- update-code-4
13+
- update-code-5
1414
---
1515

1616
In this quickstart, you use [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs) to:
@@ -66,10 +66,13 @@ No installation is necessary to use the Azure AI Foundry portal.
6666
6767
1. [!INCLUDE [find-endpoint](find-endpoint.md)]
6868
69-
1. Set these environment variables to use in your scripts:
69+
1. Set these environment variables to use in your scripts. The `AZURE_AI_ENDPOINT` is the project endpoint you copied earlier. Remove everything after `.com/` in that endpoint to form `AZURE_AI_INFERENCE`.
7070
7171
:::code language="plaintext" source="~/foundry-samples-main/samples/microsoft/csharp/mslearn-resources/quickstart/Samples/.env.example":::
7272
73+
> [!TIP]
74+
> The agent samples require the `AZURE_AI_MODEL` environment variable to be set to an OpenAI-compatible model, e.g. `gpt-4.1`, as not all models are supported for agent use cases, including tooling.
75+
7376
1. Make sure to sign in using the CLI `az login` (or `az login --use-device-code`) command to authenticate before running your C# scripts.
7477
7578
> [!NOTE]

0 commit comments

Comments
 (0)