A unified Azure platform for creating and managing AI models, agents, and applications with built‑in enterprise security, monitoring, and governance
Hey YAO Li ! Sorry you’re running into this—when Azure AI Foundry says “Unable to create the deployment. Encountered an internal server error”, the common causes are usually quota/capacity issues, region/entitlement restrictions, missing permissions, or a backend provisioning failure (not something the browser or retry can fix by itself).
Here are the most relevant things to check and what you can try, based on the provided docs.
- Confirm region/deployment-type support for the Claude variant
- Make sure you’re deploying to a supported deployment region for that specific Claude model/version and deployment type.
- In Foundry, Claude model availability can depend on deployment type (like Global Standard vs other scopes) and the selected region.
If the model isn’t available for your region/entitlement combo, it may fail to deploy (or not show up).
- Check quota (TPM) and related limits in Azure AI Foundry
A deployment failure can happen when the quota for the model in that region is exhausted.
- In Azure AI Foundry, go to Quota
- Verify current usage vs limit for the model/region
- If exhausted, request a quota increase from the Quota page
- Then retry the deployment (a refresh can also clear transient UI issues)
- Verify you have the right permissions to deploy
To deploy Claude models in Foundry, you need:
- Contributor or Owner role on the resource group
Also confirm (if applicable) you have permission to subscribe to the model offering in Azure Marketplace (partner/community models require this).
- Review deployment logs to find the real underlying reason
The UI message can be generic (“internal server error”), so check the logs:
- Go to the Deployment job
- Review logs for things like:
- backend provisioning failures
- permission issues
- endpoint provisioning failures
- If provisioning failed, recreate cleanly (but don’t expect retries to fix entitlement/capacity)
If the deployment entered a terminal/provisioning failure state, recreating may not recover it if the root cause is capacity/entitlement.
- Delete the incomplete deployment/endpoint (if present)
- Redeploy while monitoring logs closely during creation
If this is a platform capacity/entitlement issue, switching to another supported Azure region for Claude is often the practical workaround.
Let me know if the above information helped or if you need further assistance onn this issue.