Provision Single Endpoint for Speech and Language APIs
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?
Community Votes
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)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
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.