Claude models keep failing deployment

Krishnang Dalal 25 Reputation points
2026-06-05T13:47:48.5+00:00

I am trying to deploy Claude models (Sonnet-4.6 and 4.5) but they keep failing deployment during the provisioning stage. I am on pay-as-you-go tier, and I am also subscribed to Claude models through their enterprise marketplace under the pay-as-you-go tier.

Any idea why is this happening? Deployment regions: eastus2 and swedencentral. Thank you!

Foundry Models
Foundry Models

A catalog of AI models in Microsoft Foundry that you can discover, compare, and deploy using Azure’s built‑in tools for evaluation, fine‑tuning, and inference


2 answers

Sort by: Most helpful
  1. kagiyama yutaka 3,925 Reputation points
    2026-06-06T09:48:36.0233333+00:00

    Claude deploys only when the project region, the Claude offer’s subscription and tenant, and your RBAC all line up. Anything beyond those conditions is handled by Azure support using the Activity‑log error from the failed deployment.

    Was this answer helpful?


  2. AI answer

    2026-06-05T13:48:12.9333333+00:00

    Deployment failures for Claude Sonnet 4.6 and 4.5 in Microsoft Foundry are typically caused by one of the following issues, based on the documented requirements and troubleshooting guidance:

    1. Subscription type or region eligibility
    • Claude models require a paid Azure subscription with a valid payment method and must be in a country/region where Anthropic offers the models for purchase.
    • The following subscription types are not supported for Claude models, even if they appear pay-as-you-go–like:
      • Enterprise Accounts located in South Korea
      • Cloud Solution Provider subscriptions
      • Azure 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 the subscription falls into any of these categories, deployments will fail during provisioning even though the Marketplace subscription exists.
    1. Project/Hub region requirements
    • Claude models in Foundry are only available in:
      • East US 2
      • Sweden Central
    • The Foundry project (or hub) where the deployment is created must also be in one of these regions. If the project is in any other region, deployments will fail.
    1. Foundry and Marketplace permissions
    • To deploy partner models like Claude, the following are required:
      • Contributor or Owner role on the resource group / Foundry resource.
      • Access to Azure Marketplace with the correct permissions to subscribe to model offerings.
    • If Marketplace access is not correctly configured or the user lacks Contributor/Owner on the resource group, deployment creation can fail.
    1. Region availability / backend issues
    • Claude models use a Global Standard deployment type but are still bound to the supported hub/project regions (East US 2, Sweden Central).
    • If there is a transient backend or capacity issue in those regions, deployments can fail during provisioning. In similar cases for other models, users have resolved stuck or failing deployments by deleting the failed deployment and recreating it later.

    Recommended checks and actions

    1. Confirm subscription eligibility:
      • Verify that the subscription is a supported pay-as-you-go type and not CSP, student, free trial, or credits-only sponsored.
    2. Verify project region:
      • Ensure the Foundry project used for deployment is in East US 2 or Sweden Central.
    3. Validate permissions:
      • Confirm Contributor or Owner role on the resource group.
      • Confirm Marketplace access is enabled for Foundry Models from partners and that the Claude offer is successfully subscribed.
    4. Retry deployment:
      • If all prerequisites are met and the deployment is stuck/failing in provisioning, delete the failed deployment and recreate it after some time.

    If deployments continue to fail after these checks, the scenario likely requires a support case so backend provisioning and regional capacity can be investigated.


    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.