Unable to access AzureOpenAI
Kannanc
0
Reputation points
I have a AzureOpenAI Chat playground setup with a deployment of gpt-4o model. I am trying to access it to integrate with our application, but unable to access it. I have a Cognitive Services OpenAI contributor
role assigned for OpenAI Service access, and contributor
role to the resource group. But I am receiving the following error while attempt to access:
openai.AuthenticationError: Error code: 401 - {'error': {'code': 'PermissionDenied', 'message': 'Principal does not have access to API/Operation.'}}
What might be wrong?
Sign in to answer