Skip to content

Commit 1e1eec9

Browse files
committed
misc edits
1 parent 8855145 commit 1e1eec9

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

articles/search/search-manage-rest.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ The Management REST API is available in stable and preview versions. Be sure to
3131
> * [Disable workloads that push data to external resources](#disable-external-access)
3232
> * [Create a query key](#create-query-api-keys)
3333
> * [Regenerate an admin key](#regenerate-admin-api-keys)
34+
> * [List private endpoint connections](#list-private-endpoint-connections)
35+
> * [List search operations](#list-search-operations)
36+
> * [Delete a search services](#delete-a-search-service)
3437
3538
All of the Management REST APIs have examples. If a task isn't covered in this article, see the [API reference](/rest/api/searchmanagement/) instead.
3639

@@ -97,7 +100,7 @@ If you're not familiar with the REST client for Visual Studio Code, this section
97100
Authorization: Bearer {{token}}
98101
```
99102
100-
1. Select **Send request**. A response should appear in an adjacent pane. If you have existing resource groups, they're listed. Otherwise, the list is empty, but as long as the HTTP code is 200 OK, you're ready for the next steps.
103+
1. Select **Send request**. A response should appear in an adjacent pane. If you have existing search services, they're listed. Otherwise, the list is empty, but as long as the HTTP code is 200 OK, you're ready for the next steps.
101104
102105
```http
103106
HTTP/1.1 200 OK

articles/search/search-what-is-azure-search.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ ms.custom:
1616
---
1717
# What's Azure AI Search?
1818

19-
Azure AI Search ([formerly known as "Azure Cognitive Search"](whats-new.md#new-service-name)) provides secure information retrieval at scale over user-owned content in traditional and conversational search applications.
19+
Azure AI Search ([formerly known as "Azure Cognitive Search"](whats-new.md#new-service-name)) provides secure information retrieval at scale over user-owned content in traditional and generative AI search applications.
2020

21-
Information retrieval is foundational to any app that surfaces text and vectors. Common scenarios include catalog or document search, data exploration, and increasingly chat-style copilot apps over proprietary grounding data. When you create a search service, you work with the following capabilities:
21+
Information retrieval is foundational to any app that surfaces text and vectors. Common scenarios include catalog or document search, data exploration, and increasingly chat-style apps over proprietary grounding data. When you create a search service, you work with the following capabilities:
2222

2323
+ A search engine for [vector search](vector-search-overview.md) and [full text](search-lucene-query-architecture.md) and [hybrid search](hybrid-search-overview.md) over a search index
2424
+ Rich indexing with [integrated data chunking and vectorization (preview)](vector-search-integrated-vectorization.md), [lexical analysis](search-analyzers.md) for text, and [optional AI enrichment](cognitive-search-concept-intro.md) for content extraction and transformation

0 commit comments

Comments
 (0)