Getting an error 'CREATE_LUIS_ERROR' while creating a publishing profile in bot framework

Ahmed Rauf 25 Reputation points
2023-08-17T11:31:14.22+00:00

While creating a publishing profile in bot framework, I choose all the resources necessary including this one as its required.

Microsoft Language Understanding Prediction Account - S0 Standard

Then during provisioning, I get the following error -


{"name":"CREATE_LUIS_ERROR","message":"Error - The subscription does not have QuotaId/Feature required by SKU 'S0' from kind 'LUIS' .","stack":"Error\n at new CustomizeError (/Applications/Bot Framework Composer.app/Contents/Resources/app.asar.unpacked/extensions/azurePublish/dist/extension.js:276418:25)\n at createCustomizeError (/Applications/Bot Framework Composer.app/Contents/Resources/app.asar.unpacked/extensions/azurePublish/dist/extension.js:276423:10)\n at AzureResourceMananger.deployLuisResource (/Applications/Bot Framework Composer.app/Contents/Resources/app.asar.unpacked/extensions/azurePublish/dist/extension.js:277265:13)}

Of course, the provisioning fails while creating LUIS resource.
I can't choose any pricing tier either whilst manually creating a Language Understanding account on Azure as I assume its discontinued.
User's image

How can I still publish a profile while bypassing or fixing this issue?
Thanks

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
{count} votes

1 answer

Sort by: Most helpful
  1. VasaviLankipalle-MSFT 18,706 Reputation points Moderator
    2023-08-20T23:20:07.27+00:00

    Hello @Ahmed Rauf , Thanks for using Microsoft Q&A Platform.

    This is a known issue. You can't create new LUIS resources anymore. You have to create a language resource and can use CLU which is a newer version: https://learn.microsoft.com/en-us/azure/ai-services/language-service/conversational-language-understanding/quickstart?pivots=language-studio

    For information on migrating your existing LUIS apps to CLU projects visit this document: https://learn.microsoft.com/en-us/azure/ai-services/language-service/conversational-language-understanding/how-to/migrate-from-luis?tabs=luis-portal&WT.mc_id=Portal-Microsoft_Azure_ProjectOxford

    I hope this helps.

    Regards,
    Vasavi

    -Please kindly accept the answer and vote 'yes' if you feel helpful to support the community, thanks.

    1 person found this answer helpful.

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.