Share via

404 resource not found error when Azure python web app tries to access Azure OAI endpoint using semantic-kernel

Vivek Sharma 5 Reputation points
2024-12-30T14:44:44.3766667+00:00

I have a python-Django based web app running on Azure. I recently added functionality to use GPT models for some features. I have used semantic-kernel to orchestrate prompts etc. This features works perfectly on local machine but gives (Error code: 404 - {'error': {'code': '404', 'message': 'Resource not found'}}) when used from azure. I have used azure environment variables to pass on keys, deployment name etc.

Can someone suggest any workarounds?

Community Center | Not monitored
0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.