Skip to content
Discussion options

You must be logged in to vote

Looks like you are using Azure OpenAI services with Entra identity auth (i.e. keyless auth) to access the endpoint, is that correct?
i.e. You have set the api keys to identity where .env file look something similar to the following?

AZURE_OPENAI_API_KEY=identity
AZURE_OPENAI_ENDPOINT=<endpoint URL for GPT-4o>
AZURE_OPENAI_RESPONSE_FORMAT=1
AZURE_OPENAI_API_KEY_EMBEDDING=identity
AZURE_OPENAI_ENDPOINT_EMBEDDING=<endpoint URL for ada-002>

If that is the case, to make use of keyless API access via Entra, one way is to install Azure CLI and have logged in with the account that has access to the models using az login. Make sure you chosen the subscription where your services are in as the def…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by curtisman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants