Question 137:
You have a requirement to limit search results in your Azure Cognitive Search based on the user groups. That way only the users who are authorized to access the documents should be able to view them. You applied the equality expressions to achieve the objective. However, the expressions have become tedious to maintain and hence you want to apply a simpler and faster approach of security filtering to meet the requirements. Review the steps below and choose three steps that you will choose to accomplish security filtering
Answer options:
A.Create a field that contains the principal identifiers B.Create customer managed keys & store them in key vault C.Update existing documents with principal identifiers D.Issue a search request with search.in filter E.Create a service principal in Azure Active Directory