Skip to content

Commit 7d515a0

Browse files
committed
checkpoint
1 parent 2d655c0 commit 7d515a0

File tree

6 files changed

+70
-149
lines changed

6 files changed

+70
-149
lines changed

articles/search/includes/tutorial-add-search-website-what-sample-does.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
ms.topic: include
3-
ms.date: 07/18/2023
3+
ms.date: 04/25/2024
44
author: HeidiSteen
55
ms.author: heidist
66
ms.service: cognitive-search
49.4 KB
Loading

articles/search/search-traffic-analytics.md

Lines changed: 59 additions & 138 deletions
Large diffs are not rendered by default.

articles/search/tutorial-csharp-deploy-static-web-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ author: diberry
77
ms.author: diberry
88
ms.service: cognitive-search
99
ms.topic: tutorial
10-
ms.date: 07/18/2023
10+
ms.date: 04/25/2024
1111
ms.custom:
1212
- devx-track-csharp
1313
- devx-track-dotnet
1414
- ignite-2023
1515
ms.devlang: csharp
1616
---
1717

18-
# 3 - Deploy the search-enabled .NET website
18+
# Step 3 - Deploy the search-enabled .NET website
1919

2020
[!INCLUDE [tutorial-deploy](includes/tutorial-add-search-website-create-app.md)]
2121

articles/search/tutorial-csharp-overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@ author: diberry
77
ms.author: diberry
88
ms.service: cognitive-search
99
ms.topic: tutorial
10-
ms.date: 07/18/2023
10+
ms.date: 04/25/2024
1111
ms.custom:
1212
- devx-track-csharp
1313
- devx-track-dotnet
1414
- ignite-2023
1515
ms.devlang: csharp
1616
---
1717

18-
# 1 - Overview of adding search to a website with .NET
18+
# Step 1 - Overview of adding search to a website with .NET
1919

20-
This tutorial builds a website to search through a catalog of books and then deploys the website to an Azure Static Web App.
20+
This tutorial builds a website to search through a catalog of books and then deploys the website to an Azure static web app.
2121

2222
## What does the sample do?
2323

2424
[!INCLUDE [tutorial-overview](includes/tutorial-add-search-website-what-sample-does.md)]
2525

2626
## How is the sample organized?
2727

28-
The [sample code](https://github.com/Azure-Samples/azure-search-dotnet-samples/tree/main/search-website-functions-v4) includes the following:
28+
The [sample code](https://github.com/Azure-Samples/azure-search-dotnet-samples/tree/main/search-website-functions-v4) includes the following folders:
2929

3030
|App|Purpose|GitHub<br>Repository<br>Location|
3131
|--|--|--|
@@ -35,9 +35,9 @@ The [sample code](https://github.com/Azure-Samples/azure-search-dotnet-samples/t
3535

3636
## Set up your development environment
3737

38-
Install the following for your local development environment.
38+
Install the following software for your local development environment.
3939

40-
- [.NET 6](https://dotnet.microsoft.com/download/dotnet/6.0)
40+
- [.NET 6](https://dotnet.microsoft.com/download/dotnet/6.0) or later
4141
- [Git](https://git-scm.com/downloads)
4242
- [Visual Studio Code](https://code.visualstudio.com/) and the following extensions
4343
- [Azure Static Web App](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurestaticwebapps)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ author: diberry
77
ms.author: diberry
88
ms.service: cognitive-search
99
ms.topic: tutorial
10-
ms.date: 07/18/2023
10+
ms.date: 04/25/2024
1111
ms.custom:
1212
- devx-track-csharp
1313
- devx-track-dotnet
1414
- ignite-2023
1515
ms.devlang: csharp
1616
---
1717

18-
# 4 - Explore the .NET search code
18+
# Step 4 - Explore the .NET search code
1919

2020
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.
2121

0 commit comments

Comments
 (0)