Skip to content

Commit c707458

Browse files
Merge pull request #2017 from sdgilley/patch-11
Update create-env-file-tutorial.md
2 parents 9d11626 + b1e0f47 commit c707458

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

articles/ai-studio/includes/create-env-file-tutorial.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,13 @@ CHAT_MODEL="gpt-4o-mini"
2323
EVALUATION_MODEL="gpt-4o-mini"
2424
```
2525

26-
If you changed the name of the models you deployed, or you want to try different models, update those names in this `.env` file.
26+
* Find your connection string in the Azure AI Foundry project you created in the [AI Foundry playground quickstart](../quickstarts/get-started-playground.md). Open the project, then find the connection string on the **Overview** page. Copy the connection string and paste it into the `.env` file.
2727

28-
Find your connection string in the Azure AI Foundry project you created in the [AI Foundry playground quickstart](../quickstarts/get-started-playground.md). Open the project, then find the connection string on the **Overview** page. Copy the connection string and paste it into the `.env` file.
28+
:::image type="content" source="../media/quickstarts/azure-ai-sdk/connection-string.png" alt-text="Screenshot shows the overview page of a project and the location of the connection string.":::
2929

30-
:::image type="content" source="../media/quickstarts/azure-ai-sdk/connection-string.png" alt-text="Screenshot shows the overview page of a project and the location of the connection string.":::
30+
* If you don't yet have a search index, keep the value "example-index" for `AISEARCH_INDEX_NAME`. In Part 2 of this tutorial you'll create the index using this name. If you have previously created a search index that you want to use instead, update the value to match the name of that search index.
3131

32-
If you have a search index that you want to use, update the `AISEARCH_INDEX_NAME` value to match the name of your search index. If you don't have one, you'll create one in Part 2 of this tutorial.
33-
34-
If you changed the names of the models when you deployed them, update the values in the `.env` file to match the names you used.
32+
* If you changed the names of the models when you deployed them, update the values in the `.env` file to match the names you used.
3533

3634
> [!TIP]
3735
> If you're working in VS Code, close and reopen the terminal window after you've saved changes in the `.env` file.

0 commit comments

Comments
 (0)