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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
ms.topic: include
3
-
ms.date: 08/29/2023
3
+
ms.date: 09/21/2023
4
4
author: HeidiSteen
5
5
ms.author: heidist
6
6
ms.service: cognitive-search
@@ -12,7 +12,7 @@ The static web app pulls the information and files for deployment from GitHub us
12
12
13
13
## Create a Static Web App in Visual Studio Code
14
14
15
-
1. In Visual Studio Code, open a folder at the repository root (`azure-search-javascript-samples`).
15
+
1. In Visual Studio Code, open a folder at the repository root (for example, `azure-search-javascript-samples`).
16
16
17
17
1. Select **Azure** from the Activity Bar, then open **Resources** from the side bar.
18
18
@@ -37,8 +37,8 @@ The static web app pulls the information and files for deployment from GitHub us
37
37
|Select a SKU | Select the free SKU for this tutorial.|
38
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. |
|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. |
40
+
|Select the location of your client application code |`search-website-functions-v4/client`<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`<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
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.
@@ -64,8 +64,8 @@ The static web app pulls the information and files for deployment from GitHub us
64
64
1. Change the path syntax to use a forward slash (only `api_location` needs editing, other locations are here for context):
0 commit comments