Skip to content

Commit e61d479

Browse files
committed
acrolinx
1 parent 44e6bf9 commit e61d479

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Get your Search resource admin key with the Visual Studio Code extension.
4848

4949
:::image type="content" source="./media/tutorial-javascript-create-load-index/visual-studio-code-copy-admin-key.png" alt-text="Screenshot of Visual Studio code showing the Azure explorer bar, right-click on your Search resource and select Copy Admin Key.":::
5050

51-
1. Keep this admin key, you will need to use it in [a later section](#prepare-the-bulk-import-script-for-search).
51+
1. Keep this admin key, you'll need to use it in [a later section](#prepare-the-bulk-import-script-for-search).
5252

5353
## Prepare the bulk import script for Search
5454

articles/search/tutorial-csharp-search-query-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.devlang: csharp
1414

1515
# 4 - .NET Search integration cheat sheet
1616

17-
In the previous lessons, you added search to a Static Web App. This lesson highlights the essential steps that establish integration. If you are looking for a cheat sheet on how to integrate search into your web app, this article explains what you need to know.
17+
In the previous lessons, you added search to a Static Web App. This lesson highlights the essential steps that establish integration. If you're looking for a cheat sheet on how to integrate search into your web app, this article explains what you need to know.
1818

1919
The application is available:
2020
* [Sample](https://github.com/azure-samples/azure-search-dotnet-samples/tree/master/search-website-functions-v4)
@@ -63,7 +63,7 @@ The Suggest function API is called in the React app at `\client\src\components\S
6363

6464
## Azure Function: Get specific document
6565

66-
The `Lookup` [API](https://github.com/Azure-Samples/azure-search-dotnet-samples/blob/master/search-website-functions-v4/api/Lookup.cs) takes a ID and returns the document object from the Search Index.
66+
The `Lookup` [API](https://github.com/Azure-Samples/azure-search-dotnet-samples/blob/master/search-website-functions-v4/api/Lookup.cs) takes an ID and returns the document object from the Search Index.
6767

6868
:::code language="csharp" source="~/azure-search-dotnet-samples/search-website-functions-v4/api/Lookup.cs" highlight="19-21, 42" :::
6969

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Create a new Search resource with the [Azure Cognitive Search](https://marketpla
2727

2828
1. In the Side bar, **right-click on your Azure subscription** under the `Azure: Cognitive Search` area and select **Create new search service**.
2929

30-
:::image type="content" source="./media/tutorial-javascript-create-load-index/visual-studio-code-create-search-resource.png" alt-text="In the Side bar, right-click on your Azure subscription under the **Azure: Cognitive Search** area and select **Create new search service**.":::
30+
:::image type="content" source="./media/tutorial-javascript-create-load-index/visual-studio-code-create-search-resource.png" alt-text="Screenshot of Visual Studio Code showing Azure explorer, right-click on your Azure subscription under the Azure: Cognitive Search area and select Create new search service.":::
3131

3232
1. Follow the prompts to provide the following information:
3333

@@ -46,7 +46,7 @@ Get your Search resource admin key with the Visual Studio Code extension.
4646

4747
1. In Visual Studio Code, in the Side bar, right-click on your Search resource and select **Copy Admin Key**.
4848

49-
:::image type="content" source="./media/tutorial-javascript-create-load-index/visual-studio-code-copy-admin-key.png" alt-text="In the Side bar, right-click on your Search resource and select **Copy Admin Key**.":::
49+
:::image type="content" source="./media/tutorial-javascript-create-load-index/visual-studio-code-copy-admin-key.png" alt-text="Screenshot of Visual Studio Code showing Azure explorer, right-click on your Search resource and select Copy Admin Key.":::
5050

5151
1. Keep this admin key, you'll need to use it in [a later section](#prepare-the-bulk-import-script-for-search).
5252

0 commit comments

Comments
 (0)