Skip to content

Commit 4d27685

Browse files
authored
Update create-env-file-tutorial.md
AB#356083
1 parent 756a030 commit 4d27685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Find your connection string in the Azure AI Foundry project you created in the [
2929

3030
:::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.":::
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.
32+
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.
3333

3434
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.
3535

0 commit comments

Comments
 (0)