How to fix Language Studio calling the wrong domain when trying to access storage account?
Cara Anderson
0
Reputation points
I am trying to create a new Custom Text Classification project in the Language Studio. When I go to select the document that contains all my labels, I receive the following error:
The portal cannot access your storage account "mystorageaccount", please enable CORS policies on your storage account
What I have tried to fix the issue:
- Updating CORS policy on my storage account
- Making sure my Language Resource has the "Storage Blob Data Contributor" Role
When I look at the Network tab in my browser, I see the request being made to a URL that contains blob.core.
windows
.net
. However, when I look at my containers properties, the URL is blob.core.
usgovcloudapi
.net
What can I do to update the domain for this call? Are there any workarounds or suggestions?
Sign in to answer