Skip to content

Commit b02113a

Browse files
Merge pull request #273651 from mattgotteiner/matt/rbac-feedback
Address customer feedback on Search Role-Based Access documentation
2 parents 557f3ab + daad84e commit b02113a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/search-security-rbac.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Make sure that you [register your client application with Microsoft Entra ID](se
197197

198198
+ Search Index Data Readers can use Search Explorer to query the index. You can use any API version to check for access. You should be able to send queries and view results, but you shouldn't be able to view the index definition.
199199

200-
+ Search Index Data Contributors can select **New Index** to create a new index. Saving a new index verifies write access on the service.
200+
+ Search Service Contributors can select **New Index** to create a new index. Saving a new index verifies write access on the service.
201201

202202
### [**REST API**](#tab/test-rest)
203203

@@ -325,7 +325,7 @@ If you're already a Contributor or Owner of your search service, you can present
325325
Or by using PowerShell:
326326

327327
```powershell
328-
Get-AzAccessToken -ResourceUrl "https://graph.microsoft.com/"
328+
Get-AzAccessToken -ResourceUrl "https://search.azure.com"
329329
```
330330

331331
1. In a new text file in Visual Studio Code, paste in these variables:

0 commit comments

Comments
 (0)