I am creating an Azure Search with an embedding skillset. The skillset requires a resource URL with openai.azure.com. However when I create an Azure OpenAI Resource, I get the following endpoint:
https://germanywestcentral.api.cognitive.microsoft.com/
This endpoint is NOT ACCEPTED in my embedding skillset! The endpoint I get when creating a Foundry resource was also not accepted!
The Azure OpenAI Resource I created should give me this endpoint:
https://(my open ai service name).openai.azure.com
I am creating my resources with Terraform. On one deployment, the correct endpoint was created for Azure OpenAI but on the next deployment I got the regional endpoint. This is totally inconsistent! Also, if we're supposed to use the "new" Foundry, then its endpoints should **** well be accepted by the skillsets!
