Skip to content

Commit b1e0f47

Browse files
authored
deleted too much, add back connection string sentence
1 parent 8af22bc commit b1e0f47

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

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

26-
:::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.":::
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-
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.
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-
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.
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.
31+
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.
3133

3234
> [!TIP]
3335
> 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)