Skip to content

Commit 5f3f002

Browse files
fixing acrolinx suggestions
1 parent 46364ae commit 5f3f002

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/search/search-howto-aad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ To assign a role to your app registration:
9898
1. On the next page, select **Select members** and find the application you created previously.
9999
1. Finally, select **Review + assign**.
100100

101-
![screenshot of how too add role assignment in the azure portal](media/search-howto-aad/role-assignment.png)
101+
![screenshot of how to add role assignment in the azure portal](media/search-howto-aad/role-assignment.png)
102102

103103
You can also [assign roles using PowerShell](./search-security-rbac.md?tabs=config-svc-rest%2croles-powershell%2ctest-rest#step-3-assign-roles).
104104

articles/search/search-security-rbac.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ Role-based access control for data plane operations, such as creating an index o
7878

7979
There are also a few other limitations to be aware of:
8080

81-
* Using RBAC may increase the latency of some requests. Each unique combination of search service resource (index, indexer, etc.) and service principal that's used in a request will require an authorization check to be done. These authorization checks can add up to 200 milliseconds of latency to a request.
82-
* In extreme cases where there are requests coming from a high number of different service principals and targeting different search service resources (indexes, indexers, etc.), it's possible that there could be throttling caused by the authorization checks required. Throttling would only happen if hundreds of unique combinations of search service resource and service principal were used within a second.
81+
* Using RBAC may increase the latency of some requests. Each unique combination of service resource (index, indexer, etc.) and service principal that's used in a request will require an authorization check to be done. These authorization checks can add up to 200 milliseconds of latency to a request.
82+
* In extreme cases where there are requests coming from a high number of different service principals and targeting different service resources (indexes, indexers, etc.), it's possible that there could be throttling caused by the authorization checks required. Throttling would only happen if hundreds of unique combinations of search service resource and service principal were used within a second.
8383
* The RBAC preview is currently only available in public cloud regions and isn't available in Azure Government, Azure Germany, or Azure China 21Vianet.
8484
* If a subscription is migrated to a new tenant, the RBAC preview will need to be re-enabled.
8585

0 commit comments

Comments
 (0)