Welcome to Microsoft Q&A Forum, Thank you for posting your query here!
The error message you are encountering, HttpResponseError: () Skillsets require a valid 'all-in-one' Cognitive Services key. Provided key is of type AIServices.S0, indicates that the key you are using is not compatible with the requirements for creating a Skillset in Azure Cognitive Services. Specifically, it suggests that the key you are using is for a specific service tier that does not support the "all-in-one" capabilities required for the Skillset. You can verify it by troubleshooting with below steps:
- Verify Cognitive Services Key Type: The error indicates that the key you are using is of type AIServices.S0, which is not suitable for creating Skillsets. You need to ensure that you are using a key from the "all-in-one" Cognitive Services resource.
- Check the Azure portal to confirm the type of Cognitive Services resource you have created. You should look for a resource that explicitly states it supports "Cognitive Services" with capabilities for various AI services.
- Create a New Cognitive Services Resource: If your current resource does not support the required capabilities, you may need to create a new Cognitive Services resource. When creating the resource, ensure you select the "Cognitive Services" option that includes the "all-in-one" capabilities.
Note: Ensure that the services you are trying to use AI services that are available in the region you selected. Sometimes, certain features may not be available in all regions.
Do let me know if you are still the facing the issue.