Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,069 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am trying to call Azure OpenAI from a Function App, but no matter what I do it responds with 404. The function app is in region "North Europe", but the OpenAI resource is in "Western Europe". Does this matter? If not, what else could be the case? (I am calling the right endoint url for the openai api, from the model inside the open ai resource, and I am using the right key, found in the model). I don't know how to troubleshoot this. I hope I have provided enough information, but if not, please suggest further details to be added.