Skip to content

Commit 25f0a7e

Browse files
committed
edit location of upload file directory
1 parent 57663e9 commit 25f0a7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/search/tutorial-python-create-load-index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ The script uses the Azure SDK for Cognitive Search:
5757
* [PYPI package azure-search-documents](https://pypi.org/project/azure-search-documents/)
5858
* [Reference Documentation](/python/api/azure-search-documents)
5959

60-
1. In Visual Studio Code, open the `bulk_upload.py` file in the subdirectory, `search-website/bulk-upload`, replace the following variables with your own values to authenticate with the Azure Search SDK:
60+
1. In Visual Studio Code, open the `bulk_upload.py` file in the subdirectory, `search-website-functions-v4/bulk-upload`, replace the following variables with your own values to authenticate with the Azure Search SDK:
6161

6262
* YOUR-SEARCH-SERVICE-NAME
6363
* YOUR-SEARCH-SERVICE-ADMIN-API-KEY
6464

65-
:::code language="python" source="~/azure-search-python-samples/search-website/bulk-upload/bulk-upload.py" highlight="20-22,46-48,53-54,75-80,83,69,83,135,142" :::
65+
:::code language="python" source="~/azure-search-python-samples/search-website-functions-v4/bulk-upload/bulk-upload.py" highlight="20-22,46-48,53-54,75-80,83,69,83,135,142" :::
6666

67-
1. Open an integrated terminal in Visual Studio for the project directory's subdirectory, `search-website/bulk-upload`, and run the following command to install the dependencies.
67+
1. Open an integrated terminal in Visual Studio for the project directory's subdirectory, `search-website-functions-v4/bulk-upload`, and run the following command to install the dependencies.
6868

6969
# [macOS/Linux](#tab/linux-install)
7070

@@ -80,7 +80,7 @@ The script uses the Azure SDK for Cognitive Search:
8080

8181
## Run the bulk import script for Search
8282

83-
1. Continue using the integrated terminal in Visual Studio for the project directory's subdirectory, `search-website/bulk-upload`, to run the following bash command to run the `bulk_upload.py` script:
83+
1. Continue using the integrated terminal in Visual Studio for the project directory's subdirectory, `search-website-functions-v4/bulk-upload`, to run the following bash command to run the `bulk_upload.py` script:
8484
8585
# [macOS/Linux](#tab/linux-run)
8686

0 commit comments

Comments
 (0)