Skip to content

Commit fbc1c1c

Browse files
removing preview limitations for now
1 parent 5252b47 commit fbc1c1c

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

articles/search/search-howto-aad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 10/04/2021
1313
# Authorize search requests using Azure AD (preview)
1414

1515
> [!IMPORTANT]
16-
> Role-based access control for data plane operations, such as creating an index or querying an index, is currently in public preview and available under [supplemental terms of use](https://azure.microsoft.com/support/legal/preview-supplemental-terms/). This functionality is only available in public cloud regions and may impact the latency of your operations while the functionality is in preview. For more information on preview limitations, see [RBAC preview limitations](./search-security-rbac.md?tabs=config-svc-rest%2croles-powershell%2ctest-rest#preview-limitations).
16+
> Role-based access control for data plane operations, such as creating an index or querying an index, is currently in public preview and available under [supplemental terms of use](https://azure.microsoft.com/support/legal/preview-supplemental-terms/). This functionality is only available in public cloud regions and may impact the latency of your operations while the functionality is in preview.
1717
1818
With Azure Active Directory (Azure AD), you can use role-based access control (RBAC) to grant access to your Azure Cognitive Search services. A key advantage of using Azure AD is that your credentials no longer need to be stored in your code. Azure AD authenticates the security principal (a user, group, or service principal) running the application. If authentication succeeds, Azure AD returns the access token to the application, and the application can then use the access token to authorize requests to Azure Cognitive Search. To learn more about the advantages of using Azure AD in your applications, see [Integrating with Azure Active Directory](../active-directory/develop/active-directory-how-to-integrate.md#benefits-of-integration).
1919

articles/search/search-security-rbac.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ms.author: heidist
99
ms.service: cognitive-search
1010
ms.topic: conceptual
1111
ms.date: 10/04/2021
12-
ms.custom: references_regions
1312
---
1413

1514
# Use role-based authorization in Azure Cognitive Search
@@ -72,17 +71,6 @@ You can also sign up for the preview using Azure Feature Exposure Control (AFEC)
7271
> [!NOTE]
7372
> Once you add the preview to your subscription, all services in the subscription will be permanently enrolled in the preview. If you don't want RBAC on a given service, you can disable RBAC for data plane operations as shown in the next step.
7473
75-
### Preview limitations
76-
77-
Role-based access control for data plane operations, such as creating an index or querying an index, is currently in public preview and available under [supplemental terms of use](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
78-
79-
There are also a few other limitations to be aware of:
80-
81-
* Using RBAC may increase request latency if a high number of service principals are used to access different service resources (indexes, indexers, etc.). Each combination of resource and service principal will require an authorization check to be done.
82-
* In scenarios where there are requests coming from a high number of different service principals, it's possible that there could be throttling caused by the authorization checks required.
83-
* The RBAC preview is currently only available in public cloud regions and isn't available in Azure Government, Azure Germany, or Azure China 21Vianet.
84-
* If a subscription is migrated to a new tenant, the RBAC preview will need to be re-enabled.
85-
8674
## Step 2: Preview configuration
8775

8876
**Applies to:** Search Index Data Contributor, Search Index Data Reader, Search Service Contributor

0 commit comments

Comments
 (0)