Share via

facing issue while dpeloying the model

ritesh 0 Reputation points
2026-04-15T06:34:56.39+00:00

715-123420

An error occurred. Please reach out to support for additional assistance.

Properties

Stack trace

BatchARMResponseError

at zl (https://ai.azure.com/assets/manualChunk_common_core-adfc5dfc.js:5:280438)

at async Ro (https://ai.azure.com/assets/manualChunk_common_core-adfc5dfc.js:5:289613)

at async Object.mutationFn (https://ai.azure.com/assets/manualChunk_common_core-adfc5dfc.js:5:294298)
```Target

-

Client request ID

e1505c4c-4035-440c-b589-4ec51026d014

Trace ID

3cadc739-e790-4998-8da5-8dbe70b3bd8e

Service request ID

717b401a-1577-43f9-9fc6-16d680077ae8
Azure OpenAI Service
Azure OpenAI Service

An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Alex Burlachenko 20,425 Reputation points MVP Volunteer Moderator
    2026-04-15T09:32:03.6+00:00

    ritesh hi and thxfor join us at Q&A portal,

    yeah same 715-123420 again, ignore the scary stack trace, thats just UI noise, real meaning is backend failed to deploy model

    since it fails without clear reason this is usually one of these: subscription not enabled for Azure AI/Foundry models, missing model access approval, region/model combo not available, or backend glitch. Quick checks gonna be run provider status and make sure its registered az provider show -n Microsoft.CognitiveServices --query registrationState

    check u actually have access to that model in Foundry (some require approval)

    try different region + different model just to rule out capacity

    if ALL models and regions fail its not config, its subscription flag or backend issue. That BatchARMResponseError usually means ARM deployment failed server side, not ur code. So nothing u can debug locally beyond that, real move is open support and give them client request id + trace id + service request id, they can see exact failure in backend logs.

    to be honest its looks like a generic error = either access not enabled or Azure broke, and yeah usually Azure broke.

    rgds,

    Alex

    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.