ERROR: (715-123420) Our system has detected this request as unusual activity for your account.

ret2lib 0 Reputation points
2026-07-15T06:33:18.0166667+00:00

I'm unable to deploy anything in my subscription over Foundry:

az cognitiveservices account deployment create --name [] --resource-group [rg-name] --deployment-name gpt-5-mini --model-name gpt-5-mini --model-version 2025-08-07 --model-format OpenAI --sku-name GlobalStandard --sku-capacity 1 --query '{name:name,model:properties.model,sku:sku,state:properties.provisioningState}' -o json

ERROR: (715-123420) Our system has detected this request as unusual activity for your account. If you are confident this is in error, please contact support.

Code: 715-123420

Message: Our system has detected this request as unusual activity for your account. If you are confident this is in error, please contact support.

Can I please get some help here?

Microsoft Foundry
Microsoft Foundry

A unified Azure platform for creating and managing AI models, agents, and applications with built‑in enterprise security, monitoring, and governance


1 answer

Sort by: Most helpful
  1. Christos Panagiotidis 2,741 Reputation points
    2026-07-15T09:08:03.1933333+00:00

    This is not a model-capacity, quota, or command-syntax error. It is an account or subscription safety review returned by the service. Changing the model, SKU, region, or repeatedly retrying the deployment will not clear it; do not create another account or subscription to work around the block.

    Open an Azure support request from the same tenant and subscription, and include error 715-123420, the UTC time of one failed request, the subscription/resource/region, and any correlation or request ID from the Activity Log. Ask for a review of the blocked Foundry deployment. Do not post access tokens, keys, or full debug output publicly.

    Once support confirms the restriction is lifted, re-run the original deployment once. If the support portal is also inaccessible, use the account or billing support entry point and reference the same error code.

    Was this answer helpful?


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.