MicrosoftLearning / mslearn-ai-language

Lab files for Azure AI Language modules
https://microsoftlearning.github.io/mslearn-ai-language/
MIT License
113 stars 243 forks source link

Exercise - Classify Text #50

Closed peterparker123 closed 2 weeks ago

peterparker123 commented 3 weeks ago

https://microsoftlearning.github.io/mslearn-ai-language/Instructions/Exercises/04-text-classification.html Facing issue when trying to create a project of Custom Text Classification. Find below the screen shot. Tried to deploy the project in the regions East US, East US 2 and West US 2, and encountered the same error. custom_text_issue

toinks989 commented 3 weeks ago

Getting the same issue on the next exercise, Extract custom entities.

ToshikazuOki commented 2 weeks ago

The security setup procedure has been changed. Role assignment, not anonymous access, is required for storage accounts to Blob containers.

  1. Worker must be assigned “Owner” or “Contributor” of the language resource.
  2. Managed ID assigned to the language resource must be assigned “Storage BLOB Data Contributor”.
  3. Worker must have been assigned “Storage BLOB Data Contributor“. For more information, please refer to the following URL https://learn.microsoft.com/en-us/azure/ai-services/language-service/custom-named-entity-recognition/how-to/create-project?tabs=portal%2Clanguage-studio#add-required-roles
ivorb commented 2 weeks ago

Correct. To fix this, we add the role "Storage Blob Data Contributor" on the storage account for the user running the lab.

I'll update the instructions today to add the necessary steps, seems to be a new requirement for these labs

peterparker123 commented 2 weeks ago

Thanks

ivorb commented 2 weeks ago

fixed with added tip