Skip to content

Commit ed62caf

Browse files
committed
Misc. updates
1 parent 8d5a97a commit ed62caf

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

articles/search/search-api-preview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: heidist
99
ms.service: cognitive-search
1010
ms.custom: ignite-2022
1111
ms.topic: conceptual
12-
ms.date: 01/18/2023
12+
ms.date: 05/05/2023
1313
---
1414

1515
# Preview features in Azure Cognitive Search
@@ -23,7 +23,6 @@ Preview features that transition to general availability are removed from this l
2323
|Feature                         | Category | Description | Availability |
2424
|---------|------------------|-------------|---------------|
2525
| [**Azure Files indexer**](search-file-storage-integration.md) | Indexer data source | Adds REST API support for creating indexers for [Azure Files](https://azure.microsoft.com/services/storage/files/) | Public preview, [Search REST API 2021-04-30-Preview](/rest/api/searchservice/index-preview). Announced in November 2021. |
26-
| [**Azure RBAC support (data plane)**](search-security-rbac.md) | Security | Use new built-in roles to control access to indexes and indexing, eliminating or reducing the dependency on API keys. | Public preview. Use the Azure portal or the Management REST API version 2021-04-01-Preview to configure a search service for data plane authentication. Announced in July 2021. |
2726
| [**Search REST API 2021-04-30-Preview**](/rest/api/searchservice/index-preview) | Security | Modifies [Create or Update Data Source](/rest/api/searchservice/preview-api/create-or-update-data-source) to support managed identities under Azure Active Directory, for indexers that connect to external data sources. | Public preview, [Search REST API 2021-04-30-Preview](/rest/api/searchservice/index-preview). Announced in May 2021. |
2827
| [**Management REST API 2021-04-01-Preview**](/rest/api/searchmanagement/) | Security | Modifies [Create or Update Service](/rest/api/searchmanagement/2021-04-01-preview/services/create-or-update) to support new [DataPlaneAuthOptions](/rest/api/searchmanagement/2021-04-01-preview/services/create-or-update#dataplaneauthoptions). | Public preview, [Management REST API](/rest/api/searchmanagement/), API version 2021-04-01-Preview. Announced in May 2021. |
2928
| [**Reset Documents**](search-howto-run-reset-indexers.md) | Indexer | Reprocesses individually selected search documents in indexer workloads. | Use the [Reset Documents REST API](/rest/api/searchservice/preview-api/reset-documents), API versions 2021-04-30-Preview or 2020-06-30-Preview. |

articles/search/search-faq-frequently-asked-questions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,12 @@ sections:
123123
- question: |
124124
Where does Cognitive Search store customer data?
125125
answer: |
126-
Cognitive Search doesn't store customer data outside of the region in which the service is deployed.
126+
It stores your data wherever your service is deployed. Cognitive Search doesn't store customer data outside of the deployment region.
127127
128128
- question: |
129129
Does Cognitive Search send customer data to other services for processing?
130130
answer: |
131-
Yes, if you use the built-in skills based on Cognitive Services, the indexer sends requests to Cognitive Services over the internal network. If you add a custom skill, the indexer will send content to the URI provided in the custom skill.
131+
Yes, if you use the built-in skills based on Cognitive Services, the indexer sends requests to Cognitive Services over the internal network. If you add a custom skill, the indexer will send content to the URI provided in the custom skilll over the public network.
132132
133133
- question: |
134134
Can I control access to search results based on user identity?
@@ -138,7 +138,7 @@ sections:
138138
- question: |
139139
Can I control access to operations based on user identity?
140140
answer: |
141-
[Role-based authorization](search-security-rbac.md) for data plane operations over content is now in public preview.
141+
Yes, you can use [role-based authorization](search-security-rbac.md) for data plane operations over content.
142142
143143
- question: |
144144
Can I use the Azure portal to view and manage search content if the search service is behind an IP firewall or a private endpoint?

articles/search/search-features-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The following table summarizes features by category. For more information about
4848
|-------------------|----------|
4949
| Data encryption | [**Microsoft-managed encryption-at-rest**](search-security-overview.md#encryption) is built into the internal storage layer and is irrevocable. <br/><br/>[**Customer-managed encryption keys**](search-security-manage-encryption-keys.md) that you create and manage in Azure Key Vault can be used for supplemental encryption of indexes and synonym maps. For services created after August 1 2020, CMK encryption extends to data on temporary disks, for full double encryption of indexed content.|
5050
| Endpoint protection | [**IP rules for inbound firewall support**](service-configure-firewall.md) allows you to set up IP ranges over which the search service will accept requests.<br/><br/>[**Create a private endpoint**](service-create-private-endpoint.md) using Azure Private Link to force all requests through a virtual network. |
51-
| Azure role-based access control | [**RBAC for data plane (preview)**](search-security-rbac.md) refers to the assignment of roles to users and groups in Azure Active Directory to control access to search content and operations. |
51+
| Inbound access | [**Azure role-based access control**](search-security-rbac.md) assigns roles to users and groups in Azure Active Directory for controlled access to search content and operations. You can also use [**key-based authentication**](search-security-api-keys.md) if you don't have an Azure tenant.|
5252
| Outbound security (indexers) | [**Data access through private endpoints**](search-indexer-howto-access-private.md) allows an indexer to connect to Azure resources that are protected through Azure Private Link.<br/><br/>[**Data access using a trusted identity**](search-howto-managed-identities-data-sources.md) means that connection strings to external data sources can omit user names and passwords. When an indexer connects to the data source, the resource allows the connection if the search service was previously registered as a trusted service. |
5353

5454
## Portal features

articles/search/search-how-to-create-search-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In this article, learn the steps for defining and publishing a search index. Cre
2020

2121
## Prerequisites
2222

23-
+ Write permissions on the search service. Permission can be granted through an [admin API key](search-security-api-keys.md) on the request. Alternatively, if you're participating in the [role-based access control public preview](search-security-rbac.md), you can issue your request as a member of the Search Contributor role.
23+
+ Write permissions on the search service. Permission can be granted through an [admin API key](search-security-api-keys.md) on the request. Alternatively, if you're using [role-based access control](search-security-rbac.md), you can issue your request as a member of the Search Contributor role.
2424

2525
+ An external data source that provides the content to be indexed. You should refer to the data source to understand the schema requirements of your search index. Index creation is largely a schema definition exercise. Before creating one, you should have:
2626

0 commit comments

Comments
 (0)