A catalog of AI models in Microsoft Foundry that you can discover, compare, and deploy using Azure’s built‑in tools for evaluation, fine‑tuning, and inference
Partho Sarkar hi & thx for sharing urs issue here at Q&A portal,
u won’t be able to reconstruct full request-level history if diagnostic logging wasn’t enabled during May. Azure metrics can confirm the spike, but they’re aggregated. They usually won’t give u the full per-request trail with caller identity, source IP, request path, deployment, status, and token usage after the fact, that Azure OpenAI / Foundry metrics are mainly for aggregated usage, latency, tokens, errors, and safety signals https://learn.microsoft.com/en-us/azure/foundry/openai/monitor-openai-reference for request-level logging, the safer design is to enable diagnostic settings before the incident and send logs to Log Analytics, Storage, Event Hub, or another SIEM. If it wasn’t enabled at the time, Azure Support may be able to check limited backend/service telemetry, but I wouldn’t expect them to provide full historical request logs or payloads. Payload-level data is especially unlikely because of privacy and retention rules.
I’d open a support case under Azure OpenAI / Azure AI Foundry billing or usage investigation and ask specifically whether backend telemetry exists for the May 2026 billing window for that resource ID and deployment. I’d include the resource ID, region, endpoint name, deployment names, subscription ID, billing period, UTC time range, and screenshots of the usage spike. For future RCA, I’d put the endpoint behind API Management or an app gateway layer and log caller/app identity, request timestamp, deployment name, token usage, status code, retry count, and client IP where policy allows it. https://learn.microsoft.com/en-us/azure/api-management/api-management-howto-llm-logs
From what u described the builtin metrics are probably the best self-service historical data u have right now. Anything deeper would need Microsoft Support, and even then it may be limited.
rgds,
Alex
&
If my answer was helpful pls mark it and additional thx if u follow me at Q&A portal