ExamQuestions.com

Register
Login
Microsoft Azure Exam Certification (AI-102) Exam Questions

Microsoft

Microsoft Azure Exam Certification (AI-102)

161 / 166

Question 161:

In your LUIS application, you would want to add authors and contributors. While you have the option to add these users through the Azure Portal, you intend to achieve this objective using the REST calls. This capability would eventually be utilized in the user self-service catalog of your enterprise. Review the answer choices given below and choose the REST call that you will use to replace the current user access list with the new list.

Answer options:

A.PUT {Endpoint}/luis/api/v2.0/apps/{appId}/permissions
B.GET {Endpoint}/luis/api/v2.0/apps/{appId}/permissions
C.POST {Endpoint}/luis/api/v2.0/apps/{appId}/permissions
D.DELETE {Endpoint}/luis/api/v2.0/apps/{appId}/permissions