An organization wants to build a lightweight API that scales automatically and only incurs costs when it's actually used. They are deeply invested in Microsoft technologies. Which service would best fit their requirements?
- Azure Functions
- Azure Logic Apps
- Azure SQL Database
- Azure Virtual Machines
Azure Functions is a serverless compute service in the Microsoft Azure ecosystem, ideal for building lightweight APIs that automatically scale and charge only for actual usage. It's designed for cost-efficient, event-driven workloads.
Loading...
Related Quiz
- Middleware is best described as:
- Which type of cloud is made available to the general public by cloud service providers?
- In Azure Functions, ________ is the feature that lets you execute a small piece of code (or function) in response to event-driven HTTP requests.
- Which type of cloud is typically used by a single organization and is not shared with others?
- Message-oriented middleware (MOM) is primarily used for: