Hi @Scott Cable
Thank you for using the Microsoft Q&A forum.
The error message "Cannot provision service 'enrichedcognitivesearch' because a service with this name is already in use, or another request to provision a service with this name is still in progress" indicates that the service name 'enrichedcognitivesearch' is already in use or another request to provision a service with this name is still in progress.
I was able to repro your error. See below:
To resolve this issue, you can try modifying the service name to a unique name that is not already in use. You can modify the setup.sh file to use a different service name.
For example, I modified below two highlighted in yellow in a vi Editor:
Note: It was "standard" sku for me. I just gave a unique name as "enrichedcognitivesearch1" instead of "enrichedcognitivesearch".
vi setup.sh:
And then try running the setup.sh file again. See below and it was successful at my end :
I hope you understand. Thank you.
Please don't forget to click Accept Answer
and Yes
if the provided answer was helpful.