Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
@brynn-code another question related with this, We connect to Azure AI Search by below config which use API KEY in secret section. How can we update this config to use managed idendity for connection instead of API KEY. Please note that we had achived to use managed idendity for Azure OpenAI connection by above configuration (auth_mode) $schema: https://azuremlschemas.azureedge.net/promptflow/latest/CustomConnection.schema.json |
Beta Was this translation helpful? Give feedback.
-
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