1 I am trying to connect a non-Azure OpenAI embedding model in AI Foundry using Microsoft Entra ID. I don’t have an issue connecting to Azure OpenAI embedding models using Microsoft Entra ID. After creating a client and executing the following simple code: model = EmbeddingsClient( endpoint=endpoint, credential=DefaultAzureCredential(), model …

