nerdexam
Microsoft

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.

Submitted by anna_se· Mar 30, 2026Implement Azure AI Language solutions

Question

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 Azure portal?

Options

  • AIdentity
  • BKeys and Endpoint
  • CNetworking
  • DProperties

How the community answered

(24 responses)
  • B
    92% (22)
  • C
    4% (1)
  • D
    4% (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.

AIdentity

The 'Identity' blade is used for managing managed identities for Azure resources, not for displaying service endpoint URLs.

BKeys and EndpointCorrect

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.

CNetworking

The 'Networking' blade configures network connectivity and firewall rules for the service, not for identifying the public REST endpoint URL.

DProperties

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

#Azure AI Language Service#REST endpoint URL#Azure portal navigation

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice