Skip to main content

How it works

The Azure AI connector:
  • Discovers Azure OpenAI deployments and AI Foundry projects via the Azure Resource Manager API
  • Streams invocations from Azure Application Insights dependency logs
Elitery deploys and manages the connector. Your developers do nothing.

What Elitery needs from you

Azure service principal with read-only access:
Additional permissions needed:
  • Microsoft.CognitiveServices/accounts/read — list Azure OpenAI accounts
  • Microsoft.CognitiveServices/accounts/deployments/read — list deployments
  • Reader on Application Insights workspace
Application Insights connection string — for execution streaming:

What your developers do

Nothing for automatic monitoring. For execution data to appear in Application Insights (which the connector reads), ensure your Azure OpenAI calls go through the Azure SDK with diagnostics enabled — this is the default when using openai Python SDK with Azure endpoint configuration. For precise checks on critical agents: