
Answer-first summary for fast verification
Answer: Azure Functions.
Azure Functions (B) is a serverless compute service that allows you to run code without worrying about the underlying infrastructure. It can be used to deploy Azure AI services in a serverless environment, providing automatic scaling and pay-per-execution pricing. While Azure Kubernetes Service (AKS) (A), Azure App Service (C), and Azure Virtual Machines (D) can be used for deploying AI services, they are not serverless options.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are planning to deploy an Azure AI service in a serverless environment. Which of the following Azure services can be used to achieve this?
A
Azure Kubernetes Service (AKS).
B
Azure Functions.
C
Azure App Service.
D
Azure Virtual Machines.
No comments yet.