Migrate to Azure Language

On November 2, 2021, Azure Language was released into public preview. Azure Language unifies the Text Analytics, QnA Maker, and Language Understanding (LUIS) service offerings, and provides several new features as well.

Important

How do I migrate to Azure Language if I'm using Language Understanding (LUIS)?

If you're using Language Understanding (LUIS), you can import your Language Understanding (LUIS) JSON file to the new Conversational language understanding feature:

  1. Export the LUIS app

    • Export your LUIS application as JSON by using the LUIS authoring APIs or the LUIS portal.
    • LUIS Versions - Export REST API
  2. Map LUIS data to the CLU schema

  3. Create a CLU project and import data

    • Create a CLU project and import the prepared data by using Language Studio or the CLU authoring APIs.
    • CLU quickstart (REST API) provides instructions on creating a CLU project and importing data.
  4. Train the model

    • Start a training job to build the CLU model from the imported data.
    • Train and evaluate a CLU model provides details on training and evaluating your CLU model.
  5. Test the model

See also