MicrosoftLearning / mslearn-knowledge-mining

Lab files for Azure AI Knowledge Mining modules
https://microsoftlearning.github.io/mslearn-knowledge-mining/
MIT License
65 stars 126 forks source link

Issue creating Skillset for Exercise 1 - Azure Search #41

Closed sdolgin closed 2 months ago

sdolgin commented 2 months ago

Hello,

I've attempted to follow the instructions for exercise 1 and can't proceed. At Step 14 of Index the documents I am getting an error from the portal:

Import configuration failed, error creating Indexer This indexer refers to a skillset 'margies-skillset' that doesn't exist

I tried to run the steps in East US, East US 2 and France Central and get the same error in each region. Also, I thought maybe I could create a skillset manually by creating one first in the portal that could then be referenced by an indexer. I modified the skillset JSON from the lab files to include my Azure AI Service (multi-service) key and tried to upload it through the Portal UI but received validation error "invalid product".

Any help would be appreciated to unblock me in this exercise!

Matlock1000D commented 2 months ago

I had the same issue. The deployment would fail because the creation of the skillset would fail. Furthermore, the error would flash in the UI notifications, but I was unable to find the exact reason afterwards. I am using Sweden Central since AI Search could not be created in West Europe.

Anyway, the solution seems to have been to create an Azure AI services multi-service account, not an Azure AI services instance. Please fix the documentation or the underlying issue.

I myself am confused about what the difference between the two is.

ivorb commented 2 months ago

clarified in the instructions the resource type, in e344604