AZ-900 · Question #372
AZ-900 Question #372: Real Exam Question with Answer & Explanation
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
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?
Options
- AAzure Virtual Machines
- BAzure Batch service
- CAzure Functions
- DAzure Logic Apps
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