I did get it to work after changing a number of settings, it was not one thing - it was complicated by the directions not mapping exactly mapping to the latest UI and inconsistencies between different sources. ...BUT, I have my app working! thanks again.
code":"404","message": "Resource not found"
I have an Azure OpenAI resource with a valid GPT deployment (confirmed via Azure Portal), but when making requests via Python (AzureOpenAI
SDK) or directly via REST API (/openai/deployments?api-version=2023-05-15
), I'm consistently receiving a 404 "DeploymentNotFound"
error. I've double-checked the endpoint URL, API version, deployment name, API key, subscription, resource group, and network settings—all are correct and match exactly with the Azure portal details. I'm looking for guidance on why Azure OpenAI is still returning 404 errors despite a confirmed deployment.
Azure OpenAI Service
2 answers
Sort by: Most helpful
-
Deleted
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more
-