nerdexam
Microsoft

AI-102 · Question #341

You are developing an app that will use the Speech 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 use multiple Azure AI services like Speech and Language with a single endpoint and credential, you should provision an Azure AI Services (formerly Cognitive Services) multi-service resource.

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

Question

You are developing an app that will use the Speech 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

  • AAzure AI Language
  • BAzure AI Speech
  • CAzure AI Services
  • DAzure AI Content Safety

How the community answered

(29 responses)
  • A
    3% (1)
  • B
    3% (1)
  • C
    93% (27)

Why each option

To use multiple Azure AI services like Speech and Language with a single endpoint and credential, you should provision an Azure AI Services (formerly Cognitive Services) multi-service resource.

AAzure AI Language

An Azure AI Language resource provides an endpoint and credential specifically for Language services, but not for Speech services.

BAzure AI Speech

An Azure AI Speech resource provides an endpoint and credential specifically for Speech services, but not for Language services.

CAzure AI ServicesCorrect

An Azure AI Services (multi-service) resource provides a unified endpoint and single set of credentials (API key) to access multiple Azure AI services, including Speech and Language, simplifying resource management and authentication for applications using various AI capabilities.

DAzure AI Content Safety

Azure AI Content Safety is a specific service for content moderation and does not provide access to both Speech and Language APIs via a single endpoint.

Concept tested: Azure AI Services multi-service resource

Source: https://learn.microsoft.com/en-us/azure/ai-services/multi-service-resource?tabs=windows&pivots=programming-language-python

Topics

#Azure AI Services resource#Azure AI provisioning#Single endpoint AI#Multi-service account

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice