A unified Azure platform for creating and managing AI models, agents, and applications with built‑in enterprise security, monitoring, and governance
The activity log description and InternalServerError indicate a backend/service-side issue with the Claude Sonnet 4.6 deployment rather than a configuration, authorization, or quota problem.
Based on the available guidance, use the following checks and alternatives:
- Validate basic deployment prerequisites
- Confirm the deployment is in a supported region for Claude models. Claude models are only available in East US2 and Sweden Central.
- Ensure the subscription type is supported (Claude models require an Enterprise or MCA‑E subscription) and that you have Contributor or Owner on the resource group and Cognitive Services User for Entra ID access if using token-based auth.
- Rule out common client-side causes
- Check for typical API errors (401, 403, 404, 429) as described in the Claude troubleshooting table. In this case, the activity log already shows
InternalServerErrorat the Cognitive Services deployment layer, which points away from these client-side issues and toward a platform problem.
- Check for typical API errors (401, 403, 404, 429) as described in the Claude troubleshooting table. In this case, the activity log already shows
- Check quota and capacity
- In the Foundry portal, verify quota under Operate > Quotas for Claude Sonnet in East US2. Ensure:
- Quota is not exceeded for the model/region.
- There is no regional capacity or quota error blocking new deployments.
- If quota is exceeded, either reallocate TPM from existing deployments or request more quota using the quota increase process referenced in the Foundry Models documentation.
- In the Foundry portal, verify quota under Operate > Quotas for Claude Sonnet in East US2. Ensure:
- Retry the deployment
- Because this is an internal service error, it may be transient. Delete the failed deployment (if it exists in a failed state) and attempt to create the deployment again after some time.
- If the deployment remains stuck in a non‑Succeeded provisioning state for an extended period, delete and recreate it, similar to the guidance from other deployment issues where recreating the deployment resolved the problem.
- Try an alternative region or model as a workaround
- If repeated attempts in East US2 continue to fail with
InternalServerError, try:- Deploying Claude Sonnet 4.6 in Sweden Central, the other supported region for Claude models.
- Deploying another Claude model (for example, Haiku or Opus) in East US2 to see if the issue is specific to Sonnet in that region.
- If another model or region succeeds, this further confirms a regional/model‑specific backend issue.
- If repeated attempts in East US2 continue to fail with
- When to escalate
- If:
- Quota and permissions are correct,
- The region is supported (East US2),
- Multiple retries still fail with
InternalServerError, and - Alternative regions/models are not viable for the workload,
- Then a backend investigation is required. Open a support ticket with Azure Support, including:
- Subscription ID, resource name, region (East US2),
- Deployment name and timestamp,
- The full error details from the activity log and any deployment logs.
- This is similar to other quota/capacity and deployment issues where backend allocation or service state must be corrected by the platform team.
- If:
These steps allow confirming that configuration, quota, and region are valid, using another region/model as a workaround, and then escalating to Azure Support for a service-side fix if InternalServerError persists.
References:
- Deploy and use Claude models in Microsoft Foundry (preview)
- Deploy Microsoft Foundry Models in the Foundry portal
- Deploy models using Azure CLI and Bicep (programming-language-cli)
- Configure Claude Code for Microsoft Foundry
- How to troubleshoot your deployments and monitors in Microsoft Foundry portal (classic)
- Quota shows as fully utilised for Australia East region for Standard deployment - Microsoft Q&A
- Deployed Claude and getting API deployment resource is not ready even though it has been an hour - Microsoft Q&A
- Azure Deployment Takes 70 Minutes to Fail with Obscure Error - Microsoft Q&A