Skip to content

Commit e80e43c

Browse files
committed
fixed link formatting
1 parent 790ab9d commit e80e43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/search-howto-aad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ In this step, create a [managed identity](../active-directory/managed-identities
7979

8080
Next, you need to grant your managed identity access to your search service. Azure Cognitive Search has various [built-in roles](search-security-rbac.md#built-in-roles-used-in-search). You can also create a [custom role](search-security-rbac.md#create-a-custom-role).
8181

82-
It's a best practice to grant minimum permissions. If your application only needs to handle queries, you should assign the [Search Index Data Reader (preview)](/azure/role-based-access-control/built-in-roles#search-index-data-reader) role. Alternatively, if it needs both read and write access on a search index, you should use the [Search Index Data Contributor (preview)](/azure/role-based-access-control/built-in-roles/search-index-data-contributor) role.
82+
It's a best practice to grant minimum permissions. If your application only needs to handle queries, you should assign the [Search Index Data Reader (preview)](/azure/role-based-access-control/built-in-roles/search-index-data-reader) role. Alternatively, if it needs both read and write access on a search index, you should use the [Search Index Data Contributor (preview)](/azure/role-based-access-control/built-in-roles/search-index-data-contributor) role.
8383

8484
1. Sign in to the [Azure portal](https://portal.azure.com).
8585

0 commit comments

Comments
 (0)