HOTSPOT - A company plans to implement an HTTP-based API to support a web app. The web app allows customers to check the status of their orders. The API must me...
Microsoft AZ-305 Exam
Questions Number: 150 out of 268 Questions
55.97%
Question 150
HOTSPOT - A company plans to implement an HTTP-based API to support a web app. The web app allows customers to check the status of their orders. The API must meet the following requirements: - Implement Azure Functions. - Provide public read-only operations. - Prevent write operations. You need to recommend which HTTP methods and authorization level to configure. What should you recommend? To answer, configure the appropriate options in the dialog box in the answer area. NOTE: Each correct selection is worth one point. Hot Area:
Box 1: GET only - Get for read-only- Box 2: Anonymous - Anonymous for public operations.