Skip to content

Commit 26eeb1a

Browse files
authored
Merge pull request #9 from HeidiSteen/heidist-master
Readme updates
2 parents 91c7dd3 + 74eeefa commit 26eeb1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This sample is a Jupyter Python3 .ipynb file used in [Quickstart: Create and que
1919

2020
### Running the quickstart
2121
+ Open the azure-search-quickstart.ipynb file in Jupyter Notebook
22-
+ Replace <YOUR-SERVICE-NAME> and <YOUR-ADMIN-KEY> with the service and api-key details of your Azure Search service
22+
+ Replace <YOUR-SERVICE-NAME> and <YOUR-ADMIN-API-KEY> with the service and api-key details of your Azure Search service
2323
+ Run each step individually
2424

2525
## Tutorial-AI-Enrichment-Jupyter-Notebook
@@ -30,7 +30,7 @@ This sample creates an Azure Search indexing pipeline that searches for and extr
3030

3131
### Running the tutorial
3232
+ Open the PythonTutorial-AzureSearch-AIEnrichment.ipynb file in Jupyter Notebook
33-
+ Replace <YOUR-SERVICE-NAME> and <YOUR-ADMIN-KEY> with the service and api-key details of your Azure Search service
33+
+ Replace <YOUR-SERVICE-NAME> and <YOUR-ADMIN-API-KEY> with the service and api-key details of your Azure Search service
3434
+ Replace <YOUR-BLOB-RESOURCE-CONNECTION-STRING> with a connection string to an Azure Blob storage resource that you created, and to which you uploaded [content files](https://github.com/Azure-Samples/azure-search-sample-data/tree/master/mixedContent) of various file types.
3535
+ Run each step individually
3636

0 commit comments

Comments
 (0)