Document Intelligence Studio - Failed to access Blob container

Jan Schacherl 0 Reputation points
2024-12-12T09:58:16.9866667+00:00

We are facing this issue within load projects in Document Intelligence Studio.

chyba

The strange thing is that this error appears randomly and not always. The CORS settings for storage are set according to the documentation.

User's image

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,999 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,809 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Nehruji R 8,161 Reputation points Microsoft Vendor
    2024-12-12T13:14:50.7333333+00:00

    Hello Jan Schacherl,

    Greetings! Welcome to Microsoft Q&A Platform.

    I understand that you are getting error when load projects in Document Intelligence Studio with failure to access the blob container. Here are some common troubleshooting steps you can take to diagnose and resolve the issue:

    1. Ensure that your Azure Blob Storage account is properly configured and accessible. If you are using a Shared Access Signature (SAS) to access the storage account, make sure that the SAS is still valid and has the necessary permissions (e.g., "write" permission) to upload files to the container.
    2. CORS rules might have changed, causing issues with your access to files. Review and ensure that the allowed origins, methods, and headers are correctly configured for your blob storage. Double-check that the Access-Control-Allow-Origin header is set correctly and matches the origin of your requests. Also, ensure that other necessary headers like Access-Control-Allow-Methods and Access-Control-Allow-Headers are properly configured.
    3. Test with Different Blob Storage Account: Create a new Blob Storage account (if possible) and try accessing it via the studio. This can help identify whether the issue is specific to the storage account or if it's related to your configuration.
    4. Ensure that there are no network or firewall issues that might be preventing you from accessing the Blob Storage account.
    5. Verify that you have the necessary permissions to access the storage account and container. You might need Contributor or Owner access to perform certain operations. similar thread for reference - https://learn.microsoft.com/en-us/answers/questions/1616183/document-intelligence-studio

    Hope the above information helps! Please do let us know if you have any further queries. I’m happy to assist you further.

    Please "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    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.