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: articles/search/includes/tutorial-add-search-website-create-app.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,14 +32,14 @@ The static web app pulls the information and files for deployment from GitHub us
32
32
33
33
|Prompt|Enter|
34
34
|--|--|
35
-
|Select a resource group for new resources.|Use the resource group you created for this tutorial.|
36
-
|Enter the name for the new Static Web App.|Create a unique name for your resource. For example, you can prepend your name to the repository name such as, `my-demo-static-web-app`. |
37
-
|Select a SKU| Select the free SKU for this tutorial.|
38
-
|Select a location for new resources.|For Node.js: Select `West US 2` during the Azure Function programming model (PM) v4 preview. For C# and Python, select a region near you.|
39
-
|Choose build preset to configure default project structure.|Select **Custom**|
40
-
|Select the location of your client application code|`search-website-functions-v4/client-v4`<br><br>This is the path, from the root of the repository, to your static web app. |
41
-
|Select the location of your Azure Functions code|`search-website-functions-v4/api-v4`<br><br>This is the path, from the root of the repository, to your static web app. If there are no other functions in the repository, you won't be prompted for the function code location. Currently, you'll need to perform extra steps to ensure the function code location is correct. These steps are performed after the resource is created and are documented in this article. |
42
-
|Enter the path of your build output...|`build`<br><br>This is the path, from your static web app, to your generated files.|
35
+
|Select a resource group for new resources.|Use the resource group you created for this tutorial.|
36
+
|Enter the name for the new Static Web App.|Create a unique name for your resource. For example, you can prepend your name to the repository name such as, `my-demo-static-web-app`. |
37
+
|Select a SKU| Select the free SKU for this tutorial.|
38
+
|Select a location for new resources.|For Node.js: Select `West US 2` during the Azure Function programming model (PM) v4 preview. For C# and Python, select a region near you.|
39
+
|Choose build preset to configure default project structure.|Select **Custom**. |
40
+
|Select the location of your client application code|`search-website-functions-v4/client-v4`<br><br>This is the path, from the root of the repository, to your static web app. |
41
+
|Select the location of your Azure Functions code|`search-website-functions-v4/api-v4`<br><br>This is the path, from the root of the repository, to your static web app. If there are no other functions in the repository, you won't be prompted for the function code location. Currently, you'll need to perform extra steps to ensure the function code location is correct. These steps are performed after the resource is created and are documented in this article. |
42
+
|Enter the path of your build output...|`build`<br><br>This is the path, from your static web app, to your generated files.|
43
43
44
44
If you get an error about an incorrect region, make sure the resource group and static web app resource are in one of the supported regions listed in the error response.
Copy file name to clipboardExpand all lines: articles/search/tutorial-javascript-search-query-integration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ This function API is called in the React app at `\src\pages\Details\Detail.js` a
73
73
74
74
## Next steps
75
75
76
-
In this tutorial series, you learned how to create and load a search index in JavaScript, and you built a web app that provides a search experience that includes a search bar, faceted navigation and filters, suggestions, pagination, and document look up.
76
+
In this tutorial series, you learned how to create and load a search index in JavaScript, and you built a web app that provides a search experience that includes a search bar, faceted navigation and filters, suggestions, pagination, and document lookup.
77
77
78
78
As a next step, you can extend this sample in several directions:
0 commit comments