Skip to content

Commit 5b48a29

Browse files
Merge pull request #224355 from HeidiSteen/heidist-work
[azure search] Low engagement, part 2
2 parents 4d955d1 + 60ae5bd commit 5b48a29

6 files changed

+13
-381
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16269,6 +16269,11 @@
1626916269
"redirect_url": "/azure/scheduler/migrate-from-scheduler-to-logic-apps",
1627016270
"redirect_document_id": ""
1627116271
},
16272+
{
16273+
"source_path_from_root": "/articles/search/search-get-started-vs-code.md",
16274+
"redirect_url": "/previous-versions/azure/search/search-get-started-vs-code",
16275+
"redirect_document_id": false
16276+
},
1627216277
{
1627316278
"source_path_from_root": "/articles/search/search-how-to-index-power-query-data-sources.md",
1627416279
"redirect_url": "/previous-versions/azure/search/search-how-to-index-power-query-data-sources",

articles/search/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
href: knowledge-store-create-portal.md
2626
- name: Query with Search Explorer
2727
href: search-explorer.md
28-
- name: Visual Studio Code (preview - retired)
29-
href: search-get-started-vs-code.md
3028
- name: C#
3129
href: search-get-started-dotnet.md
3230
- name: Java

articles/search/resource-partners-knowledge-mining.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.author: heidist
88
ms.service: cognitive-search
99
ms.topic: conceptual
10-
ms.date: 08/15/2022
10+
ms.date: 01/18/2023
1111
---
1212

1313
# Partner spotlight

articles/search/resource-tools.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
---
2-
title: Tools for search indexing
2+
title: Productivity tools
33
titleSuffix: Azure Cognitive Search
44
description: Use existing code samples or build your own tools for working with a search index in Azure Cognitive Search.
55
author: HeidiSteen
66
manager: nitinme
77
ms.author: heidist
88
ms.service: cognitive-search
99
ms.topic: conceptual
10-
ms.date: 09/20/2022
10+
ms.date: 01/18/2023
1111
---
1212

13-
# Tools - Azure Cognitive Search
13+
# Productivity tools - Azure Cognitive Search
1414

15-
Tools are provided as source code that you can download, modify, and build to create an app that helps you develop or maintain a search solution.
16-
17-
The following tools are built by engineers at Microsoft, but aren't part of the Azure Cognitive Search service and aren't under Service Level Agreement (SLA).
15+
Productivity tools are built by engineers at Microsoft, but aren't part of the Azure Cognitive Search service and aren't under Service Level Agreement (SLA). These tools are provided as source code that you can download, modify, and build to create an app that helps you develop or maintain a search solution.
1816

1917
| Tool name | Description | Source code |
2018
|-----------|------------ |-------------|
2119
| [Azure Cognitive Search Lab readme](https://github.com/Azure-Samples/azure-search-lab/blob/main/README.md) | Connects to your search service with a Web UI that exercises the full REST API, including the ability to edit a live search index. | [https://github.com/Azure-Samples/azure-search-lab](https://github.com/Azure-Samples/azure-search-lab) |
22-
| [Knowledge Mining Accelerator readme](https://github.com/Azure-Samples/azure-search-knowledge-mining/blob/main/README.md) | Code and docs to jump start a knowledge store using your data. | [https://github.com/Azure-Samples/azure-search-knowledge-mining](https://github.com/Azure-Samples/azure-search-knowledge-mining) |
2320
| [Back up and Restore readme](https://github.com/liamca/azure-search-backup-restore/blob/master/README.md) | Download a populated search index to your local device and then upload the index and its content to a new search service. | [https://github.com/liamca/azure-search-backup-restore](https://github.com/liamca/azure-search-backup-restore) |
21+
| [Knowledge Mining Accelerator readme](https://github.com/Azure-Samples/azure-search-knowledge-mining/blob/main/README.md) | Code and docs to jump start a knowledge store using your data. | [https://github.com/Azure-Samples/azure-search-knowledge-mining](https://github.com/Azure-Samples/azure-search-knowledge-mining) |
2422
| [Performance testing readme](https://github.com/Azure-Samples/azure-search-performance-testing/blob/main/README.md) | This solution helps you load test Azure Cognitive Search. It uses Apache JMeter as an open source load and performance testing tool and Terraform to dynamically provision and destroy the required infrastructure on Azure. | [https://github.com/Azure-Samples/azure-search-performance-testing](https://github.com/Azure-Samples/azure-search-performance-testing) |
23+
| [Visual Studio Code extension](https://github.com/microsoft/vscode-azurecognitivesearch) | Although the extension is no longer available in the Visual Studio Code Marketplace, the code is open sourced at `https://github.com/microsoft/vscode-azurecognitivesearch`. You can clone and modify the tool for your own use. |

0 commit comments

Comments
 (0)