Skip to content

Commit 3bda170

Browse files
committed
Fixed metadata
1 parent 981029a commit 3bda170

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/search/search-howto-aad.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Authorize search app requests using Azure AD
2+
title: Configure search apps for Azure AD
33
titleSuffix: Azure Cognitive Search
4-
description: Acquire a token from Azure AD to authorize search requests to an app built on Azure Cognitive Search.
4+
description: Acquire a token from Azure Active Directory to authorize search requests to an app built on Azure Cognitive Search.
55

66
author: gmndrg
77
ms.author: gimondra
88
ms.service: cognitive-search
99
ms.topic: how-to
10-
ms.date: 1/05/2022
10+
ms.date: 01/13/2023
1111
ms.custom: subject-rbac-steps
1212
---
1313

@@ -147,7 +147,7 @@ The following instructions reference an existing C# sample to demonstrate the co
147147

148148
User-assigned managed identities work only in Azure environments. If you run this code locally, `DefaultAzureCredential` will fall back to authenticating with your credentials. Make sure you've also given yourself the required access to the search service if you plan to run the code locally.
149149

150-
1. Make sure you have role assignments to run all of the operations in the quickstart sample. To both create and query an index, you'll need "Search Index Data Reader" and "Search Index Data Contributor".
150+
1. Verify your account has role assignments to run all of the operations in the quickstart sample. To both create and query an index, you'll need "Search Index Data Reader" and "Search Index Data Contributor".
151151

152152
1. Go to **Tools** > **Options** > **Azure Service Authentication** to choose your Azure sign-on account.
153153

articles/search/search-security-rbac.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use Azure role-based access control
2+
title: Connect using Azure roles
33
titleSuffix: Azure Cognitive Search
44
description: Use Azure role-based access control for granular permissions on service administration and content tasks.
55

@@ -12,7 +12,7 @@ ms.date: 01/12/2023
1212
ms.custom: subject-rbac-steps, references_regions
1313
---
1414

15-
# Use Azure role-based access controls (Azure RBAC) in Azure Cognitive Search
15+
# Connect to Azure Cognitive Search using Azure role-based access control (Azure RBAC)
1616

1717
Azure provides a global [role-based access control authorization system](../role-based-access-control/role-assignments-portal.md) for all services running on the platform. In Cognitive Search, you can:
1818

0 commit comments

Comments
 (0)