35.4k views
5 votes
Which Azure service provides serverless computing in Azure?

a) Azure Kubernetes Service
b) Azure Functions
c) Azure Virtual Machines
d) Azure SQL Database

1 Answer

4 votes

Final answer:

Azure Functions offers serverless computing in Azure, allowing developers to run code in response to events without managing infrastructure.

Step-by-step explanation:

The Azure service that provides serverless computing in Azure is Azure Functions. Serverless computing is a cloud computing execution model where the cloud provider dynamically manages the allocation of machine resources. With Azure Functions, developers can write code in multiple programming languages such as C# or JavaScript, that runs in response to events, such as HTTP requests or queue messages, without worrying about the underlying infrastructure.

User Thomaz
by
9.0k points