Azure OpenAI

  • Set environment variables: (Can be done with installation wizard)
    • LLM_AZURE_ENDPOINT (https://$yourResource.openai.azure.com/)
    • LLM_AZURE_DEPLOYMENT_NAME (name of deployment in Azure AI Foundry)
    • LLM_AZURE_SCOPE (https://cognitiveservices.azure.com/.default)
  • Enable Managed Identity on the App Service
  • Add role Cognitive Services OpenAI User to App Service Managed Identity
  • In your Convier project, add source type Azure OpenAI