Skip to content

Commit bae3d4f

Browse files
committed
more acrolinx fixes
1 parent 5528fd4 commit bae3d4f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

articles/search/includes/tutorial-add-search-website-create-app.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ The static web app pulls the information and files for deployment from GitHub us
3232

3333
|Prompt|Enter|
3434
|--|--|
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.|
4343

4444
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.
4545

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ This function API is called in the React app at `\src\pages\Details\Detail.js` a
7373

7474
## Next steps
7575

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.
7777

7878
As a next step, you can extend this sample in several directions:
7979

0 commit comments

Comments
 (0)