Skip to content

Commit 3869f28

Browse files
committed
Prepped files for upload
1 parent aaa2d3f commit 3869f28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

search-website-functions-v4/bulk-upload/bulk-upload.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
)
1818

1919
# Get the service name (short name) and admin API key from the environment
20-
service_name = "heidist-srch-eastus"
21-
key = "vncFxWSetkGDLZwg7EP7cPmKkUl8dpEtEjp0ZoaSAcAzSeBIiNYK"
20+
service_name = "YOUR-SEARCH-SERVICE-NAME"
21+
key = "YOUR-SEARCH-SERVICE-ADMIN-API-KEY"
2222
endpoint = "https://{}.search.windows.net/".format(service_name)
2323

2424
# Give your index a name

0 commit comments

Comments
 (0)