Skip to content

Commit 816409d

Browse files
Merge pull request #277841 from HeidiSteen/heidst-june7
Formatting, version update
2 parents ae93ba6 + 1121149 commit 816409d

4 files changed

+10
-11
lines changed

articles/search/search-api-preview.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This article identifies all features in public preview. This list is helpful for
1919

2020
Preview features are removed from this list if they're retired or transition to general availability. For announcements regarding general availability and retirement, see [Service Updates](https://azure.microsoft.com/updates/?product=search) or [What's New](whats-new.md).
2121

22-
Data plane preview features are listed in the following table.
22+
## Data plane preview features
2323

2424
|Feature                         | Category | Description | Availability |
2525
|---------|------------------|-------------|---------------|
@@ -48,12 +48,11 @@ Data plane preview features are listed in the following table.
4848
| [**featuresMode parameter**](/rest/api/searchservice/preview-api/search-documents#query-parameters) | Relevance (scoring) | Relevance score expansion to include details: per field similarity score, per field term frequency, and per field number of unique tokens matched. You can consume these data points in [custom scoring solutions](https://github.com/Azure-Samples/search-ranking-tutorial). | [Search Documents (preview)](/rest/api/searchservice/preview-api/search-documents), 2019-05-06-Preview or later.|
4949
| [**moreLikeThis**](search-more-like-this.md) | Query | Finds documents that are relevant to a specific document. This feature has been in earlier previews. | [Search Documents (preview)](/rest/api/searchservice/preview-api/search-documents) calls, in all supported API versions: 2023-10-10-Preview, 2023-07-01-Preview, 2021-04-30-Preview, 2020-06-30-Preview, 2019-05-06-Preview, 2016-09-01-Preview, 2017-11-11-Preview. |
5050

51-
Control plane preview features are listed in the following table.
51+
## Control plane preview features
5252

5353
|Feature                         | Category | Description | Availability |
5454
|---------|------------------|-------------|---------------|
55-
| [**User-assigned managed identity**](search-howto-managed-identities-data-sources.md) | Service | Configures a search service to use a previously created user-assigned managed identity. | [UPDATE](/rest/api/searchmanagement/services/update?view=rest-searchmanagement-2024-03-01-preview&preserve-view=true#identity), 2021-04-01-preview or a later. |
56-
55+
| [**User-assigned managed identity**](search-howto-managed-identities-data-sources.md) | Service | Configures a search service to use a previously created user-assigned managed identity. | [Services - Update](/rest/api/searchmanagement/services/update?view=rest-searchmanagement-2024-03-01-preview&preserve-view=true#identity), 2021-04-01-preview or a later. |
5756

5857
## Preview features in Azure SDKs
5958

articles/search/search-howto-managed-identities-data-sources.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.date: 06/11/2024
1717
# Configure a search service to connect using a managed identity in Azure AI Search
1818

1919
> [!IMPORTANT]
20-
> User-assigned managed identity is in public preview under [Supplemental Terms of Use](https://azure.microsoft.com/support/legal/preview-supplemental-terms/). The [Management 2024-03-01-Preview REST API](/rest/api/searchmanagement/services/update?view=rest-searchmanagement-2024-03-01-preview&preserve-view=true#identity) provides user-assigned managed identities for Azure AI Search. Support for a system-assigned managed identity is generally available.
20+
> User-assigned managed identity assignment is in public preview under [Supplemental Terms of Use](https://azure.microsoft.com/support/legal/preview-supplemental-terms/). The [Management preview REST API](/rest/api/searchmanagement/services/update?view=rest-searchmanagement-2024-03-01-preview&preserve-view=true#identity) provides user-assigned managed identity assignment for Azure AI Search. Support for a system-assigned managed identity is generally available.
2121
2222
You can use Microsoft Entra ID and role assignments for outbound connections from Azure AI Search to resources providing data, applied AI, or vectorization during indexing or queries.
2323

@@ -138,9 +138,9 @@ A user-assigned managed identity is a resource on Azure. You can create multiple
138138
Steps are:
139139
140140
+ In your Azure subscription, create a user-assigned managed identity.
141-
+ On your search service, update a search service to use the user-assigned managed identity (this step is in preview).
142-
+ On other Azure services you want to connect to, create a role assignment.
143-
+ In data source connections on Azure AI Search, such as an indexer data source, specify a connection that references the user-managed identity (this step is generally available if support for the feature is generally available).
141+
+ On your search service, update the service definition to enable the user-assigned managed identity (this step is in preview).
142+
+ On other Azure services you want to connect to, create a role assignment for the identity.
143+
+ In data source connections on Azure AI Search, such as an indexer data source, reference the user-managed identity in the connection details (this step is generally available if support for the feature is generally available).
144144
145145
A user-assigned managed identity can be scoped to subscriptions, resource groups, or resource types.
146146

articles/search/vector-search-how-to-configure-compression-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 06/05/2024
1313
# Configure vector quantization and reduced storage for smaller vectors in Azure AI Search
1414

1515
> [!IMPORTANT]
16-
> These features are in public preview under [Supplemental Terms of Use](https://azure.microsoft.com/support/legal/preview-supplemental-terms/). The [2024-03-01-Preview REST API](/rest/api/searchservice/operation-groups?view=rest-searchservice-2024-03-01-preview&preserve-view=true) provides the new data types, vector compression properties, and the `stored` property.
16+
> These features are in public preview under [Supplemental Terms of Use](https://azure.microsoft.com/support/legal/preview-supplemental-terms/). The [2024-03-01-Preview REST API](/rest/api/searchservice/operation-groups?view=rest-searchservice-2024-03-01-preview&preserve-view=true) and later preview APIs provide the new data types, vector compression properties, and the `stored` property.
1717
1818
This article describes vector quantization and other techniques for compressing vector indexes in Azure AI Search.
1919

articles/search/vector-search-integrated-vectorization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ ms.service: cognitive-search
99
ms.custom:
1010
- ignite-2023
1111
ms.topic: conceptual
12-
ms.date: 05/21/2024
12+
ms.date: 06/11/2024
1313
---
1414

1515
# Integrated data chunking and embedding in Azure AI Search
1616

1717
> [!IMPORTANT]
18-
> Integrated data chunking and vectorization is in public preview under [Supplemental Terms of Use](https://azure.microsoft.com/support/legal/preview-supplemental-terms/). The [2023-10-01-Preview REST API](/rest/api/searchservice/skillsets/create-or-update?view=rest-searchservice-2023-10-01-preview&preserve-view=true) provides this feature.
18+
> Integrated data chunking and vectorization is in public preview under [Supplemental Terms of Use](https://azure.microsoft.com/support/legal/preview-supplemental-terms/). The [2023-10-01-Preview REST API](/rest/api/searchservice/skillsets/create-or-update?view=rest-searchservice-2023-10-01-preview&preserve-view=true) and all newer preview REST APIs provide this feature.
1919
2020
Integrated vectorization is an extension of the indexing and query pipelines in Azure AI Search. It adds the following capabilities:
2121

0 commit comments

Comments
 (0)