AI-102 · Question #236
You have an Azure subscription that contains an Azure AI Language service resource. You need to identify the URL of the REST interface for the Language service. Which blade should you use in the…
The correct answer is B. Keys and Endpoint. To find the REST interface URL for an Azure AI Language service in the Azure portal, navigate to the "Keys and Endpoint" blade of the resource.
Question
Options
- AIdentity
- BKeys and Endpoint
- CNetworking
- DProperties
How the community answered
(24 responses)- B92% (22)
- C4% (1)
- D4% (1)
Why each option
To find the REST interface URL for an Azure AI Language service in the Azure portal, navigate to the "Keys and Endpoint" blade of the resource.
The 'Identity' blade is used for managing managed identities for Azure resources, not for displaying service endpoint URLs.
The 'Keys and Endpoint' blade in the Azure portal for any Azure AI service resource, including the Language service, explicitly provides the necessary endpoint URL and access keys required to interact with the service programmatically via its REST interface.
The 'Networking' blade configures network connectivity and firewall rules for the service, not for identifying the public REST endpoint URL.
The 'Properties' blade typically shows general metadata about the resource, such as its ID, subscription, and location, but not the specific REST endpoint URL for API interaction.
Concept tested: Locating Azure AI Language service endpoint
Source: https://learn.microsoft.com/en-us/azure/ai-services/language-service/get-started?tabs=language-studio%2Cwindows&pivots=rest-api#get-your-resource-and-credentials
Topics
Community Discussion
No community discussion yet for this question.