An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
- Anthropic Claude models on Microsoft Foundry currently require an Enterprise or MCA-E subscription. MicrosoftCustomerAgreement (MCA) subscriptions that are not MCA-E are listed as ineligible. This is surfaced in the documentation as a “Subscription eligibility error” with the note that “Claude models require an Enterprise or MCA-E subscription.” Because of this requirement, an MCA subscription billed in India that is not MCA-E is not eligible for Claude usage in Foundry, regardless of
countryCodeor region. The behavior described (deployment accepted, then failing withInternalServerErrorand no SaaS resource created) is consistent with a backend eligibility failure on the Marketplace side. - The documented prerequisites and troubleshooting guidance for Claude on Foundry do not define any special validation rules for
organizationNameorcountryCodeinmodelProviderData(such as length, character set, or legal-entity matching). The only documented eligibility constraints are:- Subscription type: must be Enterprise or MCA-E.
- Region: deployments must be in East US 2 or Sweden Central.
- Marketplace access enabled for the subscription.
countryCode = "IN"is unsupported or thatorganizationNameformatting would cause deployment failure. - For the scenario described (MCA subscription, billing country IN, Claude deployment in East US 2 / Sweden Central), the supported and documented checks are:
- Ensure the subscription is Enterprise or MCA-E (non-MCA-E MCA subscriptions are not eligible).
- Ensure Azure Marketplace access is enabled for the subscription for partner models.
- Ensure deployment is in a supported region (East US 2 or Sweden Central).
Given the current documentation:
-
countryCode = "IN"is not listed as unsupported. -
organizationNamerestrictions are not documented as a cause of failure. - The blocking factor for Anthropic Claude on Foundry is subscription eligibility: only Enterprise and MCA-E subscriptions are supported.
To proceed, use an eligible Enterprise or MCA-E subscription that meets the Marketplace access and region requirements, then redeploy the Claude model.
References: