AI-102 · Question #302
You are developing an app that will use the Decision and Language APIs. You need to provision resources for the app. The solution must ensure that each service is accessed by using a single endpoint…
The correct answer is C. Azure AI Services. To access multiple Azure AI services, such as Decision and Language APIs, using a single endpoint and credential, an Azure AI Services (multi-service) resource should be created.
Question
Options
- ALanguage
- BSpeech
- CAzure AI Services
- DContent Moderator
How the community answered
(35 responses)- A3% (1)
- B3% (1)
- C83% (29)
- D11% (4)
Why each option
To access multiple Azure AI services, such as Decision and Language APIs, using a single endpoint and credential, an Azure AI Services (multi-service) resource should be created.
A Language resource only provides access to the Azure AI Language service, not a consolidated endpoint for multiple services.
A Speech resource only provides access to the Azure AI Speech service, not a consolidated endpoint for multiple services.
An Azure AI Services multi-service resource provides a unified authentication key and endpoint for accessing various Azure AI services. This simplifies resource management and access, allowing the app to use a single set of credentials for both Decision and Language APIs.
A Content Moderator resource only provides access to the Azure AI Content Moderator service, not a consolidated endpoint for multiple services.
Concept tested: Azure AI multi-service resource provisioning
Source: https://learn.microsoft.com/en-us/azure/ai-services/multi-service-resource?tabs=portal
Topics
Community Discussion
No community discussion yet for this question.