Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform
Hello @Gopi Danusu ,
Welcome to Microsoft Q&A .Thank you for reaching out to us.
The behavior being observed can occur when the selected Claude deployment configuration does not align with the available allocation for that specific model setup. In addition to quota availability, factors such as hosting option, model version, deployment type, subscription eligibility and Marketplace onboarding can also influence whether a deployment can be created successfully.
Regarding if there is a workaround if all regions report “No Quota Available” - A useful first step is to validate the Claude Sonnet 4.6 deployment configuration itself.
Please follow these steps:
- Open: Azure AI Foundry > Model Catalog > Claude Sonnet 4.6
- Select: Deploy > Custom settings It is recommended to use Custom settings for troubleshooting, as the default deployment flow may automatically select a hosting configuration that does not have available allocation for the chosen model version.
- Review the following:
- Hosted on value shown on the model card
- Model version
- Deployment type
- Region scope
- If the deployment is currently using: Version 2: Hosted on Azure and the deployment blade reports “No Quota Available”, check whether the alternative supported hosting option is available: Version 1: Hosted on Anthropic infrastructure
- Retry the deployment after selecting the supported configuration. Quota availability is associated with a specific model version and hosting configuration. If the selected configuration does not have allocation available, switching Azure regions alone may not resolve the issue.
Regarding regions where Claude Sonnet 4.6 is currently available -
Claude Sonnet 4.6 availability is determined by the combination of:
- Model version
- Hosting option
- Deployment type
- Subscription eligibility
Current deployment examples reference East US 2, and Claude deployments have also been referenced in regions such as Sweden Central. However, model availability can change over time, so the deployment experience within Azure AI Foundry and the official region availability documentation should be treated as the authoritative source.
Recommended validation:
- Open the Claude Sonnet 4.6 model page.
- Start the deployment workflow.
- Review the deployment options available for the subscription.
- Confirm the supported deployment scope and locations displayed by Foundry.
Please also check for the following-
Subscription and billing
- Active Azure subscription
- Supported subscription type
- Active billing configuration
Marketplace
- Marketplace requirements have been completed
- Required Claude marketplace offer has been accepted
Permissions
- Contributor or Owner access on the target resource group
- Deployment creation permissions
- Marketplace purchase permissions where required
Resource providers
Verify provider registration using:
az provider show \
--namespace Microsoft.CognitiveServices \
--query registrationState
Expected Result - Registered
If the issue remains after completing the above validations, sharing the deployment hosting option, model version, deployment settings, location, and any correlation or Activity Log details will allow further investigation into whether the behavior is related to deployment configuration, entitlement, regional availability, Marketplace onboarding or actual quota allocation.
The following references might be helpful , please check them out
- Deploy and use Claude models in Microsoft Foundry - Microsoft Foundry | Microsoft Learn
- Claude models in Microsoft Foundry - Microsoft Foundry | Microsoft Learn
- Compare hosting options for Claude models in Microsoft Foundry - Microsoft Foundry | Microsoft Learn
- Foundry Models from partners and community - Microsoft Foundry | Microsoft Learn
Please let us know if the response was helpful
Thank you