Azure AI Integration Failing - New Issue

,
  • Goal: Azure AI resource Failing - Getting a "Error evaluating openAiSummaryVoice: Azure Open AI is not completely set up." error. This was working yesterday, no changes made

  • Steps: Looking at the resource, it now has an API version. We have checked our endpoints in Azure, no API version. We have also tried to add version number 1, and then we get a 404 resource not found error.

Thankfully I found the answer very shortly after posting this.

I previously didn't have the API version and target URI in model deployments info in Azure, there is a new look that does include this info where I found it and fixed the issue. I had previously tried the model version as the API version, but mine included -preview at the end where it did not previously show that

2 Likes

Thanks a lot for this, I was stuck too.