AI CodeFix with Azure OpenAI connection error

Hi,
I was trying to configure Azure OpenAI in AI CodeFix setting but I get the following error

{"message":"URL not found","relatedField":"provider.endpoint"}

I couldnt find anything in the logs. I used 2025.3.1 Enterprise Edition version with a trial license.

Thanks
Shaiju

Hi @Shaiju_Janardhanan

I have moved your message to a new thread since it is an error you are facing.

The error you have means that your SQ instance was not able to reach the URL you defined. It got a 404 response.

Could you confirm the URL is correct?

2 Likes

Hi @alexander.rage , the same url we are able to use from code. Its our custom deployment in Azure that we are trying to access.

Thanks

Shaiju

Hi @Shaiju_Janardhanan,

The URL provided should target a specific Azure OpenAi model deployment, and not the general instance. Could you please make sure the URL provided looks similar to:

https://XXX.openai.azure.com/openai/deployments/gpt-4o-mini/chat/completions?api-version=2025-01-01-preview
1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.