nerdexam
Microsoft

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.

Submitted by parkjh· Mar 30, 2026Plan and manage an Azure AI solution

Question

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 and credential. Which type of resource should you create?

Options

  • ALanguage
  • BSpeech
  • CAzure AI Services
  • DContent Moderator

How the community answered

(35 responses)
  • A
    3% (1)
  • B
    3% (1)
  • C
    83% (29)
  • D
    11% (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.

ALanguage

A Language resource only provides access to the Azure AI Language service, not a consolidated endpoint for multiple services.

BSpeech

A Speech resource only provides access to the Azure AI Speech service, not a consolidated endpoint for multiple services.

CAzure AI ServicesCorrect

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.

DContent Moderator

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

#Azure AI Services resource#resource provisioning#unified access

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice