Hi Santosh Kumar,
The error message indicates that the service name 'enrichedcognitivesearch' is already in use or there's another ongoing request to provision a service with the same name.
Here are steps to troubleshoot and resolve the issue:
1.Select a different and unique name for your service within your Azure subscription.
2.Verify if a service with the name 'enrichedcognitivesearch' already exists in your Azure resources. If so, pick a different name.
3.If there's an ongoing provisioning request for the same service name, wait for it to complete before attempting again.
4.Ensure you are provisioning the service in the correct resource group to avoid conflicts.
5.If issues persist, retry the provisioning process after waiting for some time. Temporary Azure service problems may be causing the error.
Example command for creating a Cognitive Search service with a different name:
az search service create --name mycognitivesearch --resource-group myresourcegroup --sku Standard
Replace 'mycognitivesearch' and 'myresourcegroup' with your desired service name and resource group. Adjust these steps based on your specific situation and documentation details.
Could you please ensure that each learn path excludes the inclusion of general steps, as there is a separate document containing all the general steps : https://learn.microsoft.com/en-us/azure/azure-functions/functions-how-to-use-azure-function-app-settings?tabs=portal
If you have any other queries, please don't hesitate to reach out to us along with the screenshots of the error (if any).
If you have found the answer provided to be helpful, please click on the "Upvote" button so that it is useful for other members in the Microsoft Q&A community.
Thank you.