Skip to content

Commit fa2e805

Browse files
authored
Merge pull request #224718 from HeidiSteen/heidist-work
[azure search] Revised Include for search-websites tutorial
2 parents 5ac4167 + 47e4cbf commit fa2e805

7 files changed

+12
-9
lines changed
Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
---
22
ms.topic: include
3-
ms.date: 10/26/2022
3+
ms.date: 01/23/2023
44
author: HeidiSteen
55
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 in Azure portal.
1010

11-
1. In Visual Studio Code, open the Azure Cognitive Search extension and select your Search resource.
11+
1. In Azure portal, [find the search service](https://portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.Search%2FsearchServices) you created in the previous step.
1212

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.":::
13+
1. On the Overview page, select the **Indexes** tab in the middle of the page, and then select the index you created in the previous step.
1414

15-
1. Expand Indexes, then Documents, then `good-books`, then select a doc to see all the document-specific data.
16-
:::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 of Visual Studio Code showing documents listed in an index.":::
15+
:::image type="content" source="../media/tutorial-javascript-create-load-index/azure-portal-indexes-page.png" lightbox="../media/tutorial-javascript-create-load-index/azure-portal-indexes-page.png" alt-text="Expandable screenshot of Azure portal showing the index." border="true":::
16+
17+
1. By default, the index opens in the **Search explorer** tab. Select **Search** to return documents from the index.
18+
19+
:::image type="content" source="../media/tutorial-javascript-create-load-index/azure-portal-search-explorer.png" lightbox="../media/tutorial-javascript-create-load-index/azure-portal-search-explorer.png" alt-text="Expandable screenshot of Azure portal showing search results" border="true":::
40.1 KB
Loading
41.5 KB
Loading

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Continue to build your search-enabled website by following these steps:
2121

2222
## Create an Azure Cognitive Search resource
2323

24-
Create a new search resource using PowerShell and the **Az.Search** module.
24+
Create a new search resource using PowerShell and the **Az.Search** module. In this section, you'll also create a query key used for read-access to the index, and get the built-in admin key used for adding objects.
2525

2626
1. In Visual Studio Code, open a new terminal window.
2727

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Continue to build your search-enabled website by following these steps:
2121

2222
## Create an Azure Cognitive Search resource
2323

24-
Create a new search resource using PowerShell and the **Az.Search** module.
24+
Create a new search resource using PowerShell and the **Az.Search** module. In this section, you'll also create a query key used for read-access to the index, and get the built-in admin key used for adding objects.
2525

2626
1. In Visual Studio Code, open a new terminal window.
2727

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Continue to build your search-enabled website by following these steps:
2121

2222
## Create an Azure Cognitive Search resource
2323

24-
Create a new search resource using PowerShell and the **Az.Search** module.
24+
Create a new search resource using PowerShell and the **Az.Search** module. In this section, you'll also create a query key used for read-access to the index, and get the built-in admin key used for adding objects.
2525

2626
1. In Visual Studio Code, open a new terminal window.
2727

0 commit comments

Comments
 (0)