Error saving custom model for form recognier

Nuno Nogueira 76 Reputation points
2021-12-05T19:40:59.193+00:00

Can anyone help with the tutorial for the training of a custom form model?

I'm basically just trying to follow the tutorial here:
https://learn.microsoft.com/en-us/azure/applied-ai-services/form-recognizer/quickstarts/try-sample-label-tool#train-a-custom-form-model

Everything goes well until point 8 when I try to save my project.

I see the error message:

155112-image.png

This is how I've configured the SAS for my blob container:

![154998-image.png]3

And this is how I've configured the connection:
155047-image.png

CORS has been enabled in the storage account:
155057-image.png

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,192 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,100 questions
0 comments No comments
{count} votes

Accepted answer
  1. romungi-MSFT 48,906 Reputation points Microsoft Employee Moderator
    2021-12-06T10:19:32.693+00:00

    @Nuno Nogueira The documentation seems to have updated the step to allow only the form recognizer studio, The URL for the same is https://formrecognizer.appliedai.azure.com/ but the steps are for sample labeling tool for which the guidance was to allow CORS for all origins as per the screen shot in the same document.

    155229-image.png

    Since you are using the labeling tool could you add the same for all origins and refresh the page to continue further with the documentation to create your project and a custom model?

    If an answer is helpful, please click on 130616-image.png or upvote 130671-image.png which might help other community members reading this thread.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Nuno Nogueira 76 Reputation points
    2021-12-07T19:43:32.63+00:00

    @ romungi-MSFT thanks for helping.

    I've now updated the CORS for the blob and it is working!

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.