Error received during the assessment: Make Sure your CORS is configured Correctly on your Storage resource

I was taking lab assessment where a Blob storage was pre-created for me, I had to connect it from AI language Studio.


I kept getting the error: Make Sure your CORS is configured Correctly on your Storage resource

And the AI language Studio was failing to create a custom Named entity project with Error: Type Error, Cannot deconstruct property 'blobs' of '(intermediate value}' as it is undefined.


There was no option available in the blob setting to even view CORS setting. I was unable to complete my project as a result. Can you please help on how to fix this issue next time.

Hi AI,

Thank you for contacting the Microsoft community.

I understand that you ran into an error during your lab assessment. Rest assured; I'm here to provide you with some important information to help clarify the issue.

The error message you received—"Make sure your CORS is configured correctly on your Storage resource"—usually indicates that the Azure Blob Storage account you're trying to access from AI Language Studio doesn't have the necessary CORS (Cross-Origin Resource Sharing) settings enabled. These settings are crucial for allowing web applications like AI Language Studio to communicate with storage services hosted on a different domain.

Here’s how you can configure CORS for Azure Blob Storage: If You Have Access to the Azure Portal:

  1. Go to the Azure Portal: https://portal.azure.com

  2. Navigate to your Storage Account.

  3. In the left-hand menu, under Settings, select "Resource sharing (CORS)".

  4. Under the Blob service tab, add a new CORS rule:

    • Allowed origins: * (or specify the exact origin like https://language.azure.com)

    • Allowed methods: GET, POST, PUT, OPTIONS, DELETE

    • Allowed headers: *

    • Exposed headers: *

    • Max age: 200 (or any reasonable number)

  5. Click Save.

Meanwhile, if you don't see the course option.

  • It’s possible that the storage account was created with limited permissions or is managed by your lab administrator.

  • In that case, you won’t be able to configure CORS yourself. You’ll need to:

    • Contact the lab administrator or instructor.

    • Ask them to enable CORS for the Blob service using the settings above.

If you have access to the storage account credentials (like a connection string or SAS token), you can also configure CORS using Azure Storage Explorer.

Feel free to get in touch if you have any more questions or need additional help.

I look forward to your response. Please note that if no response is received after three business days, the case will be closed and locked. After the case is locked, we will no longer be able to respond. Thank you. 

Best regards,

Julie_L07
Forum Moderator
Support Period: Monday – Friday (Excluding Holidays)
Hours to Respond: 24 Business Hours

Was this reply helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

Hi AI,

I hope everything is well with you.

As our goal is to ensure that we will be able to assist you properly, please let us know if additional information is needed. 

I look forward to your response. Please note that if no response is received after three business days, the case will be closed and locked. After the case is locked, we will no longer be able to respond. Thank you. 

Best regards,

Julie_L07
Forum Moderator
Support Period: Monday – Friday (Excluding Holidays)
Hours to Respond: 24 Business Hours

Was this reply helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

Hi AI,

We haven’t received any update from you. This case will now be closed and locked. If you need further assistance, please post a new question.

Best regards,


Julie_L07
Forum Moderator
Support Period: Monday – Friday (Excluding Holidays)
Hours to Respond: 24 Business Hours

Was this reply helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

 
 

Question Info


Last updated May 23, 2025 Views 47 Applies to: