Export and delete your customer data in Language Understanding (LUIS) in Azure AI services

Important

LUIS will be retired on October 1st 2025 and starting April 1st 2023 you will not be able to create new LUIS resources. We recommend migrating your LUIS applications to conversational language understanding to benefit from continued product support and multilingual capabilities.

Delete customer data to ensure privacy and compliance.

Summary of customer data request features​

Language Understanding Intelligent Service (LUIS) preserves customer content to operate the service, but the LUIS user has full control over viewing, exporting, and deleting their data. This can be done through the LUIS web Azure portal or the LUIS Authoring (also known as Programmatic) APIs.

Note

This article provides steps about how to delete personal data from the device or service and can be used to support your obligations under the GDPR. For general information about GDPR, see the GDPR section of the Azure Trust Center and the GDPR section of the Service Trust portal.

Customer content is stored encrypted in Microsoft regional Azure storage and includes:

  • User account content collected at registration
  • Training data required to build the models
  • Logged user queries used by active learning to help improve the model
    • Users can turn off query logging by appending &log=false to the request, details here

Deleting customer data

LUIS users have full control to delete any user content, either through the LUIS web portal or the LUIS Authoring (also known as Programmatic) APIs. The following table displays links assisting with both:

User Account Application Example Utterance(s) End-user queries
Portal Link Link Link Active learning utterances
Logged Utterances
APIs Link Link Link Link

Exporting customer data

LUIS users have full control to view the data on the portal, however it must be exported through the LUIS Authoring (also known as Programmatic) APIs. The following table displays links assisting with data exports via the LUIS Authoring (also known as Programmatic) APIs:

User Account Application Utterance(s) End-user queries
APIs Link Link Link Link

Location of active learning

To enable active learning, users' logged utterances, received at the published LUIS endpoints, are stored in Microsoft Azure operated by 21Vianet geographies:

With the exception of active learning data (detailed below), LUIS follows the data storage practices for regional services.

With the exception of active learning data (detailed below), LUIS follows the data storage practices for regional services.

The luis.azure.cn portal and China Authoring (also known as Programmatic APIs) are hosted in Azure's China geography. The https://luis.azure.cn portal and China Authoring (also known as Programmatic APIs) support deployment of endpoints to the Microsoft Azure operated by 21Vianet geographies.

When deploying to these Azure geographies, the utterances received by the endpoint from end users of your app will be stored in Azure's China geography for active learning.

Disable active learning

To disable active learning, see Disable active learning.

Next steps