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/tutorial-csharp-deploy-static-web-app.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: diberry
7
7
ms.author: diberry
8
8
ms.service: cognitive-search
9
9
ms.topic: tutorial
10
-
ms.date: 04/23/2021
10
+
ms.date: 08/30/2022
11
11
ms.custom: devx-track-csharp
12
12
ms.devlang: csharp
13
13
---
@@ -20,10 +20,11 @@ The Static Web app pulls the information and files for deployment from GitHub us
20
20
21
21
## Create a Static Web App in Visual Studio Code
22
22
23
-
1. Select **Azure** from the Activity Bar, then select **Static Web Apps** from the Side bar.
24
-
1. Right-click on the subscription name then select **Create Static Web App (Advanced)**.
23
+
1. Select **Azure** from the Activity Bar, then open **Resources** from the Side bar.
25
24
26
-
:::image type="content" source="media/tutorial-javascript-create-load-index/visual-studio-code-create-static-web-app-resource-advanced.png" alt-text="Right-click on the subscription name then select **Create Static Web App (Advanced)**.":::
25
+
1. Right-click **Static Web Apps** and then select **Create Static Web App (Advanced)**.
26
+
27
+
:::image type="content" source="media/tutorial-javascript-create-load-index/visual-studio-code-create-static-web-app-resource-advanced.png" alt-text="Right-click **Static Web Apps** and then select **Create Static Web App (Advanced)**":::
27
28
28
29
1. If you see a pop-up window in VS Code asking which branch you want to deploy from, select the default branch, usually **master** or **main**.
Copy file name to clipboardExpand all lines: articles/search/tutorial-csharp-overview.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
@@ -7,7 +7,7 @@ author: diberry
7
7
ms.author: diberry
8
8
ms.service: cognitive-search
9
9
ms.topic: tutorial
10
-
ms.date: 04/23/2021
10
+
ms.date: 08/30/2022
11
11
ms.custom: devx-track-csharp
12
12
ms.devlang: csharp
13
13
---
@@ -22,9 +22,9 @@ The application is available:
22
22
23
23
## What does the sample do?
24
24
25
-
This sample website provides access to a catalog of 10,000 books. A user can search the catalog by entering text in the search bar. While the user enters text, the website uses the Search Index's suggest feature to complete the text. Once the query finishes, the list of books is displayed with a portion of the details. A user can select a book to see all the details, stored in the Search Index, of the book.
25
+
This sample website provides access to a catalog of 10,000 books. A user can search the catalog by entering text in the search bar. While the user enters text, the website uses the search index's suggest feature to complete the text. Once the query finishes, the list of books is displayed with a portion of the details. A user can select a book to see all the details, stored in the search index, of the book.
26
26
27
-
:::image type="content" source="./media/tutorial-javascript-overview/cognitive-search-enabled-book-website.png" alt-text="This sample website provides access to a catalog of 10,000 books. A user can search the catalog by entering text in the search bar. While the user enters text, the website uses the Search Index's suggest feature to complete the text. Once the search finishes, the list of books is displayed with a portion of the details. A user can select a book to see all the details, stored in the Search Index, of the book.":::
27
+
:::image type="content" source="./media/tutorial-javascript-overview/cognitive-search-enabled-book-website.png" alt-text="This sample website provides access to a catalog of 10,000 books. A user can search the catalog by entering text in the search bar. While the user enters text, the website uses the search index's suggest feature to complete the text. Once the search finishes, the list of books is displayed with a portion of the details. A user can select a book to see all the details, stored in the search index, of the book.":::
28
28
29
29
The search experience includes:
30
30
@@ -46,7 +46,7 @@ The [sample](https://github.com/Azure-Samples/azure-search-dotnet-samples/tree/m
46
46
47
47
Install the following for your local development environment.
@@ -76,9 +76,9 @@ Forking the sample repository is critical to be able to deploy the Static Web Ap
76
76
## Create a resource group for your Azure resources
77
77
78
78
1. In Visual Studio Code, open the [Activity bar](https://code.visualstudio.com/docs/getstarted/userinterface), and selectthe Azure icon.
79
-
1. In the Side bar, **right-click on your Azure subscription** under the `Resource Groups` area and select**Createresource group**.
79
+
1. In Resources, selectAdd (**+**), and thenselect**CreateResource Group**.
80
80
81
-
:::image type="content" source="./media/tutorial-javascript-overview/visual-studio-code-create-resource-group.png" alt-text="In the Side bar, **right-click on your Azure subscription** under the `Resource Groups` area and select **Create resource group**.":::
81
+
:::image type="content" source="./media/tutorial-javascript-overview/visual-studio-code-create-resource-group.png" alt-text="In Resources, select Add (**+**), and then select **Create Resource Group**.":::
82
82
1. Enter a resource group name, such as `cognitive-search-website-tutorial`.
83
83
1. Select a location close to you.
84
84
1. When you create the Cognitive Search and Static Web App resources, later in the tutorial, use this resource group.
Copy file name to clipboardExpand all lines: articles/search/tutorial-javascript-deploy-static-web-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
@@ -7,7 +7,7 @@ author: diberry
7
7
ms.author: diberry
8
8
ms.service: cognitive-search
9
9
ms.topic: tutorial
10
-
ms.date: 03/18/2021
10
+
ms.date: 08/30/2022
11
11
ms.custom: devx-track-js
12
12
ms.devlang: javascript
13
13
---
@@ -20,7 +20,11 @@ The Static Web app pulls the information and files for deployment from GitHub us
20
20
21
21
## Create a Static Web App in Visual Studio Code
22
22
23
-
1. Select **Azure** from the Activity Bar, then select **Static Web Apps** from the Side bar.
23
+
1. Select **Azure** from the Activity Bar, then open **Resources** from the Side bar.
24
+
25
+
1. Right-click **Static Web Apps** and then select **Create Static Web App (Advanced)**.
26
+
27
+
:::image type="content" source="media/tutorial-javascript-create-load-index/visual-studio-code-create-static-web-app-resource-advanced.png" alt-text="Right-click **Static Web Apps** and then select **Create Static Web App (Advanced)**":::
24
28
25
29
1. If you see a pop-up window in VS Code asking which branch you want to deploy from, select the default branch, usually **master** or **main**.
26
30
@@ -30,10 +34,6 @@ The Static Web app pulls the information and files for deployment from GitHub us
30
34
31
35
To rollback the changes, in VS Code select the Source Control icon in the Activity bar, then select each changed file in the Changes list and select the **Discard changes** icon.
32
36
33
-
1. Right-click on the subscription name then select **Create Static Web App (Advanced)**.
34
-
35
-
:::image type="content" source="media/tutorial-javascript-create-load-index/visual-studio-code-create-static-web-app-resource-advanced.png" alt-text="Right-click on the subscription name then select **Create Static Web App (Advanced)**.":::
36
-
37
37
1. Follow the prompts to provide the following information:
Copy file name to clipboardExpand all lines: articles/search/tutorial-javascript-overview.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: diberry
7
7
ms.author: diberry
8
8
ms.service: cognitive-search
9
9
ms.topic: tutorial
10
-
ms.date: 03/18/2021
10
+
ms.date: 08/30/2022
11
11
ms.custom: devx-track-js
12
12
ms.devlang: javascript
13
13
---
@@ -81,9 +81,9 @@ Forking the sample repository is critical to be able to deploy the Static Web Ap
81
81
## Create a resource group for your Azure resources
82
82
83
83
1. In Visual Studio Code, open the [Activity bar](https://code.visualstudio.com/docs/getstarted/userinterface), and selectthe Azure icon.
84
-
1. In the Side bar, **right-click on your Azure subscription** under the `Resource Groups` area and select**Createresource group**.
84
+
1. In Resources, selectAdd (**+**), and thenselect**CreateResource Group**.
85
85
86
-
:::image type="content" source="./media/tutorial-javascript-overview/visual-studio-code-create-resource-group.png" alt-text="In the Side bar, **right-click on your Azure subscription** under the `Resource Groups` area and select **Create resource group**.":::
86
+
:::image type="content" source="./media/tutorial-javascript-overview/visual-studio-code-create-resource-group.png" alt-text="In Resources, select Add (**+**), and then select **Create Resource Group**.":::
87
87
1. Enter a resource group name, such as `cognitive-search-website-tutorial`.
88
88
1. Select a location close to you.
89
89
1. When you create the Cognitive Search and Static Web App resources, later in the tutorial, use this resource group.
Copy file name to clipboardExpand all lines: articles/search/tutorial-python-deploy-static-web-app.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: diberry
7
7
ms.author: diberry
8
8
ms.service: cognitive-search
9
9
ms.topic: tutorial
10
-
ms.date: 11/17/2021
10
+
ms.date: 08/30/2022
11
11
ms.custom: devx-track-python
12
12
ms.devlang: python
13
13
---
@@ -20,10 +20,11 @@ The Static Web app pulls the information and files for deployment from GitHub us
20
20
21
21
## Create a Static Web App in Visual Studio Code
22
22
23
-
1. Select **Azure** from the Activity Bar, then select **Static Web Apps** from the Side bar.
24
-
1. Right-click on the subscription name then select **Create Static Web App (Advanced)**.
23
+
1. Select **Azure** from the Activity Bar, then open **Resources** from the Side bar.
25
24
26
-
:::image type="content" source="media/tutorial-javascript-create-load-index/visual-studio-code-create-static-web-app-resource-advanced.png" alt-text="Right-click on the subscription name then select **Create Static Web App (Advanced)**.":::
25
+
1. Right-click **Static Web Apps** and then select **Create Static Web App (Advanced)**.
26
+
27
+
:::image type="content" source="media/tutorial-javascript-create-load-index/visual-studio-code-create-static-web-app-resource-advanced.png" alt-text="Right-click **Static Web Apps** and then select **Create Static Web App (Advanced)**":::
27
28
28
29
1. Follow the 8 prompts to provide the following information:
Copy file name to clipboardExpand all lines: articles/search/tutorial-python-overview.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: diberry
7
7
ms.author: diberry
8
8
ms.service: cognitive-search
9
9
ms.topic: tutorial
10
-
ms.date: 11/17/2021
10
+
ms.date: 08/30/2022
11
11
ms.custom: devx-track-python
12
12
ms.devlang: python
13
13
---
@@ -76,9 +76,9 @@ Forking the sample repository is critical to be able to deploy the static web ap
76
76
## Create a resource group for your Azure resources
77
77
78
78
1. In Visual Studio Code, open the [Activity bar](https://code.visualstudio.com/docs/getstarted/userinterface), and selectthe Azure icon.
79
-
1. In the Side bar, **right-click on your Azure subscription** under the `Resource Groups` area and select**Createresource group**.
79
+
1. In Resources, selectAdd (**+**), and thenselect**CreateResource Group**.
80
80
81
-
:::image type="content" source="./media/tutorial-javascript-overview/visual-studio-code-create-resource-group.png" alt-text="In the Side bar, **right-click on your Azure subscription** under the `Resource Groups` area and select **Create resource group**.":::
81
+
:::image type="content" source="./media/tutorial-javascript-overview/visual-studio-code-create-resource-group.png" alt-text="In Resources, select Add (**+**), and then select **Create Resource Group**.":::
82
82
1. Enter a resource group name, such as `cognitive-search-website-tutorial`.
83
83
1. Select a location close to you.
84
84
1. When you create the Cognitive Search and Static Web App resources, later in the tutorial, use this resource group.
0 commit comments