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.

Do not allow write operations.

You need to recommend configuration options.
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:

Correct Answer:

Explanation/Reference:
Explanation:
Azure Functions is a solution for easily running small pieces of code, or "functions," in the cloud. You can write just the code you need for the problem at hand, without worrying about a whole application or the infrastructure to run it. Functions can make development even more productive, and you can use your development language of choice, such as C#, F#, Node.js, Java, or PHP.
References: https://docs.microsoft.com/en-us/azure/azure-functions/functions-overview