Form Recognizer Sampling Tool unable to access files in Container

Vibhu Priyadarshi 31 Reputation points
2020-06-30T08:18:12.773+00:00

The storage container being used is not accessible in the Sampling Tool. I have enabled CORS and checked the SAS URI. When trying to open the SAS URI from my browser i get this message:

<Error>  
<Code>ContainerNotFound</Code>  
<Message>The specified container does not exist. RequestId:0808e7d7-a01e-006d-05b5-4e781e000000 Time:2020-06-30T08:09:22.6946065Z</Message>  
</Error>  

Below is the Screenshot:

The Sampling Tool doesn't show any files listed.11045-sampling-tool-screenshot.png

I am able to access the files present in the container by using the link.

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
635 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,365 questions
0 comments No comments
{count} vote

Accepted answer
  1. Ramr-msft 17,611 Reputation points
    2020-06-30T11:27:22.847+00:00

    @VibhuPriyadarshi-6046 To label the forms did you use the Form Recognizer sample labeling tool located here or follow the following QuickStart – QuickStart: Train a Form Recognizer model with labels using the sample labeling tool ?

    SAS URL - The shared access signature (SAS) URL of your Azure Blob Storage container. To retrieve the SAS URL, open the Microsoft Azure Storage Explorer, right-click your container, and select Get shared access signature. Set the expiry time to some time after you'll have used the service. Make sure the Read, Write, Delete, and List permissions are checked, and click Create. Then copy the value in the URL section. It should have the form: https://<storage account>.blob.core.windows.net/<container name>?<SAS value>.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful