Share via

How can i migrate the LUIS data to CLU as LUIS is retiring on 31st march 2026 . So , before that i have to migrate all my data trained in LUIS. Suggest me steps and also i am unable to see the portal where i can fill the details like subscription etc.

Himani Bohra 0 Reputation points
2026-02-05T08:10:41.4266667+00:00

Tell me steps to migrate from LUIS to CLU and also i am unable to see the portal where i can fill the details like subscription, Language resource etc.

Azure Language in Foundry Tools
Azure Language in Foundry Tools
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Manas Mohanty 14,580 Reputation points Microsoft External Staff Moderator
    2026-02-23T20:56:10.7533333+00:00

    Hi Himani Bohra

    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

    Reference - https://learn.microsoft.com/en-us/azure/ai-services/language-service/reference/migrate

    Thank you.


  2. Q&A Assist
    2026-02-05T08:10:53.16+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To migrate your data from Language Understanding (LUIS) to Conversational Language Understanding (CLU), you can follow these steps:

    1. Export Your LUIS Data: Start by exporting your LUIS app data. You can do this through the LUIS portal or using the LUIS API.
    2. Prepare Your Data for CLU: After exporting, you may need to adjust your data format to match the requirements of CLU. This typically involves ensuring that intents and entities are correctly mapped.
    3. Import into CLU: Use the CLU API to import your adjusted LUIS JSON file into the new CLU model. You can find specific guidelines on how to do this in the migration documentation.
    4. Train Your CLU Model: Once your data is imported, you will need to train your CLU model to ensure it understands the intents and entities as expected.
    5. Test and Validate: After training, test your CLU model to validate that it performs as intended. Make any necessary adjustments based on the results.

    Regarding the portal for filling in details like subscription and language resource, ensure that you are accessing the correct Azure portal for managing your AI services. If you are unable to see the portal, check your Azure subscription status and permissions, as these can affect your access to certain resources.

    For more detailed guidance, refer to the migration guide provided by Microsoft.


    References:


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.