Find answers from the community

Updated 3 months ago

Is it possible with AzureOpenAI to use

Is it possible with AzureOpenAI to use managed identities instead of endpoint/key authentication?

Plain Text
from azure.identity import DefaultAzureCredential

credential = DefaultAzureCredential()
a
2 comments
Hey, is this equivalent to using Azure AD?
Add a reply
Sign up and join the conversation on Discord