microsoft / azurechat

🤖 💼 Azure Chat Solution Accelerator powered by Azure Open AI Service
MIT License
1.14k stars 949 forks source link

Adding extensions doesnt work unless additional fields are added to .env #353

Open nizamelahi opened 3 months ago

nizamelahi commented 3 months ago

adding extensions gives the following error:

Screenshot 2024-03-18 at 7 35 16 PM

unless you add the following variables to the .env file :

AZURE_CLIENT_ID=
AZURE_CLIENT_SECRET=
AZURE_TENANT_ID=

Note that

AZURE_AD_CLIENT_ID
AZURE_AD_CLIENT_SECRET
AZURE_AD_TENANT_ID

also need to be present. Im using the same values for both set of variables