Designing and Implementing an Azure AI Solution (legacy) — Question 15

You are designing a Computer Vision AI application.
You need to recommend a deployment solution for the application. The solution must ensure that costs scale linearly without any upfront costs.
What should you recommend?

Answer options

Correct answer: A

Explanation

Option A is correct because deploying a containerized Computer Vision API on AKS with autoscaling allows for automatic resource adjustment based on demand, ensuring costs scale linearly without upfront investments. Option B does not provide the necessary scalability, while Option C lacks the specific deployment capabilities required for this application. Option D, although similar to A, does not focus on autoscaling, which is essential for linear cost scaling.