nerdexam
Microsoft

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.

Submitted by krish.m· Mar 5, 2026Describe Azure Architecture and Services

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?

Exhibit

AZ-900 question #372 exhibit

Options

  • AAzure Virtual Machines
  • BAzure Batch service
  • CAzure Functions
  • DAzure Logic Apps

How the community answered

(51 responses)
  • A
    2% (1)
  • B
    4% (2)
  • C
    86% (44)
  • D
    8% (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

1
Nolawi PocNolawi PocMay 4, 2026

cant miss this one, lol

1
Full AZ-900 Practice