Provision Single Endpoint for Speech and Language APIs

Select the appropriate Microsoft Foundry Services
Answer Correct answer: C — Create an Azure AI Services resource to access both Speech and Language APIs with a single endpoint and credential.

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?

  1. Azure AI Language
  2. Azure AI Speech
  3. Azure AI Services Correct Answer
  4. Azure AI Content Safety

Community Votes

C
100%

100% of anonymous learners picked answer C. Votes are pick records left by other test-takers — they are not the verified answer.

Community Insight

The question tests multi-service resource provisioning; the trap is selecting a single-service resource that only covers one of the required APIs.

When building an application that requires multiple Azure AI services like Speech and Language, an Azure AI Services multi-service resource provides a single endpoint and credential. This page explains why choosing a multi-service resource is the correct provisioning strategy over single-service resources.

Choosing Azure AI Language or Azure AI Speech because those are the specific APIs mentioned, missing the requirement for a single endpoint and credential for both services.

Community Discussion (4 comments)

5503824 👍 8
Azure AI Services since more than one services are used
syupwsh 👍 1 Selected: C
Repeat Qn of 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? Answer is C
9c652a0 👍 1 Selected: C
Selected answer C
mrg998 👍 1 Selected: C
C 1000%

Comments & Corrections

No comments yet — spotted an error or have a note? Share it below.

Log in to comment, report an error, or add a note about this question.

Submitted for moderation before publishing. Keep it helpful and respectful.

Expert Analysis

Why the Answer Is Correct

Azure AI Services (formerly Cognitive Services) is a multi-service resource that allows you to access multiple Azure AI APIs, such as Speech and Language, through a single endpoint and authentication key. This satisfies the requirement of accessing each service using a single endpoint and credential, simplifying application configuration and resource management.

Why the Other Options Are Wrong

Options A (Azure AI Language) and B (Azure AI Speech) are single-service resources. They only provide endpoints and keys for their respective individual services; you would need two separate endpoints and credentials to use both Speech and Language. Option D (Azure AI Content Safety) is also a single-service resource and does not provide access to Speech or Language APIs.

Community Comment Notes

Commenters agree that because multiple services are used, Azure AI Services is the correct choice, as noted by a user who stated "Azure AI Services since more than one services are used". Another user pointed out this is a repeat question with the same logic for combining Decision and Language APIs.

Official Reference

Exam Strategy

When a question asks for a single endpoint and credential for multiple Azure AI services, always select the Azure AI Services multi-service resource. Single-service resources only authenticate their specific API and will require separate endpoints.

Related Analysis

← Back to AI-102 Study Guide