Forum Discussion
Yoshimi3
Jun 16, 2024Copper Contributor
Create indexer - Can anyone help me please?
Hi everyone, I'm trying to Create a Custom Skill for Azure AI Search, following the Labs below. https://github.com/MicrosoftLearning/mslearn-knowledge-mining/blob/main/Instructions/Labs/01-az...
Feb 14, 2025
Hi Yoshimi,
The solution to that issue is not related to C# or Python.
You have to create Azure AI services multi-service account.
and you modify the skillset.json :
"key" : The key that you got from (Azure AI services multi-service account)
"uri": is the endpoint of (Azure AI services multi-service account)
You can find the keys on the Keys and Endpoint page for your Azure AI Services multi-service account resource in the Azure portal.
I hope that can help