@Dhruvil Dave We are sorry to hear you are encountering this error.
The last time we encountered this error, the solution was to correct the skillset key that was being used. Can you please double check that?
Skillsets are typically created either through the Import data portal option or through REST API. Please verify which method you are implementing.
If you are utilizing REST API, verify that your payload matches the following syntax.
https://learn.microsoft.com/rest/api/searchservice/create-skillset
"cognitiveServices": {
"@odata.type": "#Microsoft.Azure.Search.CognitiveServicesByKey",
"description": "/subscriptions/5cb3cf34-4222-4971-8a5d-5c5093a78fff/resourceGroups/cognitive/providers/Microsoft.CognitiveServices/accounts/wagcogeastus",
"key": "425dea31<suppressed>fd1257435"
},
If you're implanting the above payload structure and it still fails or you are using the import data portal option, please describe what kind of cognitive services you are using.
We hope this resolves this issue. If not, please reply back so we can further assist you.