AZ-900 · Question #372
A company wants to deploy small pieces of code onto Azure. They want to cut the costs for hosting the code. Which of the following could they consider for hosting the code?
The correct answer is C. Azure Functions. Azure Functions is a cloud service available on-demand that provides all the continually updated infrastructure and resources needed to run your applications. You focus on the code that matters most to you, in the most productive language for you, and Functions handles the rest.
Question
Exhibit
Options
- AAzure Virtual Machines
- BAzure Batch service
- CAzure Functions
- DAzure Logic Apps
How the community answered
(51 responses)- A2% (1)
- B4% (2)
- C86% (44)
- D8% (4)
Explanation
Azure Functions is a cloud service available on-demand that provides all the continually updated infrastructure and resources needed to run your applications. You focus on the code that matters most to you, in the most productive language for you, and Functions handles the rest. Functions provide serverless computing for Azure. You can use Azure functions to save costs if you want to run small pieces of code. The Microsoft documentation mentions the following. Options A and B are incorrect since these are not cost-effective options. Option D is incorrect since this is used to create workflows. https://learn.microsoft.com/en-us/azure/azure-functions/functions-overview
Community Discussion
1cant miss this one, lol
