Edit

Share via


What is Azure Language in Foundry Tools?

Azure Language is a cloud-based service that provides Natural Language Processing (NLP) features for understanding and analyzing text. Use this service to help build intelligent applications using the web-based Language Studio, REST APIs, and client libraries. For AI agent development, the service capabilities are also available as tools in Azure Language MCP server, which is available both as a remote server in the Microsoft Foundry Tool Catalog and as a local server for self-hosted environments.

Available tools

Azure Language provides specialized tools that enable seamless integration between AI agents and language processing services through standardized protocols.

Azure Language MCP server 🆕

The MCP (Model Context Protocol) server creates a standardized bridge that connects AI agents directly to Azure Language services through industry-standard protocols. This integration enables developers to build sophisticated conversational applications with reliable natural language processing capabilities while ensuring enterprise-grade compliance, data protection, and processing accuracy throughout their AI workflows.

Azure Language provides both remote and local MCP server options:

  • Remote server: Available through Foundry Tool Catalog for cloud-hosted deployments.
  • Local server: Available for developers who prefer to host the server in their own environment.

For more information, see Azure Language MCP server.

Available agents

Azure Language offers prebuilt agents that handle specific conversational AI scenarios with built-in governance, routing logic, and quality control mechanisms.

Azure Language Intent Routing agent 🆕

The Intent Routing agent intelligently manages conversation flows by understanding user intentions and delivering accurate responses in conversational AI applications. This agent uses predictable decision-making processes combined with controlled response generation to ensure consistent, reliable interactions that organizations can trust and monitor.

For more information, see Azure Language Intent Routing agent.

Azure Language Exact Question Answering agent 🆕

The Exact Question Answering agent provides reliable, word-for-word responses to your most important business questions. This agent automates frequently asked questions while maintaining human oversight and quality control to ensure accuracy and compliance.

For more information, see Azure Language Exact Question Answering agent.

Available features

This Language service unifies the following previously available Foundry Tools: Text Analytics, QnA Maker, and LUIS. If you need to migrate from these services, see the migration section.

The Language also provides several new features as well, which can either be:

  • Preconfigured, which means the AI models that the feature uses aren't customizable. You just send your data, and use the feature's output in your applications.
  • Customizable, which means you train an AI model using our tools to fit your data specifically.

Tip

Unsure which feature to use? See Which Language feature should I use to help you decide.

Foundry enables you to use most of the following service features without needing to write code.

Named Entity Recognition (NER)

Named entity recognition identifies different entries in text and categorizes them into predefined types.

Personal and health data information detection

Important

The Azure Language in Foundry Tools Text Personally Identifiable Information (PII) detection anonymization feature (synthetic replacement) is currently available in preview and licensed to you as part of your Azure subscription. Your use of this feature is subject to the terms applicable to Previews as described in the Supplemental Terms of Use for Microsoft Azure Previews and the Microsoft Products and Services Data Protection Addendum (DPA).

Personally Identifiable Information (PII) detection identifies entities in text and conversations (chat or transcripts) that are associated with individuals.

Language detection

Language detection evaluates text and detects a wide range of languages and variant dialects.

Sentiment Analysis and opinion mining

Sentiment analysis and opinion mining preconfigured features that help you understand public perception of your brand or topic. These features analyze text to identify positive or negative sentiments and can link them to specific elements within the text.

Summarization

Summarization condenses information for text and conversations (chat and transcripts). Text summarization generates a summary, supporting two approaches: Extractive summarization creates a summary by selecting key sentences from the document and preserving their original positions. In contrast, abstractive summarization generates a summary by producing new, concise, and coherent sentences or phrases that aren't directly copied from the original document. Conversation summarization recaps and segments long meetings into timestamped chapters. Call center summarization summarizes customer issues and resolution.

Key phrase extraction

Key phrase extraction is a preconfigured feature that evaluates and returns the main concepts in unstructured text, and returns them as a list.

Entity linking

Important

Entity Linking is retiring from Azure Language in Foundry Tools effective September 1, 2028. After this date, the Entity Linking feature is no longer supported. During the support window, we recommend that users migrate existing workloads and direct all new projects to Azure Language Named Entity Recognition or consider other alternative solutions.

Entity linking is a preconfigured feature that disambiguates the identity of entities (words or phrases) found in unstructured text and returns links to Wikipedia.

Text analytics for health

Text analytics for health Extracts and labels relevant health information from unstructured text.

Custom text classification

Custom text classification enables you to build custom AI models to classify unstructured text documents into custom classes you define.

Custom Named Entity Recognition (Custom NER)

Custom NER enables you to build custom AI models to extract custom entity categories (labels for words or phrases), using unstructured text that you provide.

Conversational language understanding

Conversational language understanding (CLU) enables users to build custom natural language understanding models to predict the overall intention of an incoming utterance and extract important information from it.

Orchestration workflow

Orchestration workflow is a custom feature that enables you to connect Conversational Language Understanding (CLU), question answering, and LUIS applications.

Question answering

Question answering is a custom feature that identifies the most suitable answer for user inputs. This feature is typically utilized to develop conversational client applications, including social media platforms, chat bots, and speech-enabled desktop applications.

Which Language feature should I use?

This section helps you decide which Language feature you should use for your application:

What do you want to do? Document format Your best solution Is this solution customizable?*
Detect and/or redact sensitive information such as PII and PHI. Unstructured text,
transcribed conversations
PII detection
Extract categories of information without creating a custom model. Unstructured text The preconfigured NER feature
Extract categories of information using a model specific to your data. Unstructured text Custom NER ✓
Extract main topics and important phrases. Unstructured text Key phrase extraction
Determine the sentiment and opinions expressed in text. Unstructured text Sentiment analysis and opinion mining
Summarize long chunks of text or conversations. Unstructured text,
transcribed conversations.
Summarization
Disambiguate entities and get links to Wikipedia. Unstructured text Entity linking
Classify documents into one or more categories. Unstructured text Custom text classification ✓
Extract medical information from clinical/medical documents, without building a model. Unstructured text Text analytics for health
Build a conversational application that responds to user inputs. Unstructured user inputs Question answering ✓
Detect the language that a text was written in. Unstructured text Language detection
Predict the intention of user inputs and extract information from them. Unstructured user inputs Conversational language understanding ✓
Connect apps from conversational language understanding, LUIS, and question answering. Unstructured user inputs Orchestration workflow ✓

* If a feature is customizable, you can train an AI model using our tools to fit your data specifically. Otherwise a feature is preconfigured, meaning the AI models it uses can't be changed. You just send your data, and use the feature's output in your applications.

Migrate from Text Analytics, QnA Maker, or Language Understanding (LUIS)

Azure Language unifies three individual Languages in Foundry Tools - Text Analytics, QnA Maker, and Language Understanding (LUIS). If you have been using these three services, you can easily migrate to the new Azure Language. For instructions see Migrating to Azure Language.

Tutorials

After you get started with Azure Language quickstarts, try our tutorials that show you how to solve various scenarios.

Code samples

You can find more code samples on GitHub for the following languages:

Deploy on premises using Docker containers

Use Language containers to deploy API features on-premises. These Docker containers enable you to bring the service closer to your data for compliance, security, or other operational reasons. The Language offers the following containers:

Responsible AI

An AI system includes not only the technology, but also the people who use it, the people affected by it, and the deployment environment. Read the following articles to learn about responsible AI use and deployment in your systems: