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
What Elitery needs from you
Azure service principal with read-only access:Microsoft.CognitiveServices/accounts/read— list Azure OpenAI accountsMicrosoft.CognitiveServices/accounts/deployments/read— list deployments- Reader on Application Insights workspace
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 usingopenai Python SDK with Azure endpoint configuration.
For precise checks on critical agents: