When we try to list projects using CLU api.Getting error

Soumya Poojari 20 Reputation points
2023-04-20T05:18:15.97+00:00

When we try to list projects using CLU api https://learn.microsoft.com/en-us/rest/api/language/2022-05-01/conversational-analysis-authoring/list-projects?tabs=HTTP#code-try-0 .Getting error

{
    "error": {
        "code": "InvalidRequest",
        "message": "Invalid request has been sent.",
        "innererror": {
            "code": "UnsupportedFeature",
            "message": "Feature is currently not supported in this region."
        }
    }
}
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,645 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. VasaviLankipalle-MSFT 15,956 Reputation points
    2023-04-22T00:01:25.37+00:00

    Hi @Soumya Poojari , Thanks for using Microsoft Q&A Platform.

    Conversational language understanding is only available in some Azure regions. Also, the error message suggests that the feature you're trying to use is not currently supported in that region.

    I would suggest you refer this documentation and verify the list of available regions and try different region: https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/conversational-language-understanding/service-limits#regional-availability

    I hope this helps. Let us know if you need more information.

    Regards,
    Vasavi

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

    0 comments No comments