Skip to content

Commit 0684e19

Browse files
committed
Edits
1 parent de2663d commit 0684e19

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/search/includes/tutorial-add-search-website-load-index-copy-resource-name.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: HeidiSteen
55
ms.author: heidist
66
ms.service: cognitive-search
77
---
8-
Note your **Search resource name**. You'll need this to connect the Azure Function app to your Search resource.
8+
Note your **Search resource name**. You'll need this to connect the Azure Function app to your search resource.
99

1010
> [!CAUTION]
11-
> While you may be tempted to use your Search admin key in the Azure Function, that isn't following the principle of least privilege. The Azure Function will use the query key to conform to least privilege.
11+
> While you may be tempted to use your search admin key in the Azure Function, that isn't following the principle of least privilege. The Azure Function will use the query key to conform to least privilege.

articles/search/includes/tutorial-add-search-website-load-index-review.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ ms.author: heidist
66
ms.service: cognitive-search
77
---
88

9-
Once the upload completes, the Search Index is ready to use. Review your new Index.
9+
Once the upload completes, the search index is ready to use. Review your new index.
1010

1111
1. In Visual Studio Code, open the Azure Cognitive Search extension and select your Search resource.
1212

13-
:::image type="content" source="../media/tutorial-javascript-create-load-index/visual-studio-code-search-extension-view-resource.png" alt-text="In Visual Studio Code, open the Azure Cognitive Search extension and open your Search resource.":::
13+
:::image type="content" source="../media/tutorial-javascript-create-load-index/visual-studio-code-search-extension-view-resource.png" alt-text="Screenshot of Visual Studio Code using the search extension.":::
1414

1515
1. Expand Indexes, then Documents, then `good-books`, then select a doc to see all the document-specific data.
1616

17-
:::image type="content" source="../media/tutorial-javascript-create-load-index/visual-studio-code-search-extension-view-docs.png" lightbox="../media/tutorial-javascript-create-load-index/visual-studio-code-search-extension-view-docs.png" alt-text="Expand Indexes, then `good-books`, then select a doc.":::
17+
:::image type="content" source="../media/tutorial-javascript-create-load-index/visual-studio-code-search-extension-view-docs.png" lightbox="../media/tutorial-javascript-create-load-index/visual-studio-code-search-extension-view-docs.png" alt-text="Expandable screenshot Visual Studio Code showing documents listed in an index in Visual Studio Code..":::

articles/search/includes/tutorial-add-search-website-load-index-rollback-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: HeidiSteen
55
ms.author: heidist
66
ms.service: cognitive-search
77
---
8-
Use the following git command in the VS Code integrated terminal at the `bulk-insert` directory, to roll back the changes. They aren't needed to continue the tutorial and you shouldn't save or push these secrets to your repo.
8+
Use the following git command in the Visual Studio Code integrated terminal at the `bulk-insert` directory, to roll back the changes. They aren't needed to continue the tutorial and you shouldn't save or push these secrets to your repo.
99

1010
```git
1111
git checkout .

0 commit comments

Comments
 (0)