You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
2
1
# Readme: Static Web App for Azure AI Search
3
2
4
3
This code sample builds a web site on Azure to search through a catalog of books. Searchable content is indexed and queried on Azure AI Search, and a static web app provides the search experience.
@@ -24,7 +23,7 @@ This README is an shortened version of the [full tutorial](https://aka.ms/search
24
23
25
24
You should also have the Visual Studio code extension for the language used for building the index:
26
25
27
-
*[Using .NET in Visual Studio Code](https://code.visualstudio.com/docs/languages/dotnet) and a recent of the .NET SDK
26
+
*[Using .NET in Visual Studio Code](https://code.visualstudio.com/docs/languages/dotnet)
28
27
29
28
## Download sample repository
30
29
@@ -44,6 +43,14 @@ Build the good-books index using the instructions provided in the readme.To run
44
43
45
44
* [bulk-insert/readme](/bulk-insert/readme.md)
46
45
46
+
Check the Azure AI Search indexes page in the Azure portal to confirm the good-books index exists.
47
+
48
+
## Set connection informtion to Azure AI Search
49
+
50
+
1. Under the azure=search-static-web-app\api folder, update the sample.local.settings.json file to include your search service name (not the full URL) and an admin API key.
51
+
52
+
1. Save the file as local.settings.json.
53
+
47
54
## Deploy the static web app
48
55
49
56
Once you have the good-books index on Azure AI Search, you can deploy a static web app as your search client.
0 commit comments