Azure Form Recognizer Error

Kamaljeet K 106 Reputation points
2021-05-25T23:47:57.493+00:00

Hi,
I am trying to create custom model on form recognizer and getting errors on all the links i have for the analyzer.

Link: https://fott-preview.azurewebsites.net/prebuilts-analyze
Error: "ConnectionName" has no storage account. Please check its SAS Token in connection page.
Comments- connection is set-up with SAS key which has all access but still this error

Link: https://fott-2-1.azurewebsites.net/layout-analyze
Error: Please check if you unexpired read/write/delete permission to blob container/blob
Comments- the SAS URI has all access setup

Link: https://fott.azurewebsites.net/
Error: Failed to send request to azure blob container.

I am using same SAS URL and end-points/key for all the links so not sure which one is correct and how to resolve. The document on FR seems outdated as well.

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,535 questions
{count} vote

Accepted answer
  1. Kamaljeet K 106 Reputation points
    2021-05-27T18:39:44.017+00:00

    Hi, i was able to resolve this by changing setting for CORS on my storage account. I believe missed this step earlier so all good now. Thank you !

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. AliceC 1 Reputation point
    2021-06-21T03:03:04.973+00:00

    Hi @Kamaljeet K ,

    I came across the exact same error as you did. Could you share more details on how to change the setting for CORS in the storage account? Thank you!