Share via

Anthropic Model Deployment Failing

Sean Jin 0 Reputation points
2026-06-12T17:28:37.53+00:00

I am trying to deploy Anthropic Claude models (such as Claude 3.5 Sonnet) in Azure AI Foundry (formerly Azure AI Studio), but I am unable to find or deploy them.

Environment

Azure Subscription: Pay-As-You-Go

Region: [Your Region, e.g., East US]

Azure AI Foundry / Azure AI Studio

Model: Claude 3.5 Sonnet

Steps Taken

  1. Navigated to Azure AI Foundry (ai.azure.com)
  2. Created an AI Hub and Project
  3. Opened the Model Catalog
  4. Searched for "Claude" or "Anthropic"
  5. Anthropic Claude models appear in the Model Catalog and be available for deployment
  6. Deployed Failed with Error.

Questions

Are Anthropic Claude models available in Azure AI Foundry for all regions and subscription types?

Is there a waitlist or special access requirement for Anthropic models on Azure?

What are the prerequisites (permissions, quotas, region requirements, etc.) for deploying Anthropic models?

  1. If availability is region-specific, which Azure regions currently support Anthropic Claude deployments?I am trying to deploy Anthropic Claude models (such as Claude 3.5 Sonnet) in Azure AI Foundry (formerly Azure AI Studio), but I am unable to find or deploy them.
Foundry Agent Service
Foundry Agent Service

A fully managed platform in Microsoft Foundry for hosting, scaling, and securing AI agents built with any supported framework or model

0 comments No comments

2 answers

Sort by: Most helpful
  1. kagiyama yutaka 3,605 Reputation points
    2026-06-13T05:42:10.91+00:00

    I think Anthropic Claude shows up in Foundry when the project is in East US 2 or Sweden Central and the subscription is paid (not CSP / free / trial / credits‑only).

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-06-12T17:29:18.1766667+00:00

    Anthropic Claude models are not available in all regions or subscription types, and there are specific prerequisites for deploying them in Azure AI Foundry.

    1. Subscription and access requirements

    Anthropic Claude models in Microsoft Foundry require:

    • A paid Azure subscription with a billing account in a country/region where Anthropic offers the models for purchase.
    • Enterprise or MCA-E subscription eligibility for Claude models. Subscriptions that are not supported include:
      • Enterprise accounts located in South Korea
      • Cloud Solution Provider (CSP) subscriptions
      • Subscriptions without an active pay-as-you-go billing method (for example, student, free trial, startup credit–based accounts)
      • Sponsored subscriptions that only use Azure credits (if a credit card is on file, the card is charged instead of credits)

    If the subscription is not eligible, a “subscription eligibility error” will block deployment.

    Some Anthropic variants (Claude Mythos 5 and Claude Mythos Preview) are gated research previews and require Anthropic-approved access, prioritized for defensive cybersecurity use cases.

    2. Region availability

    Anthropic Claude models are not available in all Azure regions. For Foundry deployments:

    • Claude models use the Global Standard deployment type.
    • For both serverless/classic and standard deployments, the Hub/Project region must be:
      • East US 2
      • Sweden Central

    If the AI Hub/Project is created in any other region (for example, East US, West Europe, etc.), Anthropic deployments will fail with region errors or the models may not be deployable.

    Additionally, offer availability is limited to Microsoft-managed countries/regions (excluding Belarus and Russia). If the billing account region is not in the supported list, deployment will not be allowed.

    3. Waitlist or special access

    • General Anthropic Claude models (such as Claude Opus, Sonnet, Haiku series) require only that subscription and region prerequisites are met.
    • Claude Mythos 5 and Claude Mythos Preview are available only as gated research preview. Access is granted solely at Anthropic’s discretion and prioritized for defensive cybersecurity use cases. These require separate approval from Anthropic.

    4. Prerequisites and common deployment blockers

    To deploy Anthropic Claude models successfully in Azure AI Foundry:

    1. Subscription eligibility
      • Ensure the subscription is Enterprise or MCA-E and not one of the unsupported types listed above.
    2. Region alignment
      • Create the AI Hub/Project in East US 2 or Sweden Central.
      • Anthropic models cannot be deployed if the project/hub is in another region.
    3. Permissions
      • The user deploying must have Contributor or Owner role on the resource group and Foundry resource.
      • For Entra ID-based access (for calling the model), the Cognitive Services User role may be required.
    4. Quota and capacity
      • Anthropic models are subject to quota and rate limits. If hitting HTTP 429 or quota errors, check quotas in the Foundry portal under Operate > Quotas and request increases if needed.
    5. Endpoint and configuration
      • For calling deployed Claude models, use the Anthropic Messages API endpoint pattern:
        • https://<resource-name>.services.ai.azure.com/anthropic/v1/messages
      • For Entra ID auth, use scope https://ai.azure.com/.default.

    5. Why deployment may be failing in the described scenario

    Given the environment described (Pay-As-You-Go, region like East US):

    • If the AI Hub/Project is in East US (not East US 2) or any region other than East US 2 or Sweden Central, Anthropic deployments will fail with region-related errors.
    • If the Pay-As-You-Go subscription is not an Enterprise or MCA-E type (or falls under unsupported categories such as trial/credit-only), a subscription eligibility error will prevent deployment.

    To proceed:

    1. Verify that the subscription type is eligible (Enterprise or MCA-E, not CSP, trial, or credit-only).
    2. Create a new AI Hub/Project in East US 2 or Sweden Central.
    3. Deploy the Anthropic Claude model from the Model Catalog into that project.

    If these conditions are met and deployment still fails, check for specific error codes (401, 403, 404, 429, subscription eligibility error, region not available) and apply the corresponding troubleshooting guidance.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.