While Using the azure Free trials getting this error for form recognizer API ( ERROR 401 )

Ankit Rawat (Appcino) 0 Reputation points
2023-09-08T07:24:25.6933333+00:00
{
    "error": {
        "code": "401",
        "message": "The Analyze Operation under Computer Vision API (2023-02-01-preview) is not supported with the current subscription key and pricing tier FormRecognizer.F0."
    }
}
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,507 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. VasaviLankipalle-MSFT 15,836 Reputation points
    2023-09-08T22:06:20.9866667+00:00

    Hello @Ankit Rawat (Appcino) , Thanks for using Microsoft Q&A Platform.

    As per the error message, it looks like you are trying to use the Analyze Operation under Computer Vision API with your Form Recognizer F0 pricing tier subscription key. Have you created Free tier resource under computer vision? If you haven't, please try to create a resource under this in the Azure portal and extract these keys to use the Computer Vision service: https://learn.microsoft.com/en-us/azure/ai-services/computer-vision/quickstarts-sdk/image-analysis-client-library-40?tabs=visual-studio%2Clinux&pivots=programming-language-rest-api#prerequisites

    User's image

    Similarly, to use the Document intelligence (DI) service please create a resource in the Azure portal. Once you have created a DI resource you can use the respective service. Please share more details regarding the service you are looking for?

    Regards,
    Vasavi

    0 comments No comments