Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform
For Claude Sonnet 4.6 in Azure AI Foundry, there is no self-service workaround when all supported regions show No Quota Available. Deployment and inference consume subscription quota, and once quota is exhausted, new deployments require either reallocating TPM from existing deployments or requesting more quota.
Supported actions:
- Check whether quota is actually available for the model and region.
- In the Foundry portal, quota availability by region can be viewed for the subscription.
- If quota exists on other deployments of the same model, reduce or reassign TPM from those deployments to free capacity.
- Request a quota increase.
- Anthropic models are explicitly supported by the quota increase request form:
https://aka.ms/oai/stuquotarequest. - Requests are processed in order received, and priority goes to customers actively using existing quota.
- In the Foundry portal, the Request quota action requires Owner or Contributor on the subscription. Some model/region combinations might still not support increases.
- Anthropic models are explicitly supported by the quota increase request form:
- Verify subscription eligibility before treating this as only a quota issue.
- Claude models require a paid Azure subscription with an active pay-as-you-go billing method.
- Unsupported subscription types include Cloud Solution Provider subscriptions, student/free trial/startup credit-based accounts, sponsored subscriptions using only Azure credits, and Enterprise Accounts located in South Korea.
- Anthropic models also require a billing account in a country or region where Anthropic offers the models for purchase.
- Verify deployment location support.
- Claude models support Global Standard deployments.
- Hosted on Azure versions of
claude-sonnet-5andclaude-opus-4-8also support Data Zone Standard (US). - For exact Azure regions by deployment type, use the published region availability page. If a region is unsupported, deployment will fail regardless of quota.
About region availability for Claude Sonnet 4.6:
- The exact currently supported Azure regions are not listed in the provided material.
- The supported way to confirm them is the Region availability by deployment type page referenced in the Claude model documentation.
- One troubleshooting guide for the Bicep/Terraform starter mentions
eastus2as the QuickStart default, and notes thatswedencentralcommonly hosts Haiku, Sonnet, and Opus, whilewestus2hosts Sonnet and Opus, but availability can change.
If Azure AI Foundry is blocked by capacity constraints:
- The documented Azure path is to keep using Foundry and either reallocate TPM or request more quota.
- For Azure integration, the Claude on Foundry starter kit is the recommended setup path when deployment is available. It provisions a Foundry account and project and wires the Anthropic SDK and Claude Code CLI to call the deployment over Microsoft Entra ID without API keys.
- If deployment continues to fail even when quota should exist, check for subscription eligibility, billing support, Marketplace access, and permissions. Common permission requirements are Contributor or Owner on the resource group for deployment and Cognitive Services User for Entra ID-based invocation.
If the symptom is specifically quota appears full with no live deployments, soft-deleted Foundry or AI Services accounts can reserve TPM quota for up to 48 hours. In that case, list deleted accounts with az cognitiveservices account list-deleted -o table and purge accounts no longer needed. This is potentially destructive because purging permanently removes the deleted resource.
References:
- Claude models in Microsoft Foundry
- Deploy and use Claude models in Microsoft Foundry
- Deploy Claude models in Microsoft Foundry using Bicep or Terraform
- Deploy Microsoft Foundry Models in the Foundry portal
- Azure OpenAI in Microsoft Foundry Models quotas and limits
- Manage and increase quotas for resources with Microsoft Foundry (Foundry projects)