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:
- 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.
- 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 likeAccess-Control-Allow-Methods
andAccess-Control-Allow-Headers
are properly configured. - 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.
- Ensure that there are no network or firewall issues that might be preventing you from accessing the Blob Storage account.
- 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.