Skip to content

Commit a361cd5

Browse files
authored
Merge pull request #209737 from HeidiSteen/heidist-vscode
Screenshot updates per vs code layout
2 parents b37fd95 + c013f4f commit a361cd5

9 files changed

+29
-27
lines changed
Loading
24.2 KB
Loading

articles/search/tutorial-csharp-create-load-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: diberry
77
ms.author: diberry
88
ms.service: cognitive-search
99
ms.topic: tutorial
10-
ms.date: 05/21/2021
10+
ms.date: 08/30/2022
1111
ms.custom: devx-track-csharp
1212
ms.devlang: csharp
1313
---

articles/search/tutorial-csharp-deploy-static-web-app.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: diberry
77
ms.author: diberry
88
ms.service: cognitive-search
99
ms.topic: tutorial
10-
ms.date: 04/23/2021
10+
ms.date: 08/30/2022
1111
ms.custom: devx-track-csharp
1212
ms.devlang: csharp
1313
---
@@ -20,10 +20,11 @@ The Static Web app pulls the information and files for deployment from GitHub us
2020

2121
## Create a Static Web App in Visual Studio Code
2222

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

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)**":::
2728

2829
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**.
2930

articles/search/tutorial-csharp-overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: diberry
77
ms.author: diberry
88
ms.service: cognitive-search
99
ms.topic: tutorial
10-
ms.date: 04/23/2021
10+
ms.date: 08/30/2022
1111
ms.custom: devx-track-csharp
1212
ms.devlang: csharp
1313
---
@@ -22,9 +22,9 @@ The application is available:
2222

2323
## What does the sample do?
2424

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

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.":::
2828

2929
The search experience includes:
3030

@@ -46,7 +46,7 @@ The [sample](https://github.com/Azure-Samples/azure-search-dotnet-samples/tree/m
4646

4747
Install the following for your local development environment.
4848

49-
- [.NET 3](https://dotnet.microsoft.com/download/dotnet/5.0)
49+
- [.NET 5](https://dotnet.microsoft.com/download/dotnet/5.0)
5050
- [Git](https://git-scm.com/downloads)
5151
- [Visual Studio Code](https://code.visualstudio.com/) and the following extensions
5252
- [Azure Resources](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureresourcegroups)
@@ -76,9 +76,9 @@ Forking the sample repository is critical to be able to deploy the Static Web Ap
7676
## Create a resource group for your Azure resources
7777

7878
1. In Visual Studio Code, open the [Activity bar](https://code.visualstudio.com/docs/getstarted/userinterface), and select the Azure icon.
79-
1. In the Side bar, **right-click on your Azure subscription** under the `Resource Groups` area and select **Create resource group**.
79+
1. In Resources, select Add (**+**), and then select **Create Resource Group**.
8080

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**.":::
8282
1. Enter a resource group name, such as `cognitive-search-website-tutorial`.
8383
1. Select a location close to you.
8484
1. When you create the Cognitive Search and Static Web App resources, later in the tutorial, use this resource group.

articles/search/tutorial-javascript-deploy-static-web-app.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: diberry
77
ms.author: diberry
88
ms.service: cognitive-search
99
ms.topic: tutorial
10-
ms.date: 03/18/2021
10+
ms.date: 08/30/2022
1111
ms.custom: devx-track-js
1212
ms.devlang: javascript
1313
---
@@ -20,7 +20,11 @@ The Static Web app pulls the information and files for deployment from GitHub us
2020

2121
## Create a Static Web App in Visual Studio Code
2222

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)**":::
2428

2529
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**.
2630

@@ -30,10 +34,6 @@ The Static Web app pulls the information and files for deployment from GitHub us
3034

3135
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.
3236

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-
3737
1. Follow the prompts to provide the following information:
3838

3939
|Prompt|Enter|

articles/search/tutorial-javascript-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: diberry
77
ms.author: diberry
88
ms.service: cognitive-search
99
ms.topic: tutorial
10-
ms.date: 03/18/2021
10+
ms.date: 08/30/2022
1111
ms.custom: devx-track-js
1212
ms.devlang: javascript
1313
---
@@ -81,9 +81,9 @@ Forking the sample repository is critical to be able to deploy the Static Web Ap
8181
## Create a resource group for your Azure resources
8282

8383
1. In Visual Studio Code, open the [Activity bar](https://code.visualstudio.com/docs/getstarted/userinterface), and select the Azure icon.
84-
1. In the Side bar, **right-click on your Azure subscription** under the `Resource Groups` area and select **Create resource group**.
84+
1. In Resources, select Add (**+**), and then select **Create Resource Group**.
8585

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**.":::
8787
1. Enter a resource group name, such as `cognitive-search-website-tutorial`.
8888
1. Select a location close to you.
8989
1. When you create the Cognitive Search and Static Web App resources, later in the tutorial, use this resource group.

articles/search/tutorial-python-deploy-static-web-app.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: diberry
77
ms.author: diberry
88
ms.service: cognitive-search
99
ms.topic: tutorial
10-
ms.date: 11/17/2021
10+
ms.date: 08/30/2022
1111
ms.custom: devx-track-python
1212
ms.devlang: python
1313
---
@@ -20,10 +20,11 @@ The Static Web app pulls the information and files for deployment from GitHub us
2020

2121
## Create a Static Web App in Visual Studio Code
2222

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

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)**":::
2728

2829
1. Follow the 8 prompts to provide the following information:
2930

articles/search/tutorial-python-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: diberry
77
ms.author: diberry
88
ms.service: cognitive-search
99
ms.topic: tutorial
10-
ms.date: 11/17/2021
10+
ms.date: 08/30/2022
1111
ms.custom: devx-track-python
1212
ms.devlang: python
1313
---
@@ -76,9 +76,9 @@ Forking the sample repository is critical to be able to deploy the static web ap
7676
## Create a resource group for your Azure resources
7777

7878
1. In Visual Studio Code, open the [Activity bar](https://code.visualstudio.com/docs/getstarted/userinterface), and select the Azure icon.
79-
1. In the Side bar, **right-click on your Azure subscription** under the `Resource Groups` area and select **Create resource group**.
79+
1. In Resources, select Add (**+**), and then select **Create Resource Group**.
8080

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**.":::
8282
1. Enter a resource group name, such as `cognitive-search-website-tutorial`.
8383
1. Select a location close to you.
8484
1. When you create the Cognitive Search and Static Web App resources, later in the tutorial, use this resource group.

0 commit comments

Comments
 (0)