You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configure a model providers with incorrect values (In my case Azure OpenAI provider)
Using Models ->"Add Model" , add a model with Model provider set tot Azure OpenAI provider
Notice that no model is provided in the dropdown for Target Model
I see the following errors in server logs
time="2024-12-05T18:16:28Z" level=info msg="Handled request: method POST, path /run" id=c1d04353-130d-4e86-bedc-f8a64ca1cb3b
DefaultAzureCredential failed to retrieve a token from the included credentials.
Attempted credentials:
EnvironmentCredential: Authentication failed: Unable to get authority configuration for https://login.microsoftonline.com/bill-testing-things. Authority would typically be in a format of https://login.microsoftonline.com/your_tenant or https://tenant_name.ciamlogin.com or https://tenant_name.b2clogin.com/tenant.onmicrosoft.com/policy. Also please double check your tenant name or GUID is correct.
To mitigate this issue, please refer to the troubleshooting guidelines here at https://aka.ms/azsdk/python/identity/defaultazurecredential/troubleshoot.
Expected Behavior:
User should be presented with this error message.