Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to add a connection to an Azure OpenAI resource using my Azure credentials instead of an API key. I see the instructions for adding a connection with Entra ID. I have added auth_mode: "meid_token" to the file for creating my connection. However, when I try to use the connection, I get an error that states: "Please pass one of
api_key
,azure_ad_token
,azure_ad_token_provider
, or theAZURE_OPENAI_API_KEY
orAZURE_OPENAI_AD_TOKEN
environment variables"I am logged in with az login and I have the latest version azure-identity installed.
What values am I missing for creating the connection?
Beta Was this translation helpful? Give feedback.
All reactions