
Answer-first summary for fast verification
Answer: Azure Kubernetes Service (AKS), Azure Container Instances (ACI)
The correct answers are A (Azure Kubernetes Service - AKS) and B (Azure Container Instances - ACI). AKS supports GPU-enabled deployments and is suitable for production web services with scaling requirements. ACI also supports GPU resources for container groups, as confirmed by Microsoft documentation and multiple community comments with upvotes, making it viable for GPU-enabled web service deployment. Option D (Azure Machine Learning compute clusters) is incorrect because compute clusters are designed for training and batch inference workloads, not for hosting real-time web services. Option C (Local web service) is not a valid Azure compute target for deployment. The community discussion shows strong consensus for AB (77% support) with detailed reasoning and references to official documentation, while AD (23% support) lacks proper justification and contradicts Microsoft's documented ACI GPU capabilities.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You have an Azure Machine Learning workspace and a deep learning model that requires a GPU. You need to deploy this model as a web service.
Which two compute targets can you use to host the GPU-enabled web service? Each correct answer presents a complete solution.
A
Azure Kubernetes Service (AKS)
B
Azure Container Instances (ACI)
C
Local web service
D
Azure Machine Learning compute clusters
No comments yet.