Share via

Forbidden: Your resource has been temporarily blocked because we detected unusual behavior.

Saaduddin Mahmud 0 Reputation points
2026-05-21T01:49:35.02+00:00

My Azure AI/OpenAI resource is returning HTTP 403 for model inference.
Error: {"error":{"code":"Forbidden","message":"Your resource has been temporarily blocked because we detected unusual behavior."}}
This is blocking research experiments. The traffic was generated by a local evaluation harness running repeated receiver-agent inference requests, not intentional misuse or user-facing abuse.
Affected deployment/model: grok-4-1-fast-reasoning
Also seeing issues with: gpt-5.4-mini

How can I fix this?

Azure Policy
Azure Policy

An Azure service that is used to implement corporate governance and standards at scale for Azure resources.


1 answer

Sort by: Most helpful
  1. Alex Burlachenko 21,805 Reputation points MVP Volunteer Moderator
    2026-05-21T08:06:01.1666667+00:00

    Saaduddin Mahmud hi,

    The exact message means the AI resource was temporarily blocked by Microsofts abuse/risk systems because the traffic pattern looked unusual. In ur case the local eval harness with repeated agent calls is probably the trigger, even if the intent was legit research. First stop the harness and dont keep retrying, because retry storms can keep the block active. Then open Azure Support under Azure OpenAI / Foundry Models and request a temporary block / unusual behavior review. Include resource name, subscription ID, model deployments (grok-4-1-fast-reasoning, gpt-5.4-mini), timestamps, request IDs/correlation IDs, and explain it was automated evaluation traffic, not production abuse. After unblock, add rate limiting, exponential backoff with jitter, lower concurrency, and avoid repeated identical prompts at high speed.

    rgds,

    Alex

    &

    If my answer was helpful pls mark it and additional thx if u follow me at Q&A portal
    

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.