Learn how to track costs for individual AI services in Azure by creating single-service resources. Understand the difference between multi-service and single-service resources.
Table of Contents
Question
An application requires three separate AI services. To see the cost for each separately, what type of resource(s) should be created?
A. A multi-service resource that includes all the AI services
B. A single-service resource for each AI service
C. It’s not possible to see costs for individual AI services
Answer
B. A single-service resource for each AI service
Explanation
Create a single-service resource for each AI service to see costs separately for each resource.
To see the cost for each AI service separately, you should create B. A single-service resource for each AI service.
By creating a separate resource for each AI service, you can track and manage the costs individually. This approach provides clear visibility into the expenses associated with each service, allowing for more precise budgeting and cost control.
Option A is not ideal if you need to see costs separately, as a multi-service resource aggregates the costs of all included services.
Option C is incorrect because it is indeed possible to see costs for individual AI services by creating separate resources for each one.
To see the cost for each Azure AI service separately, you should create a single-service resource for each AI service you require.
Single-service resources allow you to track usage and costs for a specific AI service independently of other services. Each single-service resource has its own pricing tier, quota limits, and billing based on the particular service’s consumption model.
In contrast, a multi-service resource (Choice A) combines multiple AI services under a single Azure resource. While convenient, a multi-service resource makes it more difficult to see granular costs per service since the usage and billing are aggregated.
It is definitely possible to see costs for individual AI services (Choice C is incorrect), but this requires creating separate single-service resources rather than using a multi-service resource.
In summary, to track costs for each AI service independently for an application that uses multiple services, the best practice is to provision a single-service resource for each required AI service. This allows you to monitor usage and spending at a granular per-service level.
Microsoft Fundamentals of Azure AI services certification exam practice question and answer (Q&A) dump with detail explanation and reference available free, helpful to pass the Microsoft Fundamentals of Azure AI services knowledge check and earn Microsoft Fundamentals of Azure AI services badge.